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.

AM4378: Device tree load address

Part Number: AM4378

Hi,

Where to set .dtb address?

The customer load kernel image by tftp: tftp 0x82000000 uImage. What about .dtb address?

  • Hi Nancy,

    Take a look at the U-Boot Environment Variable fdtaddr. It is used something like this:

    bootz ${loadaddr} - ${fdtaddr}

    That should be set to a good address, but it can also be modified to meet the needs of the system.

    Hope that helps.