Changes between Version 160 and Version 161 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 11/19/25 16:37:16 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v160 v161 127 127 == Debugging == 128 128 129 SSH into the 825 Gen2 indicator. For example, if the 825 Gen2 IP address is 10.1.2.230: 130 {{{ 131 PS C:\> ssh admin@10.1.2.230 132 admin@10.1.2.230's password: 133 card825gen2:~$ 134 }}} 135 136 Setup the indicator close any currently running app and connect to the VM. For example if the 825 development environment VM is IP address 10.1.2.75: 137 {{{ 138 card825gen2:~$ . test825 10.1.2.75 139 }}} 140 // Be sure to include the "." period before test825.// 141 {{{ 142 card825gen2:~$ cd /mnt/nfs/arm825/mnt/nand/apps/myapp 143 }}} 144 Run the debug build 145 {{{ 146 ./myapp_dbg 147 }}} 148 149 129 150 Before running the app for debugging from SSH it will often be necessary to create a directory on the 825 Gen2 for the app's data. Check the app header files to confirm the directory the app will use for configuration and data files. (The last part of the directory should normally match the project name and the release build executable name. Some newer apps may automatically check when starting up and create the directory if it does not exist) 130 151 {{{
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)