View Single Post
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#722
Originally Posted by marmistrz View Post
Thanks.
and should I run u-boot-update-bootmenu as root or as user?
If you want kernel string of attached kernel visible in u-boot menu, run update script as root. Otherwise as normal user :-)

Originally Posted by marmistrz View Post
I'm getting an error now that the Nemo platformfs can't be opened

Code:
VFS: CAnnot open root device "mmcblk0p5" or unknown-block(0,0)
This means that kernel did not initialized or did not loaded driver for "mmcblk0p5". Make sure your kernel has mmc driver static linked into zImage or you have initramfs with external modules. You can try to add "rootwait" to cmdline, then kernel will wait some time before mounting rootfs.

Originally Posted by marmistrz View Post
When trying to mount the partition (ext4) in Maemo with kp52 I'm getting:

Code:
Unable to mount /dev/mmcblk0p5: Invalid argument.
What am I doing wrong?
Make sure that ext4 driver is loaded (or static linked into kernel). Use modprobe and lsmod for verifing. Specify also filesystem param via "-t ext4" in mount command. When kernel refuse to mount something it will print error message to dmesg.
 

The Following 3 Users Say Thank You to pali For This Useful Post: