Hi:
I am trying to U-boot the Linux Kernel(uImage-3.10-ts-armv7l) from the SD card.
But it hangs up after the "Verifying Checksum. . .OK".
Here are the settings I put in the boot:
bootargs=console=ttymxc0,115200 ip=dhcp root=/dev/mmcblk0p1 rw rootwait
bootcmd=ext2load mmc 0:1 ${fdt_addr} boot/uImage; ext2load mmc 0:1 ${loadaddr} boot/wandboard_solo.dtb; bootm ${fdt_addr} - ${loadaddr}
Here is the output from the booting:
CPU: Freescale i.MX6SOLO rev1.1 at 792 MHz
Reset cause: POR
Board: Wandboard
I2C: ready
DRAM: 512 MiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
auto-detected panel HDMI
Display: HDMI (1024x768)
In: serial
Out: serial
Err: serial
Net: FEC [PRIME]
Hit any key to stop autoboot: 0
5610720 bytes read in 389 ms (13.8 MiB/s)
44116 bytes read in 128 ms (335.9 KiB/s)
## Booting kernel from Legacy Image at 18000000 ...
Image Name: Linux-3.10.53-ts-armv7l-1.1.0_ga
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 5610656 Bytes = 5.4 MiB
Load Address: 10008000
Entry Point: 10008000
Verifying Checksum ... OK
Could you help me on fixing that?
Thank you.
did you program the image(uboot and kernel image) to sd card by mfgtool successfully? or you just download the uboot ?