This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
We are using TM4C1294NCPDT in our custom board. We are looking to write custom bootloader to support OTA firmware update. The basic idea is to download the update file from the online server and copy it in the flash. Call the custom bootloader routine. The bootloader routine would check if a firmware is available at the designated location. It would then copy the firmware from the flash location to the actual location and handover control to the application.
We would like to ensure crc check is done before the new firmware is copied by the bootloader.
Kindly suggest how to go forward for implementing this solution.
Thanks.