Changes between Version 76 and Version 77 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 03/06/25 08:17:37 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v76 v77 59 59 24. 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. 60 60 61 25. 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 exist61 25. 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 when starting up and create the directory if it does not exist) 62 62 {{{ 63 63 mkdir /mnt/nand/apps/<projectname>