the last commit issue is, git clone https://github.com/Xilinx/linux-xlnx.git will clone the repo into linux-xlnx folder but in commands it try access linux-xlnx.git folder. I have changed the folder name to linux-xlnx.git so it can access as we need. I also added some comment lines, if the zImage was not built successfully, then please try commenting line 50 to 60 and un-commenting lines 44 to 48.
the last commit issue is,
git clone https://github.com/Xilinx/linux-xlnx.git
will clone the repo into linux-xlnx folder but in commands it try accesslinux-xlnx.git
folder. I have changed the folder name tolinux-xlnx.git
so it can access as we need. I also added some comment lines, if thezImage
was not built successfully, then please try commenting line 50 to 60 and un-commenting lines 44 to 48.