Changes between Version 75 and Version 76 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
03/06/25 08:16:40 (6 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v75 v76  
    595924. Also (probably rare) if the app communicates with another system by serial port, network, or file import/export that interprets the data content as binary integers, floats, etc... it may be necessary to make changes to account for different [https://en.wikipedia.org/wiki/Endianness endianness]. The 825 Gen2 is ARM-64 little-endian, The Legacy 825 is Coldfire big-endian.
    6060
    61 25. In the /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.
     6125. Before running the app for debugging from SSH it will often be necessary to create a directory on the 825 Gen2 for the app's data. (Some newer apps may automatically check and create the directory if it does not exist
     62{{{
     63mkdir /mnt/nand/apps/<projectname>
     64}}}
     65
     6626. In the /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.
    6267{{{
    6368#!/bin/sh