Hi,
I have the following setup:
HW:
board: microzed + FMC carrier + FMCOMMS3
RTL: I took the reference design from here
http://wiki.analog.com/resources/fpga/docs/hdl
and ported it to microzed, remapping pins and removing unnecessary ports (i.e HDMI).
SW:
I got linux from
https://github.com/analogdevicesinc/linux
For the devicetree I used zynq-zed-adv7511-ad9361-fmcomms2-3.dts, also from ADI's linux distribution
The ramdisk is the one provided by Xilinx.
During boot I get
## Booting kernel from Legacy Image at 02080000 ...
Image Name: Linux-4.0.0-g86cfd8d
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3331976 Bytes = 3.2 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 04000000 ...
Image Name:
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 5309954 Bytes = 5.1 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 02000000
Booting using the fdt blob at 0x2000000
Loading Kernel Image ... OK
Loading Ramdisk to 1faef000, end 1ffff602 ...
and the boot hangs.
Could you help with this issue?
Thanks,
Max