![]() |
2008-01-06
, 06:18
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#2
|
![]() |
2008-01-06
, 08:41
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#3
|
cd tar zxvf /media/mmc1/kernel_flasher.tgz ./kernel_flasher/kernel_flash /media/mmc1/zImage
The Following User Says Thank You to fanoush For This Useful Post: | ||
![]() |
2008-01-06
, 08:56
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#4
|
Flashing has to be done from a desktop. You didn't actually think you could overwrite a running kernel with another one, did you?
![]() |
2008-01-06
, 15:43
|
Posts: 9 |
Thanked: 1 time |
Joined on Jan 2008
|
#5
|
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
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.