View Single Post
explit's Avatar
Posts: 592 | Thanked: 1,603 times | Joined on Apr 2010 @ Berlin / Germany
#612
Hello Guys, now i have a small problem with Triple-Boot with 1 MicroSD-Card, here is my configuration:

Nokia N900 RX-51 HW Rev. 2101.

32GB MicroSD with 3 Paritions:

20 GB FAT32
5 GB EXT3 - NITDroid
4 GB EXT4 - Nemo

I have U-Boot with some Maemo Kernels, kernel-power52, omap1, omap-fb etc.
NITDroid Kernel is on the same Partition where the NITDroid RootFS is, on mmcblk1p2 (ext3)

The Nemo Kernel (uImage) is on the same partition like NEMO Rootfs is, mmcblk1p3 (ext4)


Here is the Nemo.item

ITEM_NAME="NEMO 2.6.37"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${EXT_CARD}p3"
ITEM_FSTYPE="ext4"
ITEM_MODULES="ext3"
ITEM_CMDLINE="root=/dev/mmcblk0p3 rootwait ro console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2"
ITEM_OMAPATAGS="1"

Please note that Nemo regognize the internal EMMC as mmcblk1 and external MicroSD as mmcblk0... It was a horror to find it out, the internal emmc have also 3 partitions...

My Nemo starts, but hangs on the graphic background...
Maybe the problem is, that I don't have a special swap partition for Nemo, only the maemo swap on the emmc...

Any ideas ?

Last edited by explit; 2013-03-30 at 20:33.