Changes between Version 87 and Version 88 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
02/16/26 11:46:40 (8 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v87 v88  
    44The standard app SVN repositories each have an added //app// directory at the same level as the //src// directory. The projects are updated to write the executables to this directory. The //ID Storage// and //Batcher// apps now have a reports directory in the //app// directory that contains the PHP corresponding report files. A //mktgz.sh// script file is also provided in each //app// directory that is a useful for when a standard app is renamed as a starting point for a new custom app.
    55
    6 The "Debug-ARM825" and "Release-ARM825" configurations have "Build Steps" "Pre-build steps " //sudo mntappdir APPNAME// added to 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.
    7 
    8  //mount --bind// operation to make the //app// directory available to NFS ///srv/nfs/arm825/mnt/nand/apps/APPNAME//. This allows the 825 Gen2 to run the app from the NFS share as before, but directory is actually mounted to the //app// directory in the workspace.
     6The "Debug-ARM825" and "Release-ARM825" configurations have "Build Steps" "Pre-build steps " //sudo mntappdir APPNAME// added to 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. This allows the 825 Gen2 to run the app from the NFS share as before, but directory is actually mounted to the //app// directory in the workspace.
    97
    108== 2025-11-03 Development VM Dev825Gen2 Updated ==