summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/README
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkamsboot/README')
-rw-r--r--rbutil/mkamsboot/README8
1 files changed, 2 insertions, 6 deletions
diff --git a/rbutil/mkamsboot/README b/rbutil/mkamsboot/README
index bf9ea698a2..bd0d2a3eea 100644
--- a/rbutil/mkamsboot/README
+++ b/rbutil/mkamsboot/README
@@ -1,10 +1,6 @@
1mkamsboot 1mkamsboot
2--------- 2---------
3 3
4A tool to inject some code (contained in test.S) into a firmware file. 4A tool to inject a bootloader into a Sansa V2 (AMS) firmware file.
5
6Edit the INFILE variable in the Makefile to point to the original
7firmware file you want to patch, edit "test.S" appropriately, and then
8type "make".
9
10 5
6See comments in mkamsboot.c and dualboot.S for more information.