rockbox/rbutil/mkamsboot
Dominik Wenger 415c46ed54 add sansa m200v2 support to mkamsboot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18840 a1c6a512-1295-4272-9138-f99709370657
2008-10-19 19:51:42 +00:00
..
bin2c.c Major rework of mkamsboot, extending work done by Rafael Carre. We now build one "dualboot.bin" mini-bootloader per target and embed it in the mkamsboot binary. The user of mkamsboot just needs to provide an original firmware file, and a Rockbox bootloader file. This code currently supports just the Clip (hardware revision 1) and the E200v2 - button checks are needed for the other V2 targets. NOTE: This is completely untested on-target, and may brick your device. 2008-10-11 11:35:59 +00:00
dualboot.S add sansa m200v2 support to mkamsboot. 2008-10-19 19:51:42 +00:00
extract_fw.c Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before. 2008-10-04 08:46:03 +00:00
Makefile add sansa m200v2 support to mkamsboot. 2008-10-19 19:51:42 +00:00
mkamsboot.c add sansa m200v2 support to mkamsboot. 2008-10-19 19:51:42 +00:00
nrv2e_d8.S Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before. 2008-10-04 08:46:03 +00:00
README Major rework of mkamsboot, extending work done by Rafael Carre. We now build one "dualboot.bin" mini-bootloader per target and embed it in the mkamsboot binary. The user of mkamsboot just needs to provide an original firmware file, and a Rockbox bootloader file. This code currently supports just the Clip (hardware revision 1) and the E200v2 - button checks are needed for the other V2 targets. NOTE: This is completely untested on-target, and may brick your device. 2008-10-11 11:35:59 +00:00

mkamsboot
---------

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

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