Reply
Thread Tools
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#31
I have added a tutorial for getting this to run on Beagleboard. No hassle or fuss.. Images too.

http://talk.maemo.org/showthread.php...60#post1000460
__________________
The thanks button? Sure! You can press it! I would!
 

The Following 2 Users Say Thank You to kingoddball For This Useful Post:
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#32
Are you trying to run this on beagle board or on your N900?
 
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#33
Originally Posted by kingoddball View Post
But the second partition (main OS) has 'Lost and Found' and another file that says it's empty, but 2.4gb is used.
They are just hidden
$ ls -al
загалом 48
drwxr-xr-x 9 root root 4096 2000-01-01 02:04 .
drwxr-xr-x 9 root root 4096 2011-05-05 12:18 ..
drwxr-xr-x 2 root root 4096 2011-03-24 00:27 common-data
drwxr-xr-x 2 root root 4096 2011-03-24 00:32 .images
drwx------ 2 root root 16384 2011-03-24 00:26 lost+found
drwxr-xr-x 8 root root 4096 2000-01-01 02:05 .overlay-ai-os
drwxr-xr-x 8 root root 4096 2000-01-01 02:00 .overlay-android
drwxr-xr-x 9 root root 4096 2000-01-01 02:04 .overlay-chromium
drwxr-xr-x 10 root root 4096 2000-01-01 02:00 .overlay-ubuntu
 

The Following User Says Thank You to int_ua For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#34
Originally Posted by nicolai View Post
Are you trying to run this on beagle board or on your N900?
It runs on BB, so now we are trying to get it work on N900, yes
See previous page(s) of this thread.
 
kingoddball's Avatar
Posts: 1,187 | Thanked: 816 times | Joined on Apr 2010 @ Australia
#35
Running on Beagle for now.
I am going to "TRY" run it on N900 this weekend. But I do not have a clue where to start.
I still use Multiboot ( I feel like I'm in the stone age compared to uboot users) and this starts using uboot
__________________
The thanks button? Sure! You can press it! I would!
 

The Following User Says Thank You to kingoddball For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#36
Originally Posted by int_ua View Post
And there is no "normal.cmd" file. Is it synonym for uImage?
No, it is not.
Just found this script
http://gitorious.org/beagleboard-def...base/mkbootscr
while reading previously posted link.
Bit it is for BeagleBoard:
ramdisk_size=32768

Last edited by int_ua; 2011-05-05 at 09:55.
 
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#37
Is there someone with Meego on the SD?
Is there boot.scr or *.cmd?
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#38
The uboot loader on the n900 kernel does'nt use a boot.scr
to load meego.
It searches for a uImage on the sdcard (only the third partition
and only if it is a FAT-partition).

What I tried:
- write the AI- sdcard image on a sdcard
- changed the type of the third partition from swapt to FAT
- copy all files from the first partition to the third
- reboot the device
Now, if you let the uboot timer timeout, it tries to load the uimage
from the sdcard.
It can load the kernel (2.6.32)
But starting the kernel fails (the device just turns off).

nicolai
 

The Following 2 Users Say Thank You to nicolai For This Useful Post:
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#39
Yes, there is also
Unable to read "uImage" on mmc 0:3
(or 3:0)
right after
Unable to read "boot.scr" on mmc 0:1
Trying to make another uImage by this tutorial (on Ubuntu 10.04 and for PR1.3):
http://wiki.meego.com/ARM/N900/Insta...t_from_scratch
Code:
wget http://repository.maemo.org/pool/mae...+0m5_armel.deb -P /tmp
cd /tmp && dpkg-deb -x kernel_2.6.28-*_armel.deb maemo_kernel
flasher-3.5 -F maemo_kernel/boot/zImage-2.6.28-*.fiasco -u
sudo apt-get install uboot-mkimage
mkimage  -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n meego -d zImage uImage
Flasher can be downloaded from
http://tablets-dev.nokia.com/maemo-d...-downloads.php

Last edited by int_ua; 2011-05-05 at 11:03.
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#40
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:22.