view ostc4pack/create_full_update_bin.bat @ 538:b1eee27cd02b

BugFix firmware downgrade to version with less settings: If a downgrade to a firmware version using less setting parameter were done then the settings had been reset to the default values. Root cause was that only increased number of settings was accepted by the read function. Because the layout of the setting structure is fixed (only bytes attached, no change in the order of data values) a downgrade just discarding the no longer used settings is possible => Updated read function to handle reduction of setting parameters.
author Ideenmodellierer
date Sat, 10 Oct 2020 13:51:44 +0200
parents f8b7642704dd
children 85ba20760ad4
line wrap: on
line source

call step0_copy_bins.bat
call step1_create_OSTC4_firmware_upload_bin.bat
call step1_create_OSTC_RTE_upload.bat
call step2_create_OSTC4update_bin.bat
pause