Unable to load ext3 partition from mmc card

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
       I'm trying out u-boot-2010.06 and linux-omap-2.6.34, and I'm using the omap3_defconfig. 

I get the following error upon boot:

[    2.097320] Waiting for root device /dev/mmcblk0p2...
[    2.235595] mmc0: new SD card at address b874
[    2.243530] mmcblk0: mmc0:b874 SU02G 1.87 GiB (ro)
[    2.250213]  mmcblk0: p1 p2
[    2.323638] VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2)
[    2.330871] Please append a correct "root=" boot option; here are the available partitions:
[    2.339477] b300         1971712 mmcblk0 driver: mmcblk
[    2.344848]   b301           40131 mmcblk0p1
[    2.349182]   b302          514080 mmcblk0p2
[    2.353973] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)


What could be wrong? I have set the correct root device which is /dev/mmcblk0p2.

Here are my environment variables:

Texas Instruments X-Loader 1.41 - Cyomap
Starting on with MMC 
Unsupported Chip!
Reading boot sector

201508 Bytes Read from MMC 
Starting OS Bootloader from MMC...


U-Boot 2010.06 (Aug 04 2010 - 00:18:55)

OMAP3530-GP ES3.1, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
I2C:   ready
DRAM:  256 MiB
NAND:  512 MiB
In:    serial
Out:   serial
Err:   serial
Board revision Ax/Bx
Die ID #5c8e00040000000004036aba0500f004
Hit any key to stop autoboot:  0 
OMAP3 beagleboard.org # printenv
bootcmd=if mmc init; then if run loadbootscript; then run bootscript; else if run loaduimage; then run mmcboot; else run nandboot; fi; fi; else run nandboot; fi
bootdelay=10
baudrate=115200
loadaddr=0x82000000
usbtty=cdc_acm
console=ttyS2,115200n8
vram=12M
dvimode=1024x768MR-16@60
mmcroot=/dev/mmcblk0p2 rw
mmcrootfstype=ext3 rootwait
nandroot=/dev/mtdblock4 rw
nandrootfstype=jffs2
mmcargs=setenv bootargs console=${console} vram=${vram} omapfb.mode=dvi:${dvimode} omapfb.debug=y omapdss.def_disp=${defaultdisplay} root=${mmcroot} rootfstype=${mmcrootfstype}
nandargs=setenv bootargs console=${console} vram=${vram} omapfb.mode=dvi:${dvimode} omapfb.debug=y omapdss.def_disp=${defaultdisplay} root=${nandroot} rootfstype=${nandrootfstype}
loadbootscript=fatload mmc 0 ${loadaddr} boot.scr
bootscript=echo Running bootscript from mmc ...; source ${loadaddr}
loaduimage=fatload mmc 0 ${loadaddr} uImage
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
nandboot=echo Booting from nand ...; run nandargs; nand read ${loadaddr} 280000 400000; bootm ${loadaddr}
dieid#=5c8e00040000000004036aba0500f004
defaultdisplay=lcd

Environment size: 1134/131068 bytes
OMAP3 beagleboard.org # 


Best regards,

Elvis Dowson

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux