Changes between Version 37 and Version 38 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
05/17/24 11:12:27 (6 months ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v37 v38  
    2727[[Image(825_id_storage_legacy.png)]]
    2828
    29 21. A few other code changes may be needed for proper operation on the 825gen2. For example, if the app has USB import/export features it may use a fixed path "/mnt/fl1" for the USB drive. The USB drive path will not be the same on the 825gen2. Search the project for the string "/mnt/fl1" to find any code that should be changed. The library lib825ev has a function called !FindFlashDrive for the 825gen2 to get the path string. The path may be similar to "/run/media/sda1" but it is best to use the !FindFlashDrive function instead of a hard coded path.
     2921. A few source code changes may be needed for proper operation on the 825gen2. For example, if the app has USB import/export features it may use a fixed path "/mnt/fl1" for the USB drive. The USB drive path will not be the same on the 825gen2. Search the project for the string "/mnt/fl1" to find any code that should be changed. The library lib825ev has a function called !FindFlashDrive for the 825gen2 to get the path string. The path may be similar to "/run/media/sda1" but it is best to use the !FindFlashDrive function instead of a hard coded path.
    3030
    3131Creating a simulator build configuration is also useful. Refer to [wiki:Simulating825gen2 Simulating 825gen2 Apps] for information about setting up a simulator build configuration.