Changes between Version 17 and Version 18 of Docs/825gen2/Dev/GettingStarted


Ignore:
Timestamp:
11/09/23 11:44:00 (12 months ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v17 v18  
    101101
    102102The file may be copied to the 825 using the scp command such as:
    103 
     103{{{
    104104scp /srv/nfs/arm825_nand/apps/ids_dbg root@10.1.0.176:/mnt/nand/apps
     105}}}
    105106
    106107However, it is often useful to not copy the file to the 825 every time.  Instead the 825 can mount the VM drive with NFS so that the file can be run while still in the VM.
     
    111112
    112113First time for each session:
     114{{{
    113115source test825 <ip address of VM>
    114 
     116}}}
    115117Period is a shortcut for source command.
    116118
    117119For example:
    118 
     120{{{
    119121. test825 10.1.5.157
    120 
     122}}}
    121123(a space is necessary after the period)
    122124
    123125Then from ssh into the 825 make sure appropriate directory is selected such as:
    124 
     126{{{
    125127cd /mnt/nfs/arm825_nand/apps
    126 
     128}}}
    127129Run the app
     130{{{
    128131./ids_dbg
    129 
     132}}}
    130133It 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.
    131134