The Following User Says Thank You to xxxxts For This Useful Post: | ||
|
2011-09-26
, 00:22
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#2
|
|
2011-09-26
, 00:55
|
|
Posts: 491 |
Thanked: 341 times |
Joined on Nov 2009
@ LA
|
#3
|
there is a downside... All n900 with latest revisions won't boot with the modified uboot(like mine) so I think that's why pali never integrated it by default on kernel-power. Well there is a bin file for it for you to insert to your kernel-power if you wanted to. Or perhaps maybe pali could compile another uImage for kp49 with uboot
|
2011-09-26
, 01:23
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#4
|
Make the combined image:
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.
Flash it:
sudo flasher-3.5 -k combined.bin -f -b
|
2011-09-26
, 02:28
|
|
Posts: 491 |
Thanked: 341 times |
Joined on Nov 2009
@ LA
|
#5
|
Yes 2 version would be good but Pali might have some reasons why he didn't put 2. But in case you want to here's a guide for it
http://al.robotfuzz.com/~al/maemo/u-boot/
Just follow this part since pali already provided the bin file.
the python script used for adding the bin is attached the link I gave. Also Possible that you could do it directly from your n900.
|
2011-09-26
, 02:32
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#6
|
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
|
2011-09-26
, 19:17
|
|
Posts: 491 |
Thanked: 341 times |
Joined on Nov 2009
@ LA
|
#7
|
It works just fine with Multiboot and Backupmenu using this: http://talk.maemo.org/showthread.php?t=67866
Should the newest version of U-Boot be included with Kernel-Power 49, yay or nay? I see no downside.