Hi NXP:
I get the sbl project from https://github.com/NXPmicro/sbl; and I use scons command to generate MDK project. Build project and download image to my board.
As the 《MCUOTASBLSFWUG.pdf》 document mentions: After the image is successfully downloaded to the board, set the board to XIP mode, then reset the board.
After downloading the image, I encountered the following problems:
1.How to set the board to XIP mode?
2.How to debug after board reboot? Downloading the sbl image, I found no log can print after power on the board.
Thank you very much!