i.MXRT1010 bootloader sample code, how to change to use flash memory

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MXRT1010 bootloader sample code, how to change to use flash memory

ソリューションへジャンプ
934件の閲覧回数
Felix_ar
Contributor III

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.

ラベル(1)
0 件の賞賛
返信
1 解決策
910件の閲覧回数
Pavel_Hernandez
NXP TechSupport
NXP TechSupport

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.

GitHub - nxp-mcuxpresso/sbl

MCU Bootloader | NXP Semiconductors

MCUboot | mcuboot

Best regards,
Pavel

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
911件の閲覧回数
Pavel_Hernandez
NXP TechSupport
NXP TechSupport

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.

GitHub - nxp-mcuxpresso/sbl

MCU Bootloader | NXP Semiconductors

MCUboot | mcuboot

Best regards,
Pavel

0 件の賞賛
返信
897件の閲覧回数
Felix_ar
Contributor III
Hi Pavel

Thanks for your reply.
0 件の賞賛
返信