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.
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.