maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Flashing n900 (https://talk.maemo.org/showthread.php?t=53344)

libaax 2010-05-22 16:35

Flashing n900
 
I am trying to flash my n900 using flasher 3.5 but I am not sure of what fireware to flash it with?. I purchased the phone USA.

zaoltryence 2010-05-22 16:52

Re: Flashing n900
 
Quote:

Originally Posted by libaax (Post 670578)
I am trying to flash my n900 using flasher 3.5 but I am not sure of what fireware to flash it with?. I purchased the phone USA.

download and flash the pr 1.1. global or us variant thats the latest so far

libaax 2010-05-22 16:56

Re: Flashing n900
 
What is the difference between global and us variant?

clasificado 2010-05-22 16:58

Re: Flashing n900
 
you have two options: the global firmware or the usa variant, but i dont know the difference.

but i vote for global anyway

libaax 2010-05-22 17:03

Re: Flashing n900
 
I am not sure of which one to pick

zaoltryence 2010-05-22 17:06

Re: Flashing n900
 
Quote:

Originally Posted by libaax (Post 670604)
What is the difference between global and us variant?

they are almost the same.. except when updates arrives.. when either one of them gets the update first vice versa lol.. try to choose basing on your location

ceroberts75 2010-05-22 17:12

Re: Flashing n900
 
i reinstalled the us version.


if you want to comletely flash your emmc and wipe it clean, then be sure to flash the "vanilla" file AFTER that, and leave the "-R" off the end of your original flash command for the US version.

libaax 2010-05-22 17:19

Re: Flashing n900
 
I want to flash the os and emmc but i am totally lost. Can someone help me out on how to go about doing this?

zaoltryence 2010-05-22 17:28

Re: Flashing n900
 
Quote:

Originally Posted by libaax (Post 670625)
I want to flash the os and emmc but i am totally lost. Can someone help me out on how to go about doing this?

like this.. flash fiaco (os) first

Download and install the latest version of Flasher e.g. maemo_flasher-3.5_2.5.2.2.exe
Download the latest firmware (.bin) file and save it to %ProgramFiles%\maemo\flasher-3.5\ (the default installation path for Flasher) or to the custom path of your choice.
Ensure the battery is at least half full.
Unplug charger cable and switch off the device.
Open the Command Prompt (Start then Run or Windows Logo key + R) and type cmd then press Enter.
Change the directory to the Flasher's path (TIP: Use the TAB key to auto-complete the commands and file-names)
cd "%ProgramFiles%\maemo\flasher-3.5"
Hold the u key on the device keyboard and connect the USB cable at the same time (see the Flasher documentation)
Run the following command:

flasher-3.5.exe -F RX-51_2009SE_2.2009.51-1_PR_COMBINED_MR0_ARM.bin -f

Replace RX-51_2009SE_2.2009.51-1_PR_COMBINED_MR0_ARM.bin with the firmware you wish to update (The name of the firmware image file you downloaded in the beginning).

then flash eMMC
Grab the Vanilla eMMC image (.bin file) from the Nokia repository
Navigate to the directory where the image file was saved (Windows users: if you don't know the full path to the image, copy it to the flasher directory)
Execute the following command

flasher-3.5.exe -F RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin -f -R

Text similar to the following will be displayed on the computer:
flasher v2.5.2 (Oct 21 2009)

Image 'mmc', size 241163 kB
Version RX-51_2009SE_1.2009.41-1.VANILLA
The dim Nokia screen will be displayed for a few seconds followed by progression dots. Text similar to the following will be displayed on the computer:
USB device found found at bus 001, device address 006.
Found device RX-51, hardware revision 2101
NOLO version 1.4.13
Version of 'sw-release': RX-51_2009SE_1.2009.42-11.002_PR_002
Booting device into flash mode.
Suitable USB device not found, waiting.
USB device found found at bus 001, device address 007.
Raw data transfer EP found at EP2.
[writing 74 % 179200 / 241163 kB 13180 kB/s]
Image(s) flashed successfully in 26.848 s (8982 kB/s)!

libaax 2010-05-22 17:40

Re: Flashing n900
 
Also can I flash it using windows vista 64bit?

zaoltryence 2010-05-22 17:44

Re: Flashing n900
 
a 32bit xp would be the best.. check the wiki.. ive heared before some users are having prob. flashing on vista

ceroberts75 2010-05-22 18:08

Re: Flashing n900
 
yes.

i did it already on my 64bit with no problems. be sure you download the flasher and then save to your desktop. then right-click and run troubleshooter. it will run the program in xp sp3 mode.



i would recomend that you rename the 51.1 version to "pr1.1.bin", and the vanilla file to "vanilla.bin" as i ran into an issue with the length of the file name.

put those files in your flasher 3.5 folder (c:/program (x86)/maemo/flasher-3.5)


make sure that you type the command to flash:

flasher-3.5.exe -F pr1.1.bin -f


it will say that it is looking for a device.

then hold the "u" button on your n900 while you plug in the usb cable and dont let go of the "u" until you see the nokia logo and the usb connection logo in the top right. it will be faint.

the flasher will automatically find your device and install the flash. it takes about 1-2 minutes for this one.


when it is complete, your device should NOT reboot, the flasher screen will just say complete.


then run this command:

flasher-3.5.exe -F vanilla.bin -f -R

this flash will only take a few seconds.


the device will reboot to your factory welcome screen and the emmc will be wiped.

libaax 2010-05-23 21:40

Re: Flashing n900
 
Can Some help me out i am trying to flash my n900 and this is what i get when i type the commands:



C:\Documents and Settings\>cd %ProgramFiles%\maemo\flasher-3.5

C:\Program Files\maemo\flasher-3.5>flasher-3.5.exe -F RX-51 2009SE 3.2010.02-8 P
R COMBINED MRO ARM.bin -f -R
flasher v2.5.2 (Sep 24 2009)

RX-51: %m

C:\Program Files\maemo\flasher-3.5>

ToJa92 2010-05-23 21:49

Re: Flashing n900
 
Quote:

Originally Posted by libaax (Post 672274)
Can Some help me out i am trying to flash my n900 and this is what i get when i type the commands:



C:\Documents and Settings\>cd %ProgramFiles%\maemo\flasher-3.5

C:\Program Files\maemo\flasher-3.5>flasher-3.5.exe -F RX-51 2009SE 3.2010.02-8 P
R COMBINED MRO ARM.bin -f -R
flasher v2.5.2 (Sep 24 2009)

RX-51: %m

C:\Program Files\maemo\flasher-3.5>

Put the maemo folder in C:\ instead, it could be those spaces that are causing the problem.

libaax 2010-05-23 21:53

Re: Flashing n900
 
I do have the maemo folder in C:\. I am using window xp right now and i also tried window vista and didn't have any luck with it.

geneven 2010-05-23 22:08

Re: Flashing n900
 
Frankly, I love my N900 but these flashing instructions are a complete disgrace. I've flashed my N900 and it's not difficult, but I think Nokia should have been aware of Vista 64 bit and Win 7 before the N900 was released, and you should be able to just flash it easily in any version of Windows. Flashing is an essential get-back-to-zero skill on the N900 which you need to feel free not to worry about anything.

abill_uk 2010-05-23 22:18

Re: Flashing n900
 
http://www.maemofanatics.com/how-to-...ur-nokia-n900/

libaax 2010-05-23 22:24

Re: Flashing n900
 
I followed the instructions on the wiki and maemofanatics but i just can't seem to get past this message:

C:\Documents and Settings\>cd %ProgramFiles%\maemo\flasher-3.5

C:\Program Files\maemo\flasher-3.5>flasher-3.5.exe -F RX-51 2009SE 3.2010.02-8 P
R COMBINED MRO ARM.bin -f -R
flasher v2.5.2 (Sep 24 2009)

RX-51: %m

C:\Program Files\maemo\flasher-3.5>

abill_uk 2010-05-23 22:35

Re: Flashing n900
 
Please go to that page i just gave you as it works first time if you follow the simple instructions, and remember case sensitive is very important !.

http://www.maemofanatics.com/how-to-...ur-nokia-n900/

abill_uk 2010-05-23 22:43

Re: Flashing n900
 
The command you should type is exactly as follows and if you copy and paste that it will go .


flasher-3.5 -F RX-51_2009SE_2.2009.51-1_PR_COMBINED_MR0_ARM.bin -f -R


All times are GMT. The time now is 11:30.

vBulletin® Version 3.8.8