|
2012-03-30
, 13:48
|
Posts: 52 |
Thanked: 41 times |
Joined on Sep 2010
|
#2
|
|
2012-04-02
, 23:05
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#4
|
The Following 3 Users Say Thank You to Fabry For This Useful Post: | ||
|
2012-04-06
, 16:36
|
Posts: 53 |
Thanked: 105 times |
Joined on Jan 2012
@ Iran
|
#5
|
root cd /home/user/MyDocs mkdir uboot cd uboot wget http://repository.maemo.org/extras-devel/pool/fremantle/free/u/uboot-pr13/uboot-pr13_1.0.2_armel.deb dpkg -X uboot-pr13_1.0.2_armel.deb ex cd ex/boot flasher -u -F uboot-and-zImage-2.6.28-20103103+0m5.fiasco cp zImage /boot/multiboot/vmlinuz-2.6.28-omap2 cd /lib/modules cp -rf 2.6.28-omap1 2.6.28-omap2 cd /etc/multiboot.d cp 00-Maemo-2.6.28-omap1.item. 02-Maemo-2.6.28-omap2.item leafpad 02-Maemo-2.6.28-omap2.item
ITEM_NAME="Maemo 2.6.20-omap1 with uboot" ITEM_KERNEL=2.6.28-omap2 ITEM_MODULES=ext3
The Following 4 Users Say Thank You to melisa queen For This Useful Post: | ||
|
2012-04-08
, 20:23
|
Posts: 63 |
Thanked: 121 times |
Joined on Dec 2011
@ Sofia, Bulgaria
|
#6
|
|
2012-04-09
, 16:15
|
Posts: 53 |
Thanked: 105 times |
Joined on Jan 2012
@ Iran
|
#7
|
Why don't you just use u-boot bootmenu - you can boot both nemo and nitdroid
|
2012-05-26
, 20:29
|
|
Posts: 1,239 |
Thanked: 1,278 times |
Joined on Aug 2011
@ Balochistan
|
#8
|
cd /lib/modulescp -rf 2.6.28-omap1 2.6.28-omap2
cd /lib/modules/ cp -rf 2.6.28-omap1 2.6.28-omap2
The Following 2 Users Say Thank You to panjgoori For This Useful Post: | ||
|
2012-05-27
, 08:49
|
Posts: 238 |
Thanked: 131 times |
Joined on May 2011
@ Bulgaria
|
#10
|
Is there any chance to boot NEMO from MicroSD card using MultiBoot?
I wrote NEMO image to card, got MultiBoot. I thought it will magically appear in boot menu, but it doesnt. Is there any chance to run it without messing with kernels, installing U-Boot, etc. ?