Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


If u-boot is build without exporting DEVICE_TREE, the dtb needs to be loaded at 0x100000 in ddr(configurable with CONFIG_XILINX_OF_BOARD_DTB_ADDR).

device tree should be loaded before loading u-boot.elf.


The dtb load address(0x100000) is same for zynq/zynqmp by default.


...