The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2011-09-29
, 00:06
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#22
|
The Following User Says Thank You to Fabry For This Useful Post: | ||
![]() |
2011-09-30
, 18:53
|
Posts: 45 |
Thanked: 9 times |
Joined on May 2011
@ Mumbai
|
#23
|
![]() |
2011-10-03
, 10:28
|
Posts: 362 |
Thanked: 426 times |
Joined on Nov 2010
@ Italy, Lombardia
|
#24
|
Understood. I have downloaded the Pali's u-boot+kp48.bin and will give a try on flashing it using a PC. am going through the other threads guiding on how to flash this .bin file. If any issues i'll again seek your help.
The Following User Says Thank You to Fabry For This Useful Post: | ||
![]() |
2011-10-04
, 07:21
|
Posts: 45 |
Thanked: 9 times |
Joined on May 2011
@ Mumbai
|
#25
|
It has been found out a power consumption problem with Pali's U-Boot
See latest messages on this thread : http://talk.maemo.org/showthread.php?t=62146&page=10
![]() |
2011-10-04
, 20:19
|
Posts: 45 |
Thanked: 9 times |
Joined on May 2011
@ Mumbai
|
#26
|
![]() |
2011-10-04
, 20:39
|
Posts: 45 |
Thanked: 9 times |
Joined on May 2011
@ Mumbai
|
#27
|
trying to play with the power kernel my phone could no more boot maemo with power kernel 48
i treid to reinstall the kernel flasher kernel power kernel modules and bootimg but no luck.
lastly i deleted the vmlinuz 2.6.28.10 power 48 from /boot/multiboot and also removed the item file from /etc/multiboot.d
later i tried to first install flasher via apt-get than the power kernel than modules and lastly bootimg but failed to see a entry/addition of .itme file in /multiboot.d and image file in /boot/multiboot
the only change i see after reinstalling the kernel is an zimage-2.6.28.10-power48 in /boot
since there is no item file and an image file i have only 3 option in my multiboot
1 maemo omap1
2 vmlinuz-2.6.28.nit06
3 vmlinuz-2.6.28.nit07
any help please
![]() |
2011-10-04
, 20:51
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#28
|
sudo gainroot mv /boot/zImage-2.6.28.10-power48 /boot/mutiboot/vmlinuz-2.6.28.10-power48 cp /etc/multiboot.d/00-Maemo-2.6.28-omap1.item /etc/multiboot.d/01-Maemo-2.6.28.10-power48.item
nano /etc/multiboot.d/01-Maemo-2.6.28.10-power48.item
ITEM_NAME="Maemo kernel-power 2.6.28.10-power48"
ITEM_KERNEL="2.6.28.10-power48"
ITEM_MODULES="ext3"
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2011-10-06
, 15:57
|
Posts: 45 |
Thanked: 9 times |
Joined on May 2011
@ Mumbai
|
#29
|
![]() |
2011-10-09
, 08:11
|
Posts: 45 |
Thanked: 9 times |
Joined on May 2011
@ Mumbai
|
#30
|
Thanks i am able to reboot with Power Kernel 48 now.
After installing the kernel Power (Bootimg) zImage-2.6.28.10-power48 is created in the /boot folder.
I than just created the .item file in the /Multiboot.d folder and it worked, i am able to boot in Power Kernel, but just for your info i tried your above steps where in if i Change the name of zImage file to Vmlinuz the phone doesn't boot in power kernnel.
This means the multiboot tries to find the zImage instead of the Vmlinuz. Any idea why would this be in my case, is this due to some changes in the new Bootimg i reinstalled?
Just to summarise
After creating the .item file for Power Kernel
1) zImage-2.6.28.10-power48 file in /Boot/Multiboot (system boots in power kernel)
2) zImage-2.6.28.10-power48 file in /Boot (system boots in power kernel)
3) zImage-2.6.28.10-power48 file copied to /Boot or /boot/Multiboot and renamed to vmlinuz-2.6.28.10-power48 (system will not boot in power kernel)
Is the extracted file an fiasco image? Then you would have to apply changes to it according to Fabry's link in his post or is it a plain zimage which already has uboot applied to? Multiboot is only able to flash kernel images in vmlinuz/zImage style, not fiasco images.