Active Topics

 


Reply
Thread Tools
Posts: 35 | Thanked: 21 times | Joined on Feb 2010 @ Copenhagen, Denmark
#241
ivyking, I'm very exicted that you got Ubuntu 10.10 working. I hope you can help me...

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?
 
Posts: 256 | Thanked: 92 times | Joined on Oct 2010
#242
hi decibyte,
quick shot: have a look at the watchdog config(/etc/watchdog.conf).

and have the two watchdog drivers loaded(if you have them as separate modules) .
 
mankir's Avatar
Posts: 276 | Thanked: 224 times | Joined on Dec 2009 @ Frankfurt, Germany
#243
I have the same error, although i use the omap+armel image!
It should be compiled for arm?

Originally Posted by lunat View Post
wrong exec format or long wrong executable format means that you compiled the shell for a different plattform.
you need one compiled for arm.
__________________
MOD-Package: http://talk.maemo.org/showthread.php?t=42415
 
Posts: 35 | Thanked: 21 times | Joined on Feb 2010 @ Copenhagen, Denmark
#244
Woah! I managed to boot Ubuntu 10.10. Photo of happy and surprised me and my Ubuntu N900:



Well... I'm not able to log in. Touchscreen and keyboard doesn't work. I'll have to find out how to get them to work after I get something to eat. Any help will be appreciated.

I roughly followed MohammadAG's guide, but with some changes:

First, I installed the bootmenu-n900 package.

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.

I followed 5-6 as it says, except that I used adduser instead of useradd, and I didnt copy the file gnome-terminal.desktop
 
Posts: 35 | Thanked: 21 times | Joined on Feb 2010 @ Copenhagen, Denmark
#245
Originally Posted by ivyking View Post
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
I'm confused... Should this be added to /etc/network/interfaces on the phone ubuntu or the pc ubuntu?

Last edited by decibyte; 2010-10-26 at 19:20.
 
Posts: 256 | Thanked: 92 times | Joined on Oct 2010
#246
Originally Posted by decibyte View Post
I'm confused... Should this be added to /etc/network/interfaces on the phone ubuntu or the pc ubuntu?
you need it on both. manually:
on the pc:
Code:
iface usb0 inet static
address 192.168.0.200
netmask 255.255.255.0
on the phone:

Code:
auto usb0
iface usb0 inet static
address 192.168.0.201
netmask 255.255.255.0
gateway 192.168.0.200
change the ip to what suits you and use the pc's ip as gateway.

and then you pull the interface on both machines up with
Code:
# ifup usb0
finally you need the g_nokia loaded on the phone and on the pc the rsp. gadget driver(eg: cdc_ether, g_ether, cdc_xxx).

you can put it into rc.local if you have no keyboard.
like that:
modprobe g_nokia

Last edited by lunat; 2010-10-26 at 19:57.
 
Posts: 37 | Thanked: 6 times | Joined on Mar 2010
#247
Originally Posted by decibyte View Post
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.
Congratulations! How did you done it?
Code
Code:
sudo sh -c 'zcat ./ubuntu-netbook-10.10-preinstalled-netbook-armel+<omap image>.img.gz >/dev/<device name>'
works, but n900 cant mount it...
 
Posts: 256 | Thanked: 92 times | Joined on Oct 2010
#248
some complain about usless use of cat
Code:
# 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
mounted...

[EDIT: note: i try to get a working kernel... soo that means i don't claim that ubuntu is working out of the box - rather not. esp. i don't think that part. image you picked works with the maemo-omap1 kernel . but you can try and ...]

Last edited by lunat; 2010-10-27 at 16:09.
 
Posts: 35 | Thanked: 21 times | Joined on Feb 2010 @ Copenhagen, Denmark
#249
Originally Posted by Honza. View Post
Congratulations! How did you done it?
Code
Code:
sudo sh -c 'zcat ./ubuntu-netbook-10.10-preinstalled-netbook-armel+<omap image>.img.gz >/dev/<device name>'
works, but n900 cant mount it...
You'll have to (move the card to the phone, obviously, and) mount it manually afterwards. I created directory /mnt/ubuntu and mount it there:

Code:
sudo mount /dev/mmcblk1p2 /mnt/ubuntu
I hope that helps
 
Posts: 256 | Thanked: 92 times | Joined on Oct 2010
#250
which kernel did you use with that image?
 
Reply

Tags
bada rox


 
Forum Jump


All times are GMT. The time now is 12:04.