I'm using the Vivado 2014.2 kernel and uboot are checkout xilinx-v2014.2
1. Modify Uboot, add IP configuration command
Screen clip capture time: 2014/7/20 12:13
2. Manually modify the DTS file generated by the SDK
Screen clip capture time: 2014/7/20 12:43
3. Ifconfig eth0 Up test: appears due to the lack of Phy-handle = <&phy0>;
Screen clip capture time: 2014/7/20 12:52
4. Set IP:
Ifconfig eth0 10.0.0.251 netmask 255.0.0.0
5. Add the above two lines in the RCS to start automatically, you can also modify in the Uboot
12:12
- modifying uboot, adding IP configuration commands
Screen clip capture time: 2014/7/20 12:13
- Manually modify the DTS files generated by the SDK
Screen clip capture time: 2014/7/20 12:43
- Ifconfig eth0 up test: appears due to the lack of Phy-handle = <&phy0>;
Screen clip capture time: 2014/7/20 12:52
- Set IP:
Ifconfig eth0 10.0.0.251 netmask 255.0.0.0
- Adding the above two lines to the RCS will start automatically, and you can also modify the Uboot in the
Is this a bug that the SDK generates DTS????