Hi,
I have downloaded the SDK7 from TI site, and compiled the kernel and copied all the boot (MLO, U-boot, zImage) )and rootfs source under the sd-card. when i run this sd-card in my am335x-evm is not booting. It stuck at the before kernel. Please find my cursor held it here. where is the problem???.
For Kernel source i have compiled with the below steps:
---------------------------------------------------------------------------------------------
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- tisdk_am335x-evm_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x-evm.dtb
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage
---------------------------------------------------------------------------------------------
U-Boot SPL 2013.10 (Jun 09 2015 - 15:15:02)
reading args
spl: error reading image args, err - -1
reading u-boot.img
reading u-boot.img
U-Boot 2013.10 (Jun 09 2015 - 15:15:02)
I2C: ready
DRAM: 512 MiB
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
4117616 bytes read in 258 ms (15.2 MiB/s)
Kernel image @ 0x80008000 [ 0x000000 - 0x3ed470 ]
Starting kernel ...
Regards,
Anil