Bootloader issue on MIMXRT1176

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Bootloader issue on MIMXRT1176

1,338 次查看
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,298 次查看
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 项奖励
回复