sunxi-tools/README

26 lines
781 B
Plaintext
Raw Normal View History

2012-05-07 19:04:11 +08:00
sunxi-tools
2012-05-07 19:08:04 +08:00
Copyright (C) 2012 Alejandro Mery <amery@geeks.cl>
2012-05-07 19:04:11 +08:00
Tools to help hacking Allwinner A10 (aka sun4i) based devices and possibly
it's successors, that's why the 'x' in the package name.
2012-05-11 22:30:41 +08:00
fexc:
`.fex` file (de)compiler
Usage: ./fexc [-vq] [-I <infmt>] [-O <outfmt>] [<input> [<output>]]
infmt: fex, bin (default:fex)
outfmt: fex, bin (default:bin)
2012-05-07 19:04:11 +08:00
bin2fex:
2012-05-11 22:30:41 +08:00
compatibility shortcut to call `fexc` to decompile an script.bin
blob back into `.fex` format used by allwinner's SDK to configure
the boards.
2012-05-07 19:04:11 +08:00
fex2bin:
2012-05-11 22:30:41 +08:00
compatiblity shortcut to call `fexc` to compile a `.fex` file into
the binary form used by the sun4i kernel.
2012-05-07 19:04:11 +08:00
This software is licensed under the terms of GPLv3 as defined by the
Free Software Foundation, details can be read in the COPYING file.