I use u-boot-digilent-2012.04-digilent-13.01.zip and linux-digilent-3.6-digilent-13.01.zip .
I compiled u-boot-digilent-2012.04-digilent-13.01.zip to obtain my own uboot.elf.With my system.bit and fsbl.elf,I creat my BOOT.BIN.Also compile linux-digilent-3.6-digilent-13.01.zip to obtain my own zImage and devicetree.dtb.
and I use official ramdisk8M.image.gz from digilent.
But I cannot boot linux on my zedboard ,the system stopped here(BELOW LOG) , booting the kernel failed.
WHY?whats the problem?
-Boot 2012.04.01 (Mar 19 2014 - 23:52:02)
DRAM: 512 MiB
WARNING: Caches not enabled
MMC: SDHCI: 0
Using default environment
In: serial
Out: serial
Err: serial
Net: zynq_gem
Hit any key to stop autoboot: 0
Copying Linux from SD to RAM...
Device: SDHCI
Manufacturer ID: 3
OEM: 5344
Name: SU04G
Tran Speed: 25000000
Rd Block Len: 512
SD version 2.0
High Capacity: Yes
Capacity: 3.7 GiB
Bus Width: 4-bit
reading zImage
2461296 bytes read
reading devicetree.dtb
9660 bytes read
reading ramdisk8M.image.gz
3694108 bytes read
## Starting application at 0x00008000 ...
Uncompressing Linux... done, booting the kernel.
it works well with the official BOOT.BIN file.But when using my BOOT.BIN file , it never works .Anyone come aross the same problem ?can you give me some advices?thanks!