![]() |
2010-10-26
, 00:03
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#242
|
![]() |
2010-10-26
, 08:53
|
|
Posts: 276 |
Thanked: 224 times |
Joined on Dec 2009
@ Frankfurt, Germany
|
#243
|
wrong exec format or long wrong executable format means that you compiled the shell for a different plattform.
you need one compiled for arm.
![]() |
2010-10-26
, 17:37
|
Posts: 35 |
Thanked: 21 times |
Joined on Feb 2010
@ Copenhagen, Denmark
|
#244
|
![]() |
2010-10-26
, 19:18
|
Posts: 35 |
Thanked: 21 times |
Joined on Feb 2010
@ Copenhagen, Denmark
|
#245
|
edit /etc/network/interfaces , that depends on your network setup .
if you are using ubuntu on pc, add a new connection >> shared to other computers ,
and use example interfaces file below
auto usb0
iface usb0 inet static
address 10.42.43.10
network 10.42.43.0
netmask 255.255.255.0
broadcast 10.42.43.255
gateway 10.42.43.1
![]() |
2010-10-26
, 19:37
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#246
|
I'm confused... Should this be added to /etc/network/interfaces on the phone ubuntu or the pc ubuntu?
iface usb0 inet static address 192.168.0.200 netmask 255.255.255.0
auto usb0 iface usb0 inet static address 192.168.0.201 netmask 255.255.255.0 gateway 192.168.0.200
# ifup usb0
![]() |
2010-10-27
, 08:18
|
Posts: 37 |
Thanked: 6 times |
Joined on Mar 2010
|
#247
|
Instead of 1-4, I put my SD card in my laptop, downloaded the ubuntu netbook armel omap3 image and dd'ed it to the card. Resulting in 2 partitions on the card.
sudo sh -c 'zcat ./ubuntu-netbook-10.10-preinstalled-netbook-armel+<omap image>.img.gz >/dev/<device name>'
![]() |
2010-10-27
, 10:06
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#248
|
# wget http.... # gzip -d ubuntu-xxx.gz # mkdir -p /mnt/p1 # mkdir -p /mnt/p2 # losetup -o$((63*512)) /dev/loop1 ubuntuxxx # losetup -o$((144585*512)) /dev/loop2 ubuntuxxx # mount /dev/loop1 /mnt/p1 # mount /dev/loop2 /mnt/p2
![]() |
2010-10-27
, 21:08
|
Posts: 35 |
Thanked: 21 times |
Joined on Feb 2010
@ Copenhagen, Denmark
|
#249
|
Congratulations! How did you done it?
Code
works, but n900 cant mount it...Code:sudo sh -c 'zcat ./ubuntu-netbook-10.10-preinstalled-netbook-armel+<omap image>.img.gz >/dev/<device name>'
sudo mount /dev/mmcblk1p2 /mnt/ubuntu
![]() |
2010-10-27
, 22:31
|
Posts: 256 |
Thanked: 92 times |
Joined on Oct 2010
|
#250
|
![]() |
Tags |
bada rox |
Thread Tools | |
|
I've dd'ed the omap3 image to my SD card (resulting in a fat partition and a ext3 partition, the last one with the ubuntu files).
I've installed bootmenu-n900 and created some entries for booting from both the fat partition and the ext3 partition, but nothing happens (it just shows the white "booting from..." screen for a while, and then restarts).
What else do I need to do make it boot Ubuntu?