...
Expand | ||||
---|---|---|---|---|
| ||||
Typically, the unsigned bootable image is generated and programmed to the destination memory during the development phase. Step 1: Create a BD file. For unsigned image creation, the “constants” block is optional, as shown below.
After the BD file is created, place it into the same folder that holds elftosb utility executable. Step 2: Copy Flashloader.srec provided in the release package into the same folder that holds elftosb utility executable. Step 3: Generate the Bootable image using elftosb utility.
Then, there are two bootable images generated by elftosb utility. The first one is ivt_flashloader_unsigned.bin. The memory regions from 0 to ivt_offset are filled with padding bytes (all 0x00s). |
...