Changes between Version 23 and Version 24 of Docs/825gen2/Dev/825Gen2ProjectReference


Ignore:
Timestamp:
02/16/26 10:49:16 (8 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v23 v24  
    126126=== Build Artifact ===
    127127
    128 Make sure the directory ///srv/nfs/arm825/mnt/nand/apps/appname/// exists in the development VM for the compiled files.
    129 
    130128**Debug-ARM825 build configuration**
    131129
    132130||Artifact Name:||//appname//_dbg||
    133 ||Output prefix:||/srv/nfs/arm825/mnt/nand/apps///appname///||
     131||Output prefix:||//../app///||
    134132
    135133//Be sure the "Output prefix:" has the trailing slash "/".//
     
    138136
    139137||Artifact Name:||//appname//||
    140 ||Output prefix:||/srv/nfs/arm825/mnt/nand/apps///appname///||
     138||Output prefix:||//../app///||
    141139
    142140//Be sure the "Output prefix:" has the trailing slash "/".//
     
    148146Post-build steps[[BR]]
    149147Command:[[BR]]
    150 /srv/nfs/appsign64 "<APP NAME>" /srv/nfs/arm825/mnt/nand/apps/<appname>/<appname>
     148/srv/nfs/appsign64 "<APP NAME>" ../app/<appname>
    151149
    152150//This will create the app signature file for distribution. Be sure to have a signature configuration provided by Cardinal for your organization installed in your development VM.//