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

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

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

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

190 次查看
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 项奖励