Changes between Version 181 and Version 182 of Docs/825gen2/Dev/UpdatingLegacyApps


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

--

Legend:

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

    v181 v182  
    179179== Installation Package ==
    180180
    181 In the VM /srv/nfs/arm825/mnt/nand/apps/<projectname> directory it is helpful to create a script "mktgz.sh" to generate a release package to give to customers to install the app.
     181In the VM projects //app// directory it is helpful to create a script "mktgz.sh" to generate a release package to give to customers to install the app.
    182182{{{
    183183#!/bin/sh
     
    192192}}}
    193193
    194 From a terminal window in the VM in the app directory type "./mktgz.sh" to create the compressed tgz file containing the application files. This file can be copied to a USB flash drive. From the 825 Gen2 file manager the app can be installed from the flash drive.
     194From a terminal window in the VM in the //app// directory type "./mktgz.sh" to create the compressed tgz file containing the application files. This file can be copied to a USB flash drive. From the 825 Gen2 file manager the app can be installed from the flash drive.
    195195
    196196== Project Settings Reference ==