Bootloader issue on MIMXRT1176

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

Bootloader issue on MIMXRT1176

1,317件の閲覧回数
smartpavan333
Contributor I

Hi,

 
I am working on bootloader in MIMXRT1176-EVK and referred these two examples for OTA update through bootloader.
Eg 1 : "mcuboot_opensource"
Eg 2 : "lwip_httpscli_ota_enet"
 
I tried on "led_blinky.bin" upload through OTA update, its working fine but, I tried on "sd_jpeg.bin" it's not working.
 
I assuming that "sd_jpeg.icf" needs to change according to the"lwip_httpscli_ota_enet.icf".
 
Please find the attachments below.
 
Can you help me this issue?
 
Thanks.
0 件の賞賛
返信
1 返信

1,277件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @smartpavan333 ,

The sd_jpeg.txt put code in ITCM and data in SDRAM. But the opensource_mcuboot will not copy code to ITCM and will not initialize SDRAM. So you must add these function to it.

 

Regards,

Jing

0 件の賞賛
返信