Changes between Version 161 and Version 162 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
11/19/25 16:40:47 (2 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v161 v162  
    134134}}}
    135135
    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:
     136Run 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:
    137137{{{
    138138card825gen2:~$ . test825 10.1.2.75
    139139}}}
    140140// 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{{{
     143card825gen2:/mnt/nfs/arm825/apps$ cd /mnt/nfs/arm825/mnt/nand/apps/myapp
    147144}}}
    148145
     
    163160}
    164161}}}
     162
     163Run the debug build
     164{{{
     165./myapp_dbg
     166}}}
     167
     168Debug messages in the code //DEBUG_MSG// will show on the terminal.
    165169
    166170A legacy 825 app recompiled to run on the 825 Gen2 may appear similar to this: