rockbox/rbutil/mkamsboot
Rafaël Carré 1a6172d2a0 mkamsboot: remove useless casts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30115 a1c6a512-1295-4272-9138-f99709370657
2011-07-02 02:49:01 +00:00
..
dualboot mkamsboot: correct old comments 2011-07-02 02:48:54 +00:00
dualboot.c mkamsboot: don't boot OF if USB is plugged (AMSv1 only) 2010-07-29 23:15:55 +00:00
dualboot.h mkamsboot: don't boot OF if USB is plugged (AMSv1 only) 2010-07-29 23:15:55 +00:00
main.c mkamsboot: remove useless casts 2011-07-02 02:49:01 +00:00
Makefile Tweak Makefiles a bit to allow cross compiling Rockbox Utility. 2010-12-23 18:59:58 +00:00
md5.c FS#10253 : mkamsboot v1.0 2009-05-28 18:27:08 +00:00
md5.h
mkamsboot.c mkamsboot: restructure model / firmware file information. 2011-01-31 20:15:50 +00:00
mkamsboot.h mkamsboot: restructure model / firmware file information. 2011-01-31 20:15:50 +00:00
README mkamsboot: correct old comments 2011-07-02 02:48:54 +00:00

mkamsboot
---------

A tool to inject a bootloader into a Sansa V2 (AMS) firmware file.


Usage
-----

mkamsboot <firmware file> <boot file> <output file>

<firmware file> is an original Sansa firmware file obtained from the Sansa
    forums for example : http://forums.sandisk.com/sansa/?category.id=devices

<boot file> is the code you want to execute (a rockbox bootloader), previously
    scrambled with tools/scramble utility.

<output file> is the resulting firmware file which you'll have to copy on your
    Sansa player. See "Firmware filenames".


Supported models
----------------

Sansa Clip  :   firmware version starting with "01."
Sansa Clip+ :   firmware version starting with "01."
Sansa Clipv2:   firmware version starting with "02."
Sansa Fuze  :   firmware version starting with "01."
Sansa Fuzev2:   firmware version starting with "02."
Sansa E200v2:   firmware version starting with "03."
Sansa C200v2:   firmware version starting with "03."
Sansa M200v4:   firmware version starting with "4."


Firmware filenames
------------------

For the firmware upgrade to happen, the firmware has to be named specially:

clip v2 :   m30pa.bin
clip    :   m300a.bin
clip+   :   clppa.bin
fuze    :   fuzea.bin
fuzev2  :   fuzpa.bin
e200v2  :   e200pa.bin
c200v2  :   c200pa.bin
m200v4  :   m200a.bin


Dual-Boot
---------

  The purpose of this program is to provide dual-boot between the original
firmware and the new (rockbox) firmware.

  By default the player will boot into the new firmware.

  To boot into the Original Firmware, you need to press the Left key.
  ***Note : on the Clip+ you can alternatively press the Home key.

  The Fuzev2, Clipv2 and Clip+ will boot into the Original Firmware as well if it is powered up by
inserting an usb cable.

Hacking
-------

See comments in mkamsboot.c and dualboot/dualboot.S for more information.