maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Question to flashing eMMC (https://talk.maemo.org/showthread.php?t=51736)

Morku 2010-05-03 14:16

Question to flashing eMMC
 
I follow this instruction for windows:
http://wiki.maemo.org/Updating_the_tablet_firmware
and I don't understand this step:
Quote:

Flash the FIASCO/rootfs image first using the above commands, WTIHOUT the -R at the end of the command, keep the device plugged in after flashing.
How am I doing that? Where can I download the FIASCO Image? Which command above? Without the R?
This command?
Code:

flasher-3.5.exe -F RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin -f
But no... the next step is to download the eMMC Image.
maybe... only this?
Code:

flasher-3.5.exe -F
Please help me. Thats all. Thanks!

zaoltryence 2010-05-03 14:37

Re: Question to flashing eMMC
 
the fiasco image is the firware that you want to install example is the pr 1.1, follow the steps the R in the command denotes to reboot so dont put the R at the end of the command, then flash the EMMC image, eMMC is the vanilla firmware..

Morku 2010-05-03 15:00

Re: Question to flashing eMMC
 
First I want to reflash the eMMC with the Vanilla FW: RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin
and after that upgrade to the latest FW: RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin
What do I have to do now?
first:
Code:

flasher-3.5.exe -F RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin -f
and second step:
Code:

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

sajman 2010-05-03 15:14

Re: Question to flashing eMMC
 
flasher-3.5.exe -F RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin -f



let it run


then


flasher-3.5.exe -F RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin -f -R


should be fine.. i just rebooted mine after flash, didn't make much difference, but if u can do it without it booting i suppose its a benefit

zaoltryence 2010-05-03 15:19

Re: Question to flashing eMMC
 
Quote:

Originally Posted by Morku (Post 640465)
First I want to reflash the eMMC with the Vanilla FW: RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin
and after that upgrade to the latest FW: RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin
What do I have to do now?
first:
Code:

flasher-3.5.exe -F RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin -f
and second step:
Code:

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

its the other way around flash the firmware first RX-51_2009SE_3.2010.02-8_PR_COMBINED_MR0_ARM.bin then the eMMC RX-51_2009SE_1.2009.41-1.VANILLA_PR_EMMC_MR0_ARM.bin -f -R[/code]

zaoltryence 2010-05-03 15:25

Re: Question to flashing eMMC
 
like this.. flash fiaco 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)!

Morku 2010-05-03 15:26

Re: Question to flashing eMMC
 
okay and thats the instruction for the FIASCO thing?
Hm... thank you.

zaoltryence 2010-05-03 15:30

Re: Question to flashing eMMC
 
Quote:

Originally Posted by Morku (Post 640508)
okay and thats the instruction for the FIASCO thing?
Hm... thank you.

you need to flash fiasco first before eMMC as per instruction


Flash the FIASCO/rootfs image first using the above commands, WTIHOUT the -R at the end of the command, keep the device plugged in after flashing.

one1002 2010-05-03 15:32

Re: Question to flashing eMMC
 
may i know what's the difference between flashing the eMMC and the other one (firmware?) ?

and why should we flash the eMMC (in what situation) or the other one (firmware) ?

sorry..just had my n900..appreciate your help..

Morku 2010-05-03 15:36

Re: Question to flashing eMMC
 
Quote:

Originally Posted by zaoltryence (Post 640520)
you need to flash fiasco first before eMMC as per instruction


Flash the FIASCO/rootfs image first using the above commands, WTIHOUT the -R at the end of the command, keep the device plugged in after flashing.

Yes and my question is what FIASCO is. I can't find an Image called "FIASCO" I can't flash something without having it...
Where can I download the FIASCO/rootfs image?


All times are GMT. The time now is 12:10.

vBulletin® Version 3.8.8