View Single Post
Posts: 29 | Thanked: 41 times | Joined on Aug 2013 @ India
#31
Originally Posted by sLumPia View Post
Is that Maemo's or Nemo's fstab?
Which one is correct? Your root partition (/) is /dev/mmcblk0p6 or /dev/mmcblk0p7 ?
I assume this is your configuration:

If it is, the please change this line on your Nemo fstab:
Code:
/dev/mmcblk0p7 /     ext4  defaults,noatime 0 0
/dev/mmcblk0p6 /boot vfat  defaults,noatime 0 0
/dev/mmcblk1p5 swap  swap  defaults,noatime 0 0
to
Code:
/dev/mmcblk1p7 /     ext4  defaults,noatime 0 0
/dev/mmcblk1p6 /boot ext2  defaults,noatime 0 0
/dev/mmcblk1p5  swap swap  defaults,noatime 0 0
Don't forget to copy Nemo uImage to Nemo boot partition:
# mount /dev/mmcblk0p6 /tmp/nemo-boot
# cp /dir_of_nemo_uImage/nemo-n900-uImage /tmp/nemo-boot/nemo-n900-uImage
# u-boot-update-bootmenu

---edit---
Shouldn't this thread place under Nemo?


hey,
i just created my new partition with more space and i follow whatever u said and make changes as u said...
but now i m not able to boot from nemo it again stuck at nemo image....

partition of nemo is:
/dev/mmcblk0p7 / (root)
/dev/mmcblk0p6 /boot (boot)
/dev/mmcblk0p5 swap (swap)

i m using my created swap partation(it is nemo fstab):

/dev/mmcblk1p7 / ext3 defaults,noatime 0 0
/dev/mmcblk1p6 /boot ext2 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


/usr/lib/onesot.d/10-n900-swap(nemo)
in this i change "/dev/mmcblk1p3" to "/dev/mmcblk1p5"


This is my Nemo item is this ok or i m wrong somewhere plz check this and when i change ITEM_DEVICE="/dev/mmcblk1p6" i get an error at uboout menu.....plz check

in /etc/bootmenu.d/Nemo.item

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

I m also using mmc so i need to change somewhere......plz rply i kwn its irrating for u bt plz help me bro plz....