View Single Post
Posts: 29 | Thanked: 41 times | Joined on Aug 2013 @ India
#28
Originally Posted by sLumPia View Post
what kind of can't boot problem you have, is it just blank screen or there are error messages?
what is your partition configuration?
give us a more detail information

My partition are:
/dev/mmcblk0p5(swap) swap
/dev/mmcblk0p6(/root) ext4
/dev/mmcblk0p7(boot) ext2

etc/fstab:
/dev/mmcblk0p7 / ext4 defaults,noatime 0 0
/dev/mmcblk0p6 /boot vfat defaults,noatime 0 0
/dev/mmcblk1p5 swap swap defaults,noatime 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0


in /etc/bootmenu.d/Nemo.item

ITEM_NAME="Nemo Mobile"
ITEM_KERNEL="nemo-n900-uImage"
ITEM_DEVICE="${INT_CARD}p7"
ITEM_FSTYPE="ext2"
ITEM_CMDLINE="root=/dev/mmcblk1p6 rootwait rw console=tty02,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2"
ITEM_OMAPATAG="1"


ERROR:
When i select nemo mobile option in uboot it says there is no nemo-uImage-n900 and when i run with command "run emmcboot" from uboot option then nemo booted but it stuck at nemo image only.... plz tell me where i m wrong plz rply me plz

Last edited by Mike_F1; 2013-09-01 at 14:35.