giannoug
|
2010-09-13
, 11:40
|
|
Posts: 334 |
Thanked: 171 times |
Joined on Dec 2009
|
#11
|
|
2010-09-13
, 11:43
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#12
|
|
2010-09-13
, 13:42
|
Posts: 1 |
Thanked: 0 times |
Joined on Sep 2010
|
#13
|
|
2010-09-13
, 13:50
|
Posts: 298 |
Thanked: 197 times |
Joined on Dec 2009
@ Norway
|
#14
|
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.
File "builder.py", line 13 elif len(kernel) > 0x1c0000 ^ SyntaxError: invalid syntax
|
2010-09-13
, 19:34
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#15
|
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.
The Following User Says Thank You to lma For This Useful Post: | ||
|
2010-09-13
, 21:25
|
Posts: 15 |
Thanked: 48 times |
Joined on Nov 2009
@ United Kingdom
|
#16
|
|
2010-09-14
, 01:49
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#17
|
|
2010-09-14
, 02:52
|
Posts: 230 |
Thanked: 39 times |
Joined on Jun 2010
|
#18
|
|
2010-09-14
, 03:32
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#19
|
The Following 2 Users Say Thank You to lma For This Useful Post: | ||
|
2010-09-14
, 17:36
|
Posts: 60 |
Thanked: 69 times |
Joined on Oct 2007
@ Nomad
|
#20
|
mkimage -A arm -O linux -T kernel -C none -d zImage uImage