summaryrefslogtreecommitdiff
path: root/utils/AMS/hacking/README
diff options
context:
space:
mode:
Diffstat (limited to 'utils/AMS/hacking/README')
-rw-r--r--utils/AMS/hacking/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/AMS/hacking/README b/utils/AMS/hacking/README
new file mode 100644
index 0000000..ce16f95
--- /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".
+
+