maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   u-boot for the RX-51 (N900) (https://talk.maemo.org/showthread.php?t=62146)

giannoug 2010-09-13 11:40

Re: u-boot for the RX-51 (N900)
 
Quote:

Originally Posted by javispedro (Post 814354)
I doubt u-boot is the only requisite for that.

What I was saying is that u-boot is able to boot (just start) other OSes, not that those will ever fully boot :p Multiboot / bootmenu just change root (If I'm not mistaken).

MohammadAG 2010-09-13 11:43

Re: u-boot for the RX-51 (N900)
 
Multiboot flashes kernels to the OneNAND every time you change your OS, which will eventually wear the flash.

faisal00813 2010-09-13 13:42

Re: u-boot for the RX-51 (N900)
 
can i use uboot in my 5800
Is the procedure
or is there a way to boot Linux on symbian by dual boot
plz help guyz

Nokia 5700 2010-09-13 13:50

Re: u-boot for the RX-51 (N900)
 
I didnt completely understand what to do on this part:
Quote:

Take the u-boot.bin, pad it to 0x40000 bytes. Turn the normal zImage into a uImage
then append to padded u-boot.bin. The total size of the resulting image must be less
than 2MB, which is easily possible using the PR1.2 kernel. Finally flash the new
combined image to N900 like a regular kernel.

You can use builder.py (below) to make the combined image.
Whats the goal..?
Or... how can i do it with Xterm?

Sooo... i got the default N900 kernel (zImage) here along with the u-boot.bin file.
I tried running the script, but it didnt work.
This is the error i get:
Code:

  File "builder.py", line 13
    elif len(kernel) > 0x1c0000
                              ^
SyntaxError: invalid syntax

Advice? :confused:

lma 2010-09-13 19:34

Re: u-boot for the RX-51 (N900)
 
Quote:

Originally Posted by Nokia 5700 (Post 814920)
Sooo... i got the default N900 kernel (zImage) here along with the u-boot.bin file.

That won't work, you need to convert it into a uImage first.

Quote:

I tried running the script, but it didnt work.
The elif & else lines need a ":" at the end.

ali1234 2010-09-13 21:25

Re: u-boot for the RX-51 (N900)
 
Quote:

Originally Posted by lma (Post 815151)
The elif & else lines need a ":" at the end.

Fixed, thanks.

linuxeventually 2010-09-14 01:49

Re: u-boot for the RX-51 (N900)
 
Any chance this could be adapted for N8X0?

ryanl33x1511 2010-09-14 02:52

Re: u-boot for the RX-51 (N900)
 
any newbie tut between for maemo and NITDROID ? thanks

lma 2010-09-14 03:32

Re: u-boot for the RX-51 (N900)
 
Quote:

Originally Posted by linuxeventually (Post 815375)
Any chance this could be adapted for N8X0?

Yes, there's a chance :-)

realitygaps 2010-09-14 17:36

Re: u-boot for the RX-51 (N900)
 
Any special options required in the zImage to uImage conversion? Or can you just run:

Code:

mkimage -A arm -O linux -T kernel -C none -d zImage uImage
?


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

vBulletin® Version 3.8.8