This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x sdk 7.00 booting problem.

Hello,


We are having am335x evm rev 1.5c.

We downloaded ti sdk "ti-sdk-am335x-evm-07.00.00.00-Linux-x86-Install.bin" and installed.

created an sdcard boot from the script "create-sdcard.sh"  and tried to boot the board from SD card.

The board stops booting after starting kernel

CCCCCCCC
U-Boot SPL 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)
reading args
spl: error reading image args, err - -1
reading u-boot.img
reading u-boot.img


U-Boot 2013.10-g78d8ebd (Mar 30 2014 - 20:46:34)

I2C:   ready
DRAM:  1 GiB
NAND:  256 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Net:   cpsw, usb_ether
Hit any key to stop autoboot:  0
reading zImage
4158656 bytes read in 241 ms (16.5 MiB/s)
Kernel image @ 0x82000000 [ 0x000000 - 0x3f74c0 ]

Starting kernel ...

The bootargs are

bootargs=console=ttyO0,115200n8 root=/dev/mmcblk0p2 mem=128M rootwait
bootcmd=mmc rescan; fatload mmc 0 0x82000000 zImage; bootz 0x82000000
uenvcmd=boot

can any one help let us know what the problem is?

Thanks,

Srikanth.