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

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

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

676件の閲覧回数
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 返答(返信)

660件の閲覧回数
jingyangxie
Contributor V

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

0 件の賞賛
返信

656件の閲覧回数
jay_heng
NXP Employee
NXP Employee

There is SDK sdmmc driver integrated in SBL/SFW.

0 件の賞賛
返信

665件の閲覧回数
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 件の賞賛
返信

662件の閲覧回数
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 件の賞賛
返信

655件の閲覧回数
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 件の賞賛
返信

649件の閲覧回数
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 件の賞賛
返信