mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
adfuload: utility to upload and exec binary using brom adfu mode of atj213x SoC
Change-Id: If52aa34124be2801c2ac316641ff9aa0bbd837c6
This commit is contained in:
parent
01d8cc6f39
commit
b5ca0cffac
4 changed files with 591 additions and 0 deletions
7
utils/atj2137/adfuload/Makefile
Normal file
7
utils/atj2137/adfuload/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
all: adfuload
|
||||
|
||||
adfuload: adfuload.c encrypt.c
|
||||
gcc -g -std=c99 -o $@ -W -Wall -I/usr/include/libusb-1.0/ $^ -lusb-1.0
|
||||
|
||||
clean:
|
||||
rm -fr *.o adfuload
|
||||
Loading…
Add table
Add a link
Reference in a new issue