Hello everyone,
i use following configuration:
SDK 2014.4
Vivado 2014.4
Microzed Board
Ubuntu 14.04.2 LTS
HS2 Rev. A
I try to boot a petalinux via jtag. I used the board bringup pdf (UG980) to build petalinux. Everything works fine.
If i boot from a SD card, everything is ok.
After that i used the command
$ petalinux-package --prebuilt --fpga <FPGA bitstream>
Now i'd like to boot over jtag:
petalinux-boot --jtag --prebuilt 3
Now it stopps by the following:
U-Boot 2014.07 (Apr 15 2015 - 09:50:48)
DRAM: ECC disabled 1 GiB
MMC: zynq_sdhci: 0
SF: Detected S25FL128S_64K with page size 256 Bytes, erase size 64 KiB, total 16 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: Gem.e000b000
U-BOOT for AXI
Gem.e000b000 Waiting for PHY auto negotiation to complete..
It try followong solotion but i doesn't work.
http://forums.xilinx.com/t5/Embedded-Linux/Petalinux-boot-hangs-on-Waiting-for-PHY-auto-negotiation-to/td-p/475328
Can you help me?
With kind regards,
Sebastian