Hello,
i try to do the SDR-Speedway Tutorial with the DUC and DDC on zedboard.com. T already generated the Bitstreams and the boot.bin.
Know i wanted to use the dilivered SD-Card with the implemented Linux-System on a seperated partition (this OS includes the Drivers for the AD9361 and the IISCOPE).
But in case of booting from SD-Card i receive the following Error:
U-Boot 2010.09-01914-gd2b89cd-dirty (Jan 17 2012 - 17:09:14)
Xilinx Pele Emulation Platform
DRAM: 256 MiB
## Unknown FLASH on Bank 1 - Size = 0x00000000 = 0 MB
Flash: 0 Bytes
MMC: SDHCI: 0
Using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
Copying Linux from SD to RAM...
Device: SDHCI
Manufacturer ID: 41
OEM: 3432
Name: SD8GB
Tran Speed: 25000000
Rd Block Len: 512
SD version 1.10
High Capacity: Yes
Capacity: 7969177600
Bus Width: 1-bit
reading zImage
Invalid FAT entry
Invalid FAT entry
MMC: block number 0x10003fa0 exceeds max(0xed8000)
** Unable to read "zImage" from mmc 0:1 **
reading devicetree.dtb
Invalid FAT entry
Invalid FAT entry
14674 bytes read
reading ramdisk8M.image.gz
Invalid FAT entry
Invalid FAT entry
MMC: block number 0x10003fa0 exceeds max(0xed8000)
** Unable to read "ramdisk8M.image.gz" from mmc 0:1 **
Trying to set up GEM link...
Resetting PHY...
***Error: Reset stalled...
Waiting for PHY to complete auto-negotiation...
***Error: Auto-negotiation error is present.
ping failed; host 10.10.70.101 is not alive
## Starting application at 0x00008000 ...
I guess there is a problem with the missing ramdisk8M.image.gz file
Does anybody know the mistake?
Thanks and regards
Jan