mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18706 a1c6a512-1295-4272-9138-f99709370657
10 lines
245 B
Text
10 lines
245 B
Text
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".
|
|
|
|
|