![]() |
2011-06-23
, 16:57
|
|
Posts: 249 |
Thanked: 217 times |
Joined on Jan 2011
@ United Kingdom
|
#42
|
Follow Fabry's guide here to get kernel-power47 patched with uboot.
http://talk.maemo.org/showpost.php?p=876169&postcount=1
I've written a script to add uboot to power47 automatically, and backup the original. You should be able to copy/paste this into xterm.
This assumes you have power47 as a multiboot item.
Code:sudo gainroot cd /home/user apt-get install -y wget flasher mkimage #1. Download power kernel deb file from repository and extract fiasco image from it wget http://repository.maemo.org/extras-devel/pool/fremantle/free/k/kernel-power/kernel-power_2.6.28-10power47_armel.deb -O kernel-power_2.6.28-10power47_armel.deb dpkg --fsys-tarfile kernel-power_2.6.28-10power47_armel.deb | tar -xf - ./boot/zImage-2.6.28.10-power47.fiasco mv ./boot/zImage-2.6.28.10-power47.fiasco /home/user/ rm -r boot rm kernel-power_2.6.28-10power47_armel.deb #2. Download Matan's u-boot from repository (it is named u-boot-for-power-kernel) and extract file image from it wget http://repository.maemo.org/extras-devel/pool/fremantle/free/u/u-boot-for-power-kernel/u-boot-for-power-kernel_1.0_all.deb -O u-boot-for-power-kernel_1.0_all.deb dpkg --fsys-tarfile u-boot-for-power-kernel_1.0_all.deb | tar -xf - ./usr/lib/u-boot/u-boot.bin.0x38000/u-boot.bin.0x38000 mv ./usr/lib/u-boot/u-boot.bin.0x38000/u-boot.bin.0x38000 /home/user/vmlinuz-2.6.28.10-power47 rm -r usr rm u-boot-for-power-kernel_1.0_all.deb #3. Unpack Fiasco image flasher -u -F zImage-2.6.28.10-power47.fiasco rm zImage-2.6.28.10-power47.fiasco #4. Transform zImage in uImage (necessary because u-boot boots Kernel only in uImage file format) mkimage -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n "Power Kernel v47" -d zImage uImage #5. Add power kernel uImage at end of previous file (starting write at offset 0x38000 aka 448 blocks) dd if=uImage of=vmlinuz-2.6.28.10-power47 seek=448 #6. Remove zImage & uImage rm zImage rm uImage #7. backup and replace Power47 mv /boot/zImage-2.6.28.10-power47 /boot/multiboot/vmlinuz-2.6.28.10-power47-bak mv /boot/multiboot/vmlinuz-2.6.28.10-power47 /boot/multiboot/vmlinuz-2.6.28.10-power47-bak mv /home/user/vmlinuz-2.6.28.10-power47 /boot/multiboot/vmlinuz-2.6.28.10-power47
![]() |
2011-06-23
, 17:01
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#43
|
The Following User Says Thank You to [DarkGUNMAN] For This Useful Post: | ||
![]() |
2011-06-23
, 17:16
|
|
Posts: 249 |
Thanked: 217 times |
Joined on Jan 2011
@ United Kingdom
|
#44
|
![]() |
2011-06-23
, 17:35
|
Posts: 34 |
Thanked: 50 times |
Joined on Jun 2010
|
#45
|
The Following User Says Thank You to thingonaspring For This Useful Post: | ||
![]() |
2011-06-23
, 18:46
|
Posts: 130 |
Thanked: 24 times |
Joined on Jan 2011
|
#46
|
Oh god. Are you serious? I mean... It's a ten minute fix. You just flash it again D: This advice is repeated over and over on the forums. Please don't tell people to die when you're unable to fix the simplest of issues for yourself.
![]() |
2011-06-23
, 19:28
|
Posts: 43 |
Thanked: 12 times |
Joined on Apr 2011
@ Qatar
|
#47
|
![]() |
2011-06-23
, 20:08
|
Posts: 270 |
Thanked: 45 times |
Joined on May 2010
@ UK
|
#48
|
![]() |
2011-06-23
, 20:33
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#49
|
hi being a noob i tried many time but failed til now can some please make a very simple how to please. i keep failing on the umount!
![]() |
2011-06-23
, 21:02
|
Posts: 53 |
Thanked: 43 times |
Joined on Apr 2010
|
#50
|
i want to be able to boot maemo and meego.