How to boot from SD card on MIMXRT-1170EVK?

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

How to boot from SD card on MIMXRT-1170EVK?

153 Views
Daniel-Zhang
Contributor I

How to boot from SD card on MIMXRT-1170EVK?  We have MCUXpresso SDK example project that is XIP boot from external QSPI Flash. Do we have other solutions to boot from other non-volatile memory like SD card? And what should we do on project settings to do that.

0 Kudos
1 Reply

130 Views
marek-trmac
NXP Employee
NXP Employee

Hi Daniel,

you can use MCUXpresso Secure Provisioning Tool. In the documentation, chapter 6.2, you can find step by step how to boot from different memories.

Shortly, for booting from SD card, you need to build the application to RAM. During booting, ROM bootloader will copy the application from SD to RAM and start the application.

There is also community page "MCUXpresso Secure Provisioning Tool", so I'd recommend to send additional questions there. "RT"s and "MCX"s are different series.

Regards,
Marek
0 Kudos