[Buildroot] [PATCH v1 1/1] configs/zynqmp_zcu10x: fix U-Boot dts config

Neal Frager nealf at xilinx.com
Wed Feb 23 14:30:58 UTC 2022


Hi Peter,

+++ b/board/zynqmp/zcu106/uboot-fragment.config
@@ -0,0 +1,2 @@
+CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zcu106-revA"
+

I tried your method of creating a uboot fragment config that just modifies the CONFIG_DEFAULT_DEVICE_TREE.

However, when I build, I get the following error:

Device Tree Source (arch/arm/dts/unset.dtb) is not correctly specified.
Please define 'CONFIG_DEFAULT_DEVICE_TREE'
or build with 'DEVICE_TREE=<device_tree>' argument

I can see that the U-Boot .config is correctly modified with
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zcu106-revA"

But it does not build.  How did you get this to build on your side?

Best regards,
Neal Frager
Xilinx



More information about the buildroot mailing list