diff options
author | Dave Chapman <dave@dchapman.com> | 2008-10-04 08:46:03 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-10-04 08:46:03 +0000 |
commit | c6be818212de133da4a51cebcdfee84c6dbae984 (patch) | |
tree | e6e321e0c0437d5a937db7c126be2289f30cb874 /utils/AMS/hacking/README | |
parent | d16fe2d36a0881a1bf4f65b945087a10962ed33a (diff) | |
download | rockbox-c6be818212de133da4a51cebcdfee84c6dbae984.tar.gz rockbox-c6be818212de133da4a51cebcdfee84c6dbae984.zip |
Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so this should still work the same as before.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18706 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/AMS/hacking/README')
-rw-r--r-- | utils/AMS/hacking/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/AMS/hacking/README b/utils/AMS/hacking/README index ce16f954cd..59bb27ebae 100644 --- a/utils/AMS/hacking/README +++ b/utils/AMS/hacking/README @@ -5,12 +5,3 @@ This directory contains the following tools related to the Sansa V2 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". - - |