GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > Universal GSM Software


Universal GSM Software Write here for questions about Universal GSM Software. Example: USPU, twinsim, sms-soft, drivers...

Reply
 
LinkBack Thread Tools Display Modes
Old 02-19-2010, 12:40   #1 (permalink)
No Life Poster
 
Gabiunlock's Avatar
 
Join Date: Feb 2008
Location: Misiones
Posts: 1,197
Member: 710759
Status: Offline
Sonork: No
Thanks Meter: 329
:: Maemo Flasher 3.5_2.5.2.2 ::


Flasher-3.5



NAME
flasher-3.5 - Maemo flasher tool

SYNOPSIS
Usage: flasher-3.5 [OPTIONS]

DESCRIPTION
The flasher tool is used to flash data to the Maemo device internal
256MB of NAND, which is where the bootloader, kernel, and rootfs (all
of which make up the operating system) are stored. Flasher can be used
to upgrade the firmware, wipe the Maemo device and start from scratch,
flash certain specific components, or change a number of hardware flags.

OPTIONS
-F, --fiasco=ARG Location of a FIASCO image
-k, --kernel=ARG Location of kernel image
-n, --initfs=ARG Location of initfs image
-r, --rootfs=ARG Location of root JFFS2 image
--cmt-2nd=ARG Location of CMT FIASCO 2nd image
--cmt-algo=ARG Location of CMT FIASCO algorithm image
--cmt-mcusw=ARG Location of CMT FIASCO MCUSW image
--cmt-no-verify Disable verification of CMT programming
-x, --xloader=ARG Location of X-Loader image
-s, --secondary=ARG Location of NOLO secondary bootloader image
-2, --2nd=ARG Location of NOLO cold flasher ("2nd") image
-u, --unpack[=ARG] Unpack a FIASCO image
-f, --flash Load and flash all supplied images
-l, --load Only load all supplied images
-b, --boot[=ARG] Boot the kernel with optional cmdline
-R, --reboot Reboot the board (e.g. after flashing NOLO)
-i, --read-device-id Print out the device type
-S, --serial-port=ARG Serial port used for cold flashing or "usb"
-I, --init-port Only initialize the serial port
-c, --cold-flash "Cold flash" the device
-h, --hw-revision=ARG Specify product code and HW revision
--enable-rd-mode Enable R&D mode on the device
--disable-rd-mode Disable R&D mode on the device
--set-rd-flags[=ARG] Set R&D mode flags on the device
--clear-rd-flags[=ARG] Clear R&D mode flags on the device
--query-rd-mode Query the device R&D mode status and flags
--set-hw-revision[=ARG] Set HW revision override on device
--flash-only=ARG Flash only certain components
-U, --usb-device=ARG Specify USB device to use (bus:device address)


Valid --flash-only options:
nolo, kernel, initfs, rootfs

Valid --set-rd-flags and --clear-rd-flags options:
no-omap-wd
no-ext-wd
no-lifeguard-reset
serial-console
no-usb-timeout
sti-console
no-charging
force-power-key


EXAMPLES
To flash a image to the Maemo device, open a terminal on your computer,
then run:

$ flasher-3.5 -F <FIASCO image> -f -R

Replace <FIASCO image> with the firmware image you downloaded from
Nokia. This will flash a FIASCO image to your Maemo device and reboot
device after it’s done (at which point, you can unplug the USB). The
procedure is the same for all other image flashing components (like
separate kernel, rootfs and eMMC images), see the option list for details.
If you wish to do other commands than image flashing, then omit the
-R option as rebooting Maemo device may reset given configuration change
back to normal.

1) To flash a kernel with separate kernel image, open a terminal on your
computer, then run:

$ flasher-3.5 -k <kernel zImage> -f -R

2) If you do not have separate images, but want to flash just a part of
the whole FIASCO image you can do so by running:

$ flasher-3.5 -F <FIASCO image> --flash-only=rootfs -R

This will flash just the rootfs from the FIASCO image and reboot the
device.

3) If you need access to the individual parts of the FIASCO image, it can
be unpacked by running:

$ flasher-3.5 -F <FIASCO image> -u

Which will expand it to your current directory.

4) To cold flash (needed usually when the bootloader has been changed) run:

$ flasher-3.5 -c -h RX-51:<hwid> -F <FIASCO image> -S usb

The 'hwid' in the command options is a 4-digit code that can be found from
the type label of the device to be flashed.

[IMG]http://2.bp.********.com/_jzFOOHRsqBM/S3L5dd6cUWI/AAAAAAAAAYI/hAz5Eib47W0/s320/n900.jpg[/IMG]

maemo_flasher-3.5_2.5.2.2.exe Download

BR

Gaabiunlock
  Reply With Quote
The Following 5 Users Say Thank You to Gabiunlock For This Useful Post:
Show/Hide list of the thanked
Old 02-19-2010, 13:00   #2 (permalink)
No Life Poster
 
mr_loverman's Avatar
 
Join Date: Oct 2004
Location: Tbilisi
Age: 42
Posts: 607
Member: 87722
Status: Offline
Thanks Meter: 112
nice work vary useful soft
  Reply With Quote
The Following User Says Thank You to mr_loverman For This Useful Post:
Old 03-19-2010, 21:49   #3 (permalink)
Freak Poster
 
Join Date: Nov 2007
Location: GSM WORLD
Posts: 240
Member: 636786
Status: Offline
Sonork: 100.1576399
Thanks Meter: 34
thanks for good info
maybe my N900 will be ok

br
tommy
  Reply With Quote
Old 03-20-2010, 03:27   #4 (permalink)
Freak Poster
 
mdalamgir's Avatar
 
Join Date: Feb 2008
Location: Bangadesh.Dhaka
Posts: 350
Member: 694638
Status: Offline
Sonork: no
Thanks Meter: 164
Donate money to this user
Maemo flasher tool help

Quote:
Originally Posted by Gabiunlock View Post
Flasher-3.5



NAME
flasher-3.5 - Maemo flasher tool

SYNOPSIS
Usage: flasher-3.5 [OPTIONS]

DESCRIPTION
The flasher tool is used to flash data to the Maemo device internal
256MB of NAND, which is where the bootloader, kernel, and rootfs (all
of which make up the operating system) are stored. Flasher can be used
to upgrade the firmware, wipe the Maemo device and start from scratch,
flash certain specific components, or change a number of hardware flags.

OPTIONS
-F, --fiasco=ARG Location of a FIASCO image
-k, --kernel=ARG Location of kernel image
-n, --initfs=ARG Location of initfs image
-r, --rootfs=ARG Location of root JFFS2 image
--cmt-2nd=ARG Location of CMT FIASCO 2nd image
--cmt-algo=ARG Location of CMT FIASCO algorithm image
--cmt-mcusw=ARG Location of CMT FIASCO MCUSW image
--cmt-no-verify Disable verification of CMT programming
-x, --xloader=ARG Location of X-Loader image
-s, --secondary=ARG Location of NOLO secondary bootloader image
-2, --2nd=ARG Location of NOLO cold flasher ("2nd") image
-u, --unpack[=ARG] Unpack a FIASCO image
-f, --flash Load and flash all supplied images
-l, --load Only load all supplied images
-b, --boot[=ARG] Boot the kernel with optional cmdline
-R, --reboot Reboot the board (e.g. after flashing NOLO)
-i, --read-device-id Print out the device type
-S, --serial-port=ARG Serial port used for cold flashing or "usb"
-I, --init-port Only initialize the serial port
-c, --cold-flash "Cold flash" the device
-h, --hw-revision=ARG Specify product code and HW revision
--enable-rd-mode Enable R&D mode on the device
--disable-rd-mode Disable R&D mode on the device
--set-rd-flags[=ARG] Set R&D mode flags on the device
--clear-rd-flags[=ARG] Clear R&D mode flags on the device
--query-rd-mode Query the device R&D mode status and flags
--set-hw-revision[=ARG] Set HW revision override on device
--flash-only=ARG Flash only certain components
-U, --usb-device=ARG Specify USB device to use (bus:device address)


Valid --flash-only options:
nolo, kernel, initfs, rootfs

Valid --set-rd-flags and --clear-rd-flags options:
no-omap-wd
no-ext-wd
no-lifeguard-reset
serial-console
no-usb-timeout
sti-console
no-charging
force-power-key


EXAMPLES
To flash a image to the Maemo device, open a terminal on your computer,
then run:

$ flasher-3.5 -F <FIASCO image> -f -R

Replace <FIASCO image> with the firmware image you downloaded from
Nokia. This will flash a FIASCO image to your Maemo device and reboot
device after it’s done (at which point, you can unplug the USB). The
procedure is the same for all other image flashing components (like
separate kernel, rootfs and eMMC images), see the option list for details.
If you wish to do other commands than image flashing, then omit the
-R option as rebooting Maemo device may reset given configuration change
back to normal.

1) To flash a kernel with separate kernel image, open a terminal on your
computer, then run:

$ flasher-3.5 -k <kernel zImage> -f -R

2) If you do not have separate images, but want to flash just a part of
the whole FIASCO image you can do so by running:

$ flasher-3.5 -F <FIASCO image> --flash-only=rootfs -R

This will flash just the rootfs from the FIASCO image and reboot the
device.

3) If you need access to the individual parts of the FIASCO image, it can
be unpacked by running:

$ flasher-3.5 -F <FIASCO image> -u

Which will expand it to your current directory.

4) To cold flash (needed usually when the bootloader has been changed) run:

$ flasher-3.5 -c -h RX-51:<hwid> -F <FIASCO image> -S usb

The 'hwid' in the command options is a 4-digit code that can be found from
the type label of the device to be flashed.

[IMG]http://2.bp.********.com/_jzFOOHRsqBM/S3L5dd6cUWI/AAAAAAAAAYI/hAz5Eib47W0/s320/n900.jpg[/IMG]

maemo_flasher-3.5_2.5.2.2.exe Download

BR

Gaabiunlock

Very nice work &thank you very much brother.

I have no idea about 'flasher-3.5 - Maemo flasher tool'

Please tell me about 'flasher-3.5 - Maemo flasher tool'

What is its work?

How to use this & have any risk?

What models support?


Thanks Advance to answer those question.
  Reply With Quote
The Following User Says Thank You to mdalamgir For This Useful Post:
Old 06-09-2011, 10:34   #5 (permalink)
Registered User
 
Join Date: Oct 2008
Location: Phillipines
Posts: 9
Member: 874101
Status: Offline
Thanks Meter: 1
thnks for this sw....i had n900 that always "LOW IN MEMORY'.
i cant open cam,messags,etc...
i've already flash the phone with maemo with updated bin file.but the same prblm..

can u help me to flash it with EMMC VANILLA..?

THANKs!!
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
N900 hangup successfully flashed/updated by MAEMO Flasher 3.5 professor linux Nokia Windows & MeaMo/MeeGo based 55 12-10-2016 16:27
N900 maemo flasher 3.5 problem ahmad5175 Nokia Windows & MeaMo/MeeGo based 8 03-29-2011 09:33


All times are GMT +1. The time now is 23:04.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.22106 seconds with 9 queries

SEO by vBSEO