![](https://seccdn.libravatar.org/avatar/0edf09abc2dffb4df54af190ea29ffa1.jpg?s=120&d=mm&r=g)
On 10/30/2012 02:59 PM, Alexander Graf wrote:
On 10/29/2012 08:07 PM, Alexander Graf wrote:
On 28.10.2012, at 23:40, Peter Czanik wrote:
Hello,
On 10/28/2012 10:32 PM, Alexander Graf wrote:
Begin: Running /scripts/local-premount ... done. mount: mounting /dev/mmcblk0p2 on /root failed: No such device Could you try an ls -la /dev in the ubuntu emergency initrd shell? I did, and /dev/mmcblk0p2 is there...
But really, we should rather try to get this to work with our kernel. Does the Factory image work? No, it ends the same way: Starting kernel... Sigh. Do you manage to get anything out of our kernel uImage? Without initrd maybe?
Looks like a broken boot.scr. Doing the following manually works:
mmcinit ext2load mmc 0:1 ${loadaddr} uImage.old ext2load mmc 0:1 ${loadaddr} uImage.old bootm ${loadaddr} ${ramdiskaddr}
I don't know, where your uImage.old comes from :) Trying to do it by hand using the original files from 12.2 RC2 it seems to be as with all my previous attempts: U-Boot# mmcinit SD card. Vendor: Man 02 OEM TM "SA04G" Date 11/2009 Product: 2622955146 Revision: 0.4 U-Boot# ext2load mmc 0:1 ${loadaddr} boot/linux.vmx 3213208 bytes read U-Boot# ext2load mmc 0:1 ${ramdiskaddr} boot/initrd.uboot 28072054 bytes read U-Boot# setenv bootargs console=ttymxc0,115200 root=/dev/mmcblk0p2 U-Boot# bootm ${loadaddr} ${ramdiskaddr} ## Booting kernel from Legacy Image at 90007fc0 ... Image Name: Linux-3.4.6-2.10-imx51 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3213144 Bytes = 3.1 MB Load Address: 90008000 Entry Point: 90008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 92000000 ... Image Name: Initrd Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 28071990 Bytes = 26.8 MB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... Bye, CzP -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org