Hello,
Need help!
I formatted & re-created the SD card for SDK 5.0.2 (earlier it was 4.0.X). I followed the guide and created the card. Since then am unable to load the Kernel. Could someone please help to get the EVM running please. Below are the logs for reference. Thanks in advance.
Texas Instruments X-Loader 1.51 (Jul 5 2011 - 22:25:05)
Starting X-loader on MMC
Reading boot sector
229132 Bytes Read from MMC
Starting OS Bootloader from MMC...
Starting OS Bootloader...
U-Boot 2010.06 (Jul 06 2011 - 14:01:34)
OMAP34xx/35xx-GP ES2.1, CPU-OPP2 L3-165MHz
OMAP3 EVM board + LPDDR/NAND
I2C: ready
DRAM: 256 MiB
NAND: HW ECC [Kernel/FS layout] selected
512 MiB
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
Error: Bad compare! failed
*** Warning - bad CRC or NAND, using default environment
In: serial
Out: serial
Err: serial
Read back SMSC id 0x92200000
Die ID #0fc000029ff80000015f02690c018009
Net: smc911x-0
Hit any key to stop autoboot: 0
OMAP3_EVM # pri
bootcmd=if mmc init; then echo SD/MMC found on device ${mmcdev};if run loadbootenv; then run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd;
bootdelay=10
baudrate=115200
bootfile=uImage
loadaddr=0x82000000
usbtty=cdc_acm
console=ttyO0,115200n8
mmcargs=setenv bootargs console=${console} root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait omap_vout.vid1_static_vrfb_alloc=y
nandargs=setenv bootargs console=${console} root=/dev/mtdblock4 rw rootfstype=jffs2
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} uEnv.txt
importbootenv=echo Importing environment from mmc ...; env import -t $loadaddr $filesize
loaduimage=fatload mmc 0 ${loadaddr} uImage
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
nandboot=echo Booting from nand ...; run nandargs; onenand read ${loadaddr} 280000 400000; bootm ${loadaddr}
stdin=serial
stdout=serial
stderr=serial
dieid#=0fc000029ff80000015f02690c018009
ethact=smc911x-0
Environment size: 1006/131068 bytes
[ 3.973449] omap_vout omap_vout: : registered and initialized video device 16
[ 3.981018] omap_vout omap_vout: Buffer Size = 3686400
[ 3.988128] omap_vout omap_vout: : registered and initialized video device 17
[ 3.999328] Waiting for root device /dev/mmcblk0p2...
[ 4.052459] mmc0: new SDHC card at address e792
[ 4.059112] mmcblk0: mmc0:e792 SD04G 3.69 GiB (ro)
[ 4.074310] mmcblk0: p1 p2 p3
[ 4.153106] VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2)
[ 4.160552] Please append a correct "root=" boot option; here are the available partitions:
[ 4.169403] 1f00 512 mtdblock0 (driver?)
[ 4.174957] 1f01 1280 mtdblock1 (driver?)
[ 4.180297] 1f02 768 mtdblock2 (driver?)
[ 4.185607] 1f03 5120 mtdblock3 (driver?)
[ 4.190917] 1f04 516608 mtdblock4 (driver?)
[ 4.196228] b300 3872256 mmcblk0 driver: mmcblk
[ 4.201812] b301 72261 mmcblk0p1 00000000-0000-0000-0000-000000000mmcblk0p1
[ 4.210235] b302 923737 mmcblk0p2 00000000-0000-0000-0000-000000000mmcblk0p2
[ 4.218627] b303 2859570 mmcblk0p3 00000000-0000-0000-0000-000000000mmcblk0p3
[ 4.227050] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
[ 4.235931] [<c004faf0>] (unwind_backtrace+0x0/0xec) from [<c0471b34>] (panic+0x4c/0x184)
[ 4.244506] [<c0471b34>] (panic+0x4c/0x184) from [<c00091f0>] (mount_block_root+0x1d4/0x21c)
[ 4.253387] [<c00091f0>] (mount_block_root+0x1d4/0x21c) from [<c00092dc>] (mount_root+0xa4/0xc4)
[ 4.262603] [<c00092dc>] (mount_root+0xa4/0xc4) from [<c0009460>] (prepare_namespace+0x164/0x1c8)
[ 4.271911] [<c0009460>] (prepare_namespace+0x164/0x1c8) from [<c0008710>] (kernel_init+0x10c/0x150)
[ 4.281494] [<c0008710>] (kernel_init+0x10c/0x150) from [<c004ad10>] (kernel_thread_exit+0x0/0x8)