View Single Post
preflex's Avatar
Posts: 172 | Thanked: 628 times | Joined on Apr 2010 @ Albuquerque, NM, USA
#136
Scripts worked for me.

I got it to work with multiboot and stock kernel, but wouldn't work with kernel-power.

I used the stock scripts, with all the version checks commented out.
Then I installed bootmenu-n900, and edited /etc/bootmenu.conf just to test it. It worked.

I then installed nitdroid via the nitdroid-installer.

Then i did
Code:
apt-get install kernel-power-bootimg
apt-get install --reinstall multiboot-kernel-power
Then i copied the .item files and edited them (as seen below)

This works: 44-Maemo-2.6.28-omap1.item
Code:
 
ITEM_NAME="Maemo 2.6.28-omap1 home"
ITEM_KERNEL=2.6.28-omap1
ITEM_MODULES=ext3
ITEM_DEVICE=${INT_CARD}p2
ITEM_FSTYPE=ext3
And this works: 01-Maemo-kernel-power46.item
Code:
# AUTOGENERATED by multiboot-kernel-power
# !!! DON'T EDIT !!!
ITEM_NAME="Maemo kernel-power46"
ITEM_KERNEL="2.6.28.10power46"
ITEM_MODULES=ext3
This does not: 55-Maemo-kernel-power46.item

Code:
ITEM_NAME="Maemo kernel-power46 EMMC"
ITEM_KERNEL="2.6.28.10power46"
ITEM_MODULES=ext3
ITEM_DEVICE=${INT_CARD}p2
ITEM_FSTYPE=ext3
Maemo starts to load, I see the five throbbing dots for a few seconds, and then the device powers off.

I figured it was a watchdog thing, so I tried enabling RD mode, but RD mode appears not to work with multiboot.

Any ideas?

Last edited by preflex; 2010-12-22 at 12:53. Reason: more info
 

The Following 2 Users Say Thank You to preflex For This Useful Post: