Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Mery <amery@geeks.cl>2012-05-11 18:30:41 +0400
committerAlejandro Mery <amery@geeks.cl>2012-05-11 18:30:41 +0400
commite36d38660be03cf2fedb4df2e9df645a748c639e (patch)
tree14939aea4a18826c1965bb80bee33827e9246646
parenta14b0a7aa810b597a35bd2a3aa16599ba1217c48 (diff)
README: updated to reflect `fexc`v1.1
-rw-r--r--README17
1 files changed, 13 insertions, 4 deletions
diff --git a/README b/README
index 1678a2d..5ded4ba 100644
--- a/README
+++ b/README
@@ -4,13 +4,22 @@ 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.
+fexc:
+ `.fex` file (de)compiler
+
+ Usage: ./fexc [-vq] [-I <infmt>] [-O <outfmt>] [<input> [<output>]]
+
+ infmt: fex, bin (default:fex)
+ outfmt: fex, bin (default:bin)
+
bin2fex:
- decompiles an script.bin blob into the .ini format used by
- allwinner's SDK to configure the boards.
+ compatibility shortcut to call `fexc` to decompile an script.bin
+ blob back into `.fex` 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.
+ compatiblity shortcut to call `fexc` to compile a `.fex` file into
+ the binary form used by the sun4i kernel.
This software is licensed under the terms of GPLv3 as defined by the
Free Software Foundation, details can be read in the COPYING file.