标签:style blog http 文件 width 2014
我是用的Vivado 2014.2 内核及Uboot均CheckOut Xilinx-v2014.2
1. 修改Uboot,增加IP配置命令
屏幕剪辑的捕获时间: 2014/7/20 12:13
2. 手动修改SDK生成的DTS文件
屏幕剪辑的捕获时间: 2014/7/20 12:43
3. ifconfig eth0 up 测试:出现下图是由于少了phy-handle = <&phy0>;
屏幕剪辑的捕获时间: 2014/7/20 12:52
4. 设置IP:
ifconfig eth0 10.0.0.251 netmask 255.0.0.0
5. 在rcS中加入上面两行,即可自动启动,你也可以在Uboot中修改
12:12
屏幕剪辑的捕获时间: 2014/7/20 12:13
屏幕剪辑的捕获时间: 2014/7/20 12:43
屏幕剪辑的捕获时间: 2014/7/20 12:52
ifconfig eth0 10.0.0.251 netmask 255.0.0.0
这是SDK生成DTS的Bug吗????
移植linux-xlnx到Zedbroad(续),布布扣,bubuko.com
标签:style blog http 文件 width 2014
原文地址:http://www.cnblogs.com/McCrocodile/p/3856158.html