|
2011-08-23
, 12:16
|
|
Posts: 1,444 |
Thanked: 461 times |
Joined on Dec 2010
@ pakistan
|
#1262
|
okey ,now that i tried to re-install kp 48 after uninstalling it ..now getting cant reflash kernel ,required files not found .guru meditation #00000025.62017712..
help plzzzzzzzzzzzzz ?
|
2011-08-23
, 12:32
|
Banned |
Posts: 695 |
Thanked: 308 times |
Joined on Apr 2011
@ originally pakistan ,now in china
|
#1263
|
|
2011-08-23
, 12:35
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#1264
|
|
2011-08-23
, 17:18
|
Posts: 915 |
Thanked: 57 times |
Joined on Jun 2011
|
#1265
|
|
2011-08-23
, 18:25
|
Posts: 31 |
Thanked: 7 times |
Joined on May 2010
@ Colchester, UK
|
#1266
|
|
2011-08-23
, 21:40
|
Posts: 73 |
Thanked: 60 times |
Joined on Aug 2011
@ Canada
|
#1267
|
|
2011-08-23
, 22:00
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#1268
|
#!/bin/bash # change name for other versions pkFile="kernel-power_2.6.28-10power48_armel.deb" imName="Power Kernel v48" #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/"$pkFile" -O kernel-power.deb dpkg --fsys-tarfile kernel-power.deb | tar --wildcards -xf - ./boot/* mv ./boot/zImage* ./zImage-power.fiasco rm -r boot rm kernel-power.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 ./vmlinuz-power rm -r usr rm u-boot-for-power-kernel_1.0_all.deb #3. Unpack Fiasco image ./flasher-3.5 -u -F zImage-power.fiasco rm zImage-power.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 "$imName" -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-power seek=448 #6. Remove zImage & uImage rm zImage rm uImage chmod a=rw vmlinuz-power
sudo ./flasher-3.5 -f -k vmlinuz-power -R
The Following 8 Users Say Thank You to erendorn For This Useful Post: | ||
|
2011-08-23
, 22:40
|
Posts: 102 |
Thanked: 23 times |
Joined on Apr 2010
|
#1269
|
|
2011-08-24
, 07:01
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#1270
|
hey i found easiest way for overclocking n900. no xterm needed here is the app
http://maemo.org/packages/package_in...ufreq/0.4.3-1/
first install this v48 kernel. n900 is superb now
The Following User Says Thank You to don_falcone For This Useful Post: | ||
Tags |
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou |
|
N9 PR 1.3 Open Mode + kernel-plus for Harmattan
@kenweknot, working on Glacier for Nemo.