Changes between Version 71 and Version 72 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
02/13/26 13:18:22 (11 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v71 v72  
    344344== App directory scripts ==
    345345
     346To improve organization and keep app support files in app repositories an //app// directory is added to many project directories. The mktgz.sh script and other support files are kept in this directory. However, the workspace directories are not accessible to the 825 Gen2 indicator mounted with NFS. The script file //mntappdir// creates mount to the directory in the ///srv/nfs/arm825/mnt/nand/apps// so that the 825 indicator can still run apps from NFS as before. Projects have a build step configured to run this script when building.
     347[[br]]
    346348/home/user/bin
    347 To improve organization and keep app support files in app repositories an //app// directory is added to many project directories. The mktgz.sh script and other support files are kept in this directory. However, the workspace directories are not accessible to the 825 Gen2 indicator mounted with NFS. The script file //mntappdir// creates mount to the directory in the ///srv/nfs/arm825/mnt/nand/apps// so that the 825 indicator can still run apps from NFS as before. Projects have a build step configured to run this script when building.
    348 
    349349=== mntappdir ===
    350350{{{