When I do lab follow ug1165 with zedboard.when I have done the follow steps,the linux looks like work on board.
(1)Xilinx Tools > Prgram FPGA(SDK2014.4)
(2)connect -url TCP:10.34.5.135:3121(XSDB)
(3)targets 2(XSDB)
(4)source ps7_init.tcl(XSDB)
(5)ps7_init(XSDB)
(6)dow u-boot.elf(it from example consistent with ug1165)(XSDB)
(7)con(XSDB)
(8)Press enter when serial terminal appear:Hit eny key to stop autoboot:xx(serial terminal)
(9)stop(XSDB)
(10)dow -data image.ub 0x10000000(XSDB)
(11)con(XSDB)
(12)bootm 0x10000000(serial terminal)
and then login:root
password:root
Complete booting the processor.
when I input:ifconfig eth0(serial terminal)
error message appear:error fetching interface information:Device not found
How cal solve it?