According to "GLSDK Software Developers Guide", mk-qspi-boot.sh can flash MLO & u-boot to QSPI flash, and DTB & uImage store in MMC/SD. Also rootfs is mounted from MMC/SD.
I have some questions,
1. It look like system will boot to u-boot from QSPI, then start kernel through MMC/SD, right?
2. In our custom board(with J6), with a NAND flash connected by GPMC interface. May i change the boot procedure => Boot to u-boot from QSPI flash, and start kernel trough NAND flash?
3. If the answer of question 2 is "yes", then what should i do to make it work?
Regards,
Shawn