Hi David,
Please See AN chapter 8,
8.1.1 Inserting a CRC checksum in the application image
To make an application image acceptable to the DFU SBL, add a CRC checksum to the application binary. See Section 9.2 for more information on how to perform DFU updates with a DFU capable application image.
The syntax to invoke the tool to create an output binary file with image header from an input binary file is:
lpc11xx_secimgcr.exe <input file name.bin> <output file name.dfu>
The syntax in Fig 23. generates the CRC for the input application binary file ‘app_blinky.bin’ and creates an output file ‘burnhid.dfu’.
The CRC can be generated over the image header or over the entire length of the image.
we can use lpc11xx_secimgcr.exe <input file name.bin> <output file name.dfu> this to generate a non-secure image.
Have a great day,
Jun Zhang
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------