View Single Post
Posts: 53 | Thanked: 105 times | Joined on Jan 2012 @ Iran
#5
look at this guide;(My friend's guide)

open terminal and execute these commands

Code:
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
Write in the opened page;

Code:
ITEM_NAME="Maemo 2.6.20-omap1 with uboot"
ITEM_KERNEL=2.6.28-omap2
ITEM_MODULES=ext3
now, we have multiboot with uboot!

Thus, it is possible to run Nemo from SD Card and using multiboot!

So, Can someone write a compelet guide to boot Nemo+Nitdroid+Maemo all from eMMC??!

Last edited by melisa queen; 2012-05-27 at 07:26.
 

The Following 4 Users Say Thank You to melisa queen For This Useful Post: