Hi All,
I followed the tutorial (Ubuntu_on_Zynq_Mini-ITX_Tutorial_04) to install Ubuntu on my mini-itx 7100.
However, when I tried to generated u-boot, I got a serial of problems described above.
1. Follow the extra instructions and get warnings:
arch/../configs/zynq_mitx_defconfig:2:warning: unexpected data
arch/../configs/zynq_mitx_defconfig:3:warning: unexpected data
arch/../configs/zynq_mitx_defconfig:4:warning: unexpected data
the zynq_mitx_defconfig:
CONFIG_SPL=y
+S:CONFIG_ARM=y
+S:CONFIG_ZYNQ=y
+S:CONFIG_TARGET_ZYNQ_MITX=y
CONFIG_OF_CONTROL=n
CONFIG_DEFAULT_DEVICE_TREE="zynq-mini-itx"
the u-boot-xlnx is download from GitHub and the branch is xilinx-v2014.4
I think that the defconfig file may be incorrect so I checked zynq_zed_defconfig find that they are quite different. Therefore,
2. I copy all contents of zynq_zed_defconfig into zynq_mitx_defconfig and rm "+S:" of the original lines. I can generate u-boot this time but can not boot my mini-itx 7100 (program done led keeps flashing).
I also tried to follow other verisons of tutorials but get nothing. The zynq_mitx_defconfig of tutorial 2013.3, tutorial 2014.4, tutorial 2015.3 are all different.
Any help is appreciated