Other Parts Discussed in Thread: UNIFLASH
Hi Experts:
In the mcuss demo of SDK07_03_00_07 package, it is mentioned that Linux kernel can be started through OSPI. However, due to the difference between EMMC hardware of our development board and demo board, we can't start Linux kernel directly. Therefore, we need to start uboot through OSPI first. The document of SDK package does not introduce how to start uboot through OSPI. Is there any way to write the image of uboot into flash directly? How to load the uboot image through uboot SPL and then start the Linux kernel?