U-Boot for Zed

1.Download Src for ZC702:目前git://git.xilinx.com/u-boot-xlnx.git中的代码是高版本的U-boot,不适合于ZC702。我在某个论坛找了一份,忘记原始连接了。

上传导CSDN:http://download.csdn.net/detail/yunhuang2010/4925300

2.安装0950版本的交叉编译器:Sourcery_CodeBench_Lite_for_Xilinx_GNU_Linux  2011-09-50

3.编译: 

export CROSS_COMPILE=arm-xilinx-linux-gnueabi-

export PATH=/root/CodeSourcery/Sourcery_CodeBench_Lite_for_Xilinx_GNU_Linux/bin:$PATH

make zynq_zc702_config  

make


你可能感兴趣的:(U-Boot for Zed)