This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

u-boot安装和加载dtb(基于process SDK)

sdk:ti-processor-sdk-linux-am335x-evm-04.03.00.05-Linux-x86-Install.bin。 存储启动设备:spi flash

进入u-boot命令行后,下一步是加载dtb和zImage。从u-boot的环境变量spiboot中,知道如何加载和启动zImage。

但是关于dtb,我有两个疑问:

(1)dtb下载到spi flash的什么位置?

(2)u-boot代码如何读取到dtb,并加载到内存的?