mirror of
https://github.com/linux-sunxi/sunxi-tools.git
synced 2024-11-23 18:05:38 +08:00
A collection of command line tools for ARM devices with Allwinner SoCs.
.gitignore | ||
bin2fex.c | ||
bin2fex.h | ||
common.h | ||
COPYING | ||
fex2bin.c | ||
fex2bin.h | ||
fexc.c | ||
fexc.h | ||
Makefile | ||
README | ||
script_bin.c | ||
script_bin.h | ||
script.c | ||
script.h |
sunxi-tools Copyright (C) 2012 Alejandro Mery <amery@geeks.cl> Tools to help hacking Allwinner A10 (aka sun4i) based devices and possibly it's successors, that's why the 'x' in the package name. bin2fex: decompiles an script.bin blob into the .ini format used by allwinner's SDK to configure the boards. fex2bin: compiles a .fex file back into the binary form used by the sun4i kernels. This software is licensed under the terms of GPLv3 as defined by the Free Software Foundation, details can be read in the COPYING file.