annotate ostc4pack/step0_copy_release.bat @ 1017:5924a2d1d3ba GasConsumption

Prepare custom block update function: In the flash area of the font lib some sectors may be used for custom data or a boot updater image. With this change a flash option is added to the maintainance menu. IMPORTANT: The fimwareEraseProgram.c is needed for compiling the firmware now => Add it e.g. by adding a link from the OtherSources location to your source folder.
author Ideenmodellierer
date Thu, 29 May 2025 22:04:46 +0200
parents fd47e5631b9d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
266
fd47e5631b9d Added batch to copy bins from release folder
ideenmodellierer
parents:
diff changeset
1 copy ..\..\OSTC4_Firmware\Release\OSTC4_Firmware.bin OSTC4_Firmware.bin /V /Y
fd47e5631b9d Added batch to copy bins from release folder
ideenmodellierer
parents:
diff changeset
2 copy ..\..\OSTC4_RTE\Release\OSTC4_RTE.bin OSTC4_RTE.bin /V /Y
fd47e5631b9d Added batch to copy bins from release folder
ideenmodellierer
parents:
diff changeset
3