how to update apps in sd card when app runs in imxrt1176

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

how to update apps in sd card when app runs in imxrt1176

683 次查看
jingyangxie
Contributor V

how to update apps in sd card when app runs in imxrt1176? I want to update apps in sd(the boot device) , but don't not want use tools in PC (like MCUBoot utility)

0 项奖励
回复
6 回复数

667 次查看
jingyangxie
Contributor V

another question is how can SBL read the bootable image in SD card?

0 项奖励
回复

663 次查看
jay_heng
NXP Employee
NXP Employee

There is SDK sdmmc driver integrated in SBL/SFW.

0 项奖励
回复

672 次查看
jay_heng
NXP Employee
NXP Employee

You have to implement an 2nd bootloader to support SD OTA in you application.

You can refer to below OTA reference from NXP SE team, it includes SD OTA.

https://github.com/NXPmicro/sbl

https://github.com/NXPmicro/sfw

 

0 项奖励
回复

669 次查看
jingyangxie
Contributor V

Hi,

I have read the prj(sbl and sfw) ,  my question is not to use SD to update apps ,  but use some media(such as usb or net) to update app in SD(the boot device)

0 项奖励
回复

662 次查看
jay_heng
NXP Employee
NXP Employee

You can refer to \SDK_2.12.0_MIMXRT1170-EVK\boards\evkmimxrt1170\bootloader_examples\flashloader demo, it contains what you want (data from USB HID to SD Card).

0 项奖励
回复

656 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @jingyangxie ,

You can refer to this post to see how to put application into SD card.

https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/I-MX-RT-How-to-booting-to-SDRAM/ta-p/1125054

 

Regards,

Jing

 

0 项奖励
回复