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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

679 Views
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 Kudos
Reply
6 Replies

663 Views
jingyangxie
Contributor V

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

0 Kudos
Reply

659 Views
jay_heng
NXP Employee
NXP Employee

There is SDK sdmmc driver integrated in SBL/SFW.

0 Kudos
Reply

668 Views
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 Kudos
Reply

665 Views
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 Kudos
Reply

658 Views
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 Kudos
Reply

652 Views
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 Kudos
Reply