1
0
Fork 0
forked from len0rd/rockbox
foxbox/rbutil/mkamsboot
Dave Chapman c6be818212 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
2008-10-04 08:46:03 +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 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
mkamsboot.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
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 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
test.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

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".