View Single Post
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#353
Can not confirm 'screwness' of bootmenu. Everything fine here, just tested it. (I do not need it, as my default -KP50- is the attached one. So removed the link again ).

About boot items for
NITDroid and Nemo, please see below. Both are running fine.
NITDroid on SD, p1 (boot.scr, kernel) with FAT and p2 (nitdroid) wih EXT3
Nemo on SD, default image.

NITDroid:
put kernel (uImage) on p1 of SD (fat) and nitdroid rootfs on p2 of SD (ext3)
or wherever you want it, just adapt
Code:
ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk1p2"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${EXT_CARD}p1"
ITEM_FSTYPE="vfat"
ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk1p2 rw rootwait init=/init panic=30 debug"
ITEM_OMAPATAG="1"
Nemo:
put kernel into "/boot", to have update script convert it to uImage
Code:
ITEM_NAME="Nemo with kernel 2.6.37-10.7"
ITEM_KERNEL="nemo-handset-armv7hl-n900-0.20120614.1.NEMO.2012-07-02.1-vmlinuz-2.6.37-10.7.Nemo.Adaptation.N900-adaptation-n900"
ITEM_MODULES="ext3"
Have fun!


--edit
another example for
NITDroid:
put kernel (uImage) on p2 (/home) of eMMC and nitdroid rootfs also on eMMC p2 (home)
Code:
ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk0p2"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${INT_CARD}p2"
ITEM_FSTYPE="ext3"
ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p2 rw rootwait init=/init panic=30 debug"
ITEM_OMAPATAG="1"
or:
put kernel (uImage) on p1 (MyDocs) of eMMC and nitdroid rootfs on different eMMC p2 (home)
Code:
ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk0p2, kernel on p1"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${INT_CARD}p1"
ITEM_FSTYPE="vfat"
ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p2 rw rootwait init=/init panic=30 debug"
ITEM_OMAPATAG="1"
--editedit
and another example for
NITDroid:
put kernel (uImage) on p5 of eMMC and nitdroid rootfs also on eMMC p5
Code:
ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk0p5"
ITEM_KERNEL="uImage"
ITEM_DEVICE="${INT_CARD}p5"
ITEM_FSTYPE="ext3"
ITEM_CMDLINE="snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6 console=tty1 root=/dev/mmcblk0p5 rw rootwait init=/init panic=30 debug"
ITEM_OMAPATAG="1"
Attached Files
File Type: zip bootmenu.d.zip (2.1 KB, 233 views)

Last edited by peterleinchen; 2012-07-13 at 12:47. Reason: added more examples and zip file
 

The Following 9 Users Say Thank You to peterleinchen For This Useful Post: