![]() |
2015-04-25
, 14:56
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#2
|
Hi,
...
I copied the bootmenu entry from /etc/multiboot.d -> /etc/bootmenu.d
MyDocs/bootmenu.img.d
...
Any advise?
~ $ cat /etc/multiboot.d/11-NITDroid-mmcblk1p2-2.6.28.NIT.07.item
ITEM_NAME="NITDroid 2.6.28.NIT.07 on mmcblk1p2"
ITEM_KERNEL=2.6.28.NIT.07
ITEM_MODULES=ext3
ITEM_DEVICE=${EXT_CARD}p2
ITEM_FSTYPE=ext3
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro
~ $ cat /etc/bootmenu.d/11-NITDroid-2.6.28.NIT.07.item
ITEM_NAME="NITDroid 2.6.28.NIT.07"
ITEM_KERNEL="2.6.28.NIT.07"
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"
![]() |
2015-05-07
, 16:57
|
Posts: 65 |
Thanked: 42 times |
Joined on Jun 2014
|
#3
|
![]() |
2015-05-07
, 18:07
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#4
|
I am trying to run Nitdroid on my n900. However I am hitting a problem when it comes to boot.
I copied the bootmenu entry from /etc/multiboot.d -> /etc/bootmenu.d
Fine uboot-update-menu can find the nitdroid config however, after reboot, the kernel cannot be found. I tried various directorieslike
/boot
/boot/multiboot
MyDocs/bootmenu.img.d
/opt/boot
etc
Only the nitdroid kernel is not seen. The power and default kernel work nice.
Any advise?