Hi,
I have been following the "Implementing Linux on the Zynq-7000 SoC" tutorials and labs and have come across a problem that i cannot resolve.
In Lab02 we are asked to clone :
"git clone git://git.xilinx.com/u-boot-xlnx.git"
up until here i have no problem, but when i use this command :
"git checkout -b xilinx-14.2-build1-trd
xilinx-14.2-build1-trd"
I get the error : fatal: git checkout: updating paths is incompatible with switching branches.
Did you intend to checkout ' xilinx-14.2-build1-trd' which can not be resolved as commit?
I have had a look on various forums but to be honest i don't really know how git works and what branches are.
I anyone has had this error and managed to resolve it i would be grateful for any input.
Thanks.