05-14-2020 06:38 AM
I was trying to build a u-boot image for my ZedBoard, but when I conduct the commond as:
make zynq_zed_defconfig
There seems to be no such file.
I wonder which defconfig file I should use.
btw,I used xilinx-v2019.2 version
05-14-2020 08:20 AM
Problem solved.
At first I used git clone to git the u-boot files. I do not know why but there was no zynq_zed_defconfig file under configs.
Then I downloaded the compressed file of
It worked.
05-14-2020 07:36 AM
05-14-2020 08:20 AM
Problem solved.
At first I used git clone to git the u-boot files. I do not know why but there was no zynq_zed_defconfig file under configs.
Then I downloaded the compressed file of
It worked.
06-19-2020 04:28 AM