Active Topics

 


Reply
Thread Tools
Posts: 9 | Thanked: 1 time | Joined on Jan 2008
#1
I'm totally new at this, and searched for some help... but no luck.

I am trying to use the kernel_flasher to install the support for high speed MMC cards and fixes. I have my 770 in red-pill mode (not sure if that's necessary), have root access, and am trying to run "sh kernel_flash zImage-48MHz" from "media/mmc1/kernel_flasher".

I am getting a series of errors:
./xxd: Permision denied
expr: syntax error
expr: syntax error
expr: syntax error
expr: syntax error
This is not a valid kernel image, cowardly exiting.

Can someone point me in the right direction?

Thanks.
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#2
Flashing has to be done from a desktop. You didn't actually think you could overwrite a running kernel with another one, did you?
 
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#3
extract flasher directly to internal flash, do not run it from mmc, do not use 'sh ..'
just something like
Code:
cd
tar zxvf /media/mmc1/kernel_flasher.tgz
./kernel_flasher/kernel_flash /media/mmc1/zImage
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.

Last edited by fanoush; 2008-01-06 at 09:02.
 

The Following User Says Thank You to fanoush For This Useful Post:
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#4
Originally Posted by GeneralAntilles View Post
Flashing has to be done from a desktop. You didn't actually think you could overwrite a running kernel with another one, did you?
You can. Kernel is unzipped to RAM at boot time, kernel flash partition sits unused while it runs.
http://fanoush.wz.cz/maemo/#kernelflasher
Actually the kernel flasher is 'safer' than initfs flasher. Initfs partition is rewritten while it is mounted and dsme and bme run from it.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 
Posts: 9 | Thanked: 1 time | Joined on Jan 2008
#5
Originally Posted by fanoush View Post
extract flasher directly to internal flash, do not run it from mmc, do not use 'sh ..'
just something like
Code:
cd
tar zxvf /media/mmc1/kernel_flasher.tgz
./kernel_flasher/kernel_flash /media/mmc1/zImage
Thanks, that did the trick!

Thanks also for this great kernel update. Now I can transfer large files to my 770 using WiFi or USB without it rebooting after a few minutes. Not to mention the fact that the transfer rate is now well over 4X what it used to be.
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:06.