The Following User Says Thank You to jefo15 For This Useful Post: | ||
|
2011-03-08
, 17:24
|
Posts: 182 |
Thanked: 84 times |
Joined on Jul 2010
@ Jordan
|
#2
|
|
2011-03-08
, 21:21
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#3
|
The Following User Says Thank You to kingoddball For This Useful Post: | ||
|
2011-03-09
, 18:35
|
Posts: 309 |
Thanked: 115 times |
Joined on May 2010
@ Malaysia
|
#4
|
Follow NITDroid instructions but extract Ubuntu rather than Droid..
Seems easy enough.
Edit:
Link: http://wiki.maemo.org/Nitdroid_easy_install_on_EMMC
Replace Nitdroid files with ubuntu and find a right kernel.
|
2011-03-09
, 19:40
|
|
Posts: 1,062 |
Thanked: 961 times |
Joined on May 2010
@ Boston, MA
|
#5
|
|
2011-03-09
, 19:44
|
Posts: 237 |
Thanked: 274 times |
Joined on Jul 2010
|
#6
|
mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n vmlinuz -d ~/yourkernel ~/uImage mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n initramfs -d ~/yourinitrd ~/uInitrd
setenv bootcmd 'mmc init; fatload mmc1 0:1 0x82000000 uImage; fatload mmc1 0:1 0x83000000 uInitrd; bootm 0x82000000 0x83000000' setenv bootargs 'root=/dev/mmcblk1p5 rootwait console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 nosplash' boot
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Ubuntu" -d ~/uboot.ubuntu ~/boot.scr
|
2011-03-22
, 00:03
|
Posts: 73 |
Thanked: 33 times |
Joined on Nov 2010
|
#7
|
you need to get a kernel that ubuntu can use to boot, and need to configure some files on the ubuntu partition correctly such as watchdog configuration amongst others, however these issues are the same as when installing on the sd-card .
I installed debian on my internal card using guide at
http://elektranox.org/n900/
and based the information written above about the uboot-part on what's written there at
http://elektranox.org/n900/kernel/uboot.html
I just made small changes so It can boot from the internal card .
Just put me in the right direction
Thx in advance
Last edited by jefo15; 2011-03-08 at 17:28.