This website requires JavaScript.
Explore
Help
Sign In
Nyaaori
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f8c72513e4
rockbox
/
utils
/
AMS
/
hacking
/
Makefile
8 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
all
:
amsinfo
Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17464 a1c6a512-1295-4272-9138-f99709370657
2008-05-11 18:29:53 +00:00
amsinfo
:
amsinfo
.
c
Replace amsinfo by another version which: - supports Clipv2/Fuzev2 firmwares - dumps firmware and library blocks in current directory - adds assertions and boundaries checks about the firmware format - has nice colors ! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23366 a1c6a512-1295-4272-9138-f99709370657
2009-10-27 11:19:49 +00:00
$(
CC
)
-ansi -o amsinfo -W -Wall amsinfo.c
Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17464 a1c6a512-1295-4272-9138-f99709370657
2008-05-11 18:29:53 +00:00
clean
:
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
rm -fr amsinfo
Reference in a new issue
Copy permalink