diff options
author | Dave Chapman <dave@dchapman.com> | 2008-05-11 18:29:53 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-05-11 18:29:53 +0000 |
commit | 1aa6cde3eaa49c6607cc5827c0a7c8e6dd355a1a (patch) | |
tree | e5917680a7ea7c4abf18edf2a7251f894b4c63aa /utils/AMS/hacking/README | |
parent | d24eb9e461ca1d25a83d825d355710ebdbe509b5 (diff) | |
download | rockbox-1aa6cde3eaa49c6607cc5827c0a7c8e6dd355a1a.tar.gz rockbox-1aa6cde3eaa49c6607cc5827c0a7c8e6dd355a1a.zip |
Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/AMS/hacking/README')
-rw-r--r-- | utils/AMS/hacking/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/AMS/hacking/README b/utils/AMS/hacking/README new file mode 100644 index 0000000000..ce16f954cd --- /dev/null +++ b/utils/AMS/hacking/README @@ -0,0 +1,16 @@ +This directory contains the following tools related to the Sansa V2 +(AMS) firmware files: + +1) amsinfo + +A tool that dumps information from an AMS firmware file. + +2) mkamsboot + +A tool to inject some code (contained in test.S) into a firmware file. + +Edit the INFILE variable in the Makefile to point to the original +firmware file you want to patch, edit "test.S" appropriately, and then +type "make". + + |