View Single Post
explit's Avatar
Posts: 592 | Thanked: 1,603 times | Joined on Apr 2010 @ Berlin / Germany
#652
[QUOTE=peterleinchen;1338935]If nit is on p2 and nemo on p3, then please correct above!


Sorry my error. So it correct.

/dev/mmcblk1p1 /media/mmc1 (FAT32)
/dev/mmcblk1p2 /media/mmc1p2 (EXT3), NitDroid
/dev/mmcblk1p3 /media/mmc1p3 (EXT4), Nemo

In Maemo my Nemo rootfs partition is /dev/mmcblk1p3.

In Nemo this partition is /dev/mmcblk0p3, because /dev/mmcblk1p3 is the third partition on the Internal EMMC.

Nemo booting correct, it loads more then only kernel ( i see the nemo background).

But then i got a loop. Freezing on background, trying to remount, freezing on background...

I tried to change to
ITEM_CMDLINE=root=/dev/mmcblk1p3
like you wrote it, I get no filesystem found on /dev/mmcblk1p3

I checked the ext4 Nemo partition for errors and found a lot of !
fsck.ext4 quit after a while with Segmentation fault.

I created an new ext4 fs on /dev/mmcbl1p3, wrote an Nemo raw image on another card and than tar the ext4 partition with Nemo Rootfs to file and than i have untar this file on my mmcblk1p3.
Then I copied the uImage and 3 other files from Nemo FAT16 Partition also to my mmcblk1p3 and tryed to boot afterwards...
I got the same problem...

If i try to boot Nemo from the other card, i have created, it boots fine.
Can I read out the Nemo logs or dmesg from the Maemo ?

Or maybe, someone, who has Nemo and Nitdroid on the same Card, can post his configuration?

Here are my Nemo.item configiguration:

ITEM_NAME="NEMO 2.6.37"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${EXT_CARD}p3"
ITEM_FSTYPE="ext4"
ITEM_CMDLINE="root=/dev/mmcblk0p3 rootwait rw console=tty02,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2"
ITEM_OMAPATAG="1"

Thanks

Last edited by explit; 2013-04-25 at 22:29.