Hi All,
The customer wants to development bootloader by himself, they reference sample code is "flashloader"
\SDK_2_16_000_EVK-MIMXRT1010\boards\evkmimxrt1010\bootloader_examples\flashloader
but that sample code is execution in RAM, how to change to use flash memory?
Thanks.
Solved! Go to Solution.
Hello, my name is Pavel, and I will be supporting your case, the flashloader is loaded on the RAM because this need to write on the flash and then the image reside on the flash and the flashloader will erase, if the customer wants to use a bootloader that reside on the flash, this could be possible but the bootloader need to be execute in RAM too.
I recommend review the information of the MCU bootloader opensource or the MCU bootloader SBL.
MCU Bootloader | NXP Semiconductors
Best regards,
Pavel
Hello, my name is Pavel, and I will be supporting your case, the flashloader is loaded on the RAM because this need to write on the flash and then the image reside on the flash and the flashloader will erase, if the customer wants to use a bootloader that reside on the flash, this could be possible but the bootloader need to be execute in RAM too.
I recommend review the information of the MCU bootloader opensource or the MCU bootloader SBL.
MCU Bootloader | NXP Semiconductors
Best regards,
Pavel