Changes between Version 23 and Version 24 of Docs/825gen2/Dev/GettingStarted
- Timestamp:
- 12/14/23 10:10:49 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/GettingStarted
v23 v24 133 133 It is best to exit the app when done instead of Ctrl-C. If the app is terminated with Ctrl-C it may not cleanup and leave mainboard communications in an undesirable state. 134 134 135 It is sometimes also useful to run an app so that the shell prompt returns and other commands can be performed while the app is running. This can be achieved by adding the ampersand character such as: 136 {{{ 137 ./ids_dbg & 138 }}} 135 139 140 Be sure to exit the app before starting another app that does mainboard communications. Multiple apps doing mainboard communications could cause problems. 136 141