Hello!
My device is TDM-3730W.
I installed prebuilt filesystem and uImage from DVSDK (dvsdk_dm3730-evm_04_03_00_06_setuplinux) on SD card (2GB Micro Transcend Card).
But Linux doesn't mount. I have got the error
[ 5.358489] VFS: Cannot open root device "b302" or unknown-block(179,2) [ 5.365447] Please append a correct "root=" boot option; here are the available partitions: [ 5.374237] 1f00 512 mtdblock0 (driver?) [ 5.379547] 1f01 1280 mtdblock1 (driver?) [ 5.384826] 1f02 768 mtdblock2 (driver?) [ 5.390136] 1f03 5120 mtdblock3 (driver?) [ 5.395446] 1f04 516608 mtdblock4 (driver?) [ 5.400726] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)
Then I recompiled kernel (only kernel, not rootfs) with different defconfig options
sudo make omap3_evm_defconfig ARCH=arm CROSS_COMPILE=$myPATH/arm-none-linux-gnueabi-
Also I tried omap3_beagle_defconfig and davinci_all_defconfig.
Nothing helps! Wouldn't you help me please?
Thank you for attention.