View Single Post
Posts: 45 | Thanked: 9 times | Joined on May 2011 @ Mumbai
#20
Originally Posted by michaaa62 View Post
Nope!
Please make sure what you got from Fabry. Ask him or figure it out yourself.
My guess is: Unpack the 7z archive, copy the resulting file to /boot/multiboot and rename it vmlinuz-2.6.28.10-power48, create a file or copy your existing kernel-power item in /etc/multiboot.d, this file could be called 01-Maemo-kernel-power-2.6.28.10-power48.item containing the following
Code:
ITEM_NAME="Maemo kernel-power 2.6.28.10-power48"
ITEM_KERNEL="2.6.28.10-power48"
ITEM_MODULES="ext3"
Then flash the kernel from your PC, i guess you know how to make the device ready for flashing.
Code:
flasher-3.5 -f -k zImage-power48-ubootMod -R
Thanks . got you. I have extracted the file and copied it to MULTIBOOT Folder and renamed it.
now i am in the /etc/miltiboot.d and i already have 01-Maemo-kernel-power-2.6.28.10-power48.item which i think executes the zImage-2.6.28.10-power48.fiasco ( Existing Image file for Power Kernel 48)do i need to make another copy of the item file or leave this item file as it is and just remove the "zImage-2.6.28.10-power48.fiasco"

I am not a programmer at all hence doing things as per the guidance provided by people like you and trying to understand on what ever i do.