Hello all,
I've been going through the Implementing Linux on the Zynq-7000 SoC speedway course but ran into a road block. I completed all the labs up to lab1_2 #11 where you copy over the given patch file and apply it with the following command.
git apply 0001-Xilinx-ARM-Experimental-32MB-Ramdisk-on-ZedBoard.patch
I get the following error.
[blw184@localhost u-boot-xlnx]$ git apply 0001-Xilinx-ARM-Experimental-32MB-Ramdisk-on-ZedBoard.patch
error: patch failed: include/configs/zynq_zed.h:38
error: include/configs/zynq_zed.h: patch does not apply
Am I doing something wrong?
Thank you,
Brandon