![]() |
flashing with a windows pc... probably a noob question
So I purchased a 770 from woot like so many others, and am trying to make the most of it. I purchased a 2gig kingston mmc card, and am trying to boot off of it. Before doing that, however, I would like to update with the higher speed mmc kernel from fanoush.
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 |
Re: flashing with a windows pc... probably a noob question
you dont need a pc- ue the kernel flasher on his page that he suggested.
|
Re: flashing with a windows pc... probably a noob question
Quote:
i am still trying to figure out how to load an application without the application manager so i suppose that was part of the problem thanks for your help |
Re: flashing with a windows pc... probably a noob question
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: Code:
# sudo gainroot 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? |
Re: flashing with a windows pc... probably a noob question
thanks for your help...
I was able to get it to work after reading another thread, but life would have been a lot easier had I seen this first |
Re: flashing with a windows pc... probably a noob question
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. |
Re: flashing with a windows pc... probably a noob question
Quote:
|
Re: flashing with a windows pc... probably a noob question
Quote:
For example, your PATH variable might contain something like "/usr/bin", which would mean that executables in /usr/bin can be run just by typing their name. However, when you are accessing other places (for example, a user's home directory or a remote network site), you don't want people to be able to override your commands. For example, someone could put a file in their directory called "ls" - chances are someone would probably end up running it. Forcing you to specify absolute paths eliminates this problem. The admin would have to type "./ls" rather than "ls", which makes it clear that he/she is running THIS executable. FYI, executables also need to have the execute permission set. You can do this using the command "chmod +x <FILENAME>". If you write scripts (shell scripts, Perl, Python, etc.) and want to run them from the command line as if they were executables, this is how you do it (you also have to add the shebang to the top of the file). |
All times are GMT. The time now is 09:26. |
vBulletin® Version 3.8.8