Changes between Version 161 and Version 162 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 11/19/25 16:40:47 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v161 v162 134 134 }}} 135 135 136 Setup the indicator close any currently running app and connect to the VM. For exampleif the 825 development environment VM is IP address 10.1.2.75:136 Run the //test825/ script on the indicator to close the current session and connect to the NFS file share on the development VM. For example, if the 825 development environment VM is IP address 10.1.2.75: 137 137 {{{ 138 138 card825gen2:~$ . test825 10.1.2.75 139 139 }}} 140 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 141 142 {{{ 143 card825gen2:/mnt/nfs/arm825/apps$ cd /mnt/nfs/arm825/mnt/nand/apps/myapp 147 144 }}} 148 145 … … 163 160 } 164 161 }}} 162 163 Run the debug build 164 {{{ 165 ./myapp_dbg 166 }}} 167 168 Debug messages in the code //DEBUG_MSG// will show on the terminal. 165 169 166 170 A legacy 825 app recompiled to run on the 825 Gen2 may appear similar to this:
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)