|
2007-07-06
, 07:06
|
Posts: 58 |
Thanked: 2 times |
Joined on Jun 2007
|
#2
|
|
2007-07-06
, 10:53
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2007
|
#3
|
you dont need a pc- ue the kernel flasher on his page that
he suggested.
|
2007-07-06
, 14:51
|
Posts: 58 |
Thanked: 2 times |
Joined on Jun 2007
|
#4
|
# sudo gainroot # cd /home/users/MyDocs/.documents/ # tar zxvf kernel_flasher.tgz # unzip <zImagename.zip> <-- Step only needed if the zImage is zipped! # cd kernel_flasher # ./kernel_flash /home/users/MyDocs/.documents/<zImagename>
|
2007-07-06
, 23:15
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2007
|
#5
|
|
2007-07-07
, 05:43
|
Posts: 10 |
Thanked: 0 times |
Joined on Jul 2007
|
#6
|
|
2007-08-03
, 18:12
|
Posts: 14 |
Thanked: 0 times |
Joined on Aug 2007
|
#7
|
You need:
osso-Xterm
becomeroot
unzip
tar (but this might be installed by default)
Install Xterm, become root, and unzip from the application manager (you need to add the right repositories).
Download kernel_flasher.tgz from his site and whichever firmare you wish (the absolute newest version is "experimental" in his own words and can be found at http://fanoush.wz.cz/maemo/zImage-yuv420)
I'm very new to linux (770 forces you to learn the basics) so i might have missed something here but it will basically go like this in terminal:
That should cover it all. If something is wrong don't worry about it messing something up - generally the command just wont work at all.Code:# sudo gainroot # cd /home/users/MyDocs/.documents/ # tar zxvf kernel_flasher.tgz # unzip <zImagename.zip> <-- Step only needed if the zImage is zipped! # cd kernel_flasher # ./kernel_flash /home/users/MyDocs/.documents/<zImagename>
If someone wanted to explain to me why (and how you're supposed to know) that you use the "./" before the kernel_flash that'd be great. Also why is there a "." before documents?
|
2007-08-03
, 18:28
|
Posts: 1 |
Thanked: 0 times |
Joined on Jul 2007
|
#8
|
I believe the '.' before documents is because it's hidden. Hidden files and folders are preceded by '.'
For some reason I don't know of, "./" tells Linux that whatever after "./" is an executable. EG "./foo" tells Linux to run "foo" as an executable file.
The problem is I can't for the life of me figure out how to do this with a windows pc. I can completely change the software using the nokia update wizard, but this doesn't seem to allow for changing just kernels.
I set up a cd bootable linux set up, but couldn't get it to connect to the internet or recognize a usb connection(so I couldn't access the needed info/files or the 770).
Any ideas? Thanks