Changes between Version 156 and Version 157 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 11/19/25 13:22:44 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v156 v157 110 110 4. 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. 111 111 112 == Compiling == 113 114 Right-click on the project and select "Build Configuration", "Set Active", and "Debug-ARM825". Right-click on the project and select "Build Project". Right-click on the project and select "Build Configuration", "Set Active", and "Release-ARM825". Right-click on the project and select "Build Project". 115 112 116 == Debugging == 113 117
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)