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-07 15:04:11 +0400
committerAlejandro Mery <amery@geeks.cl>2012-05-07 15:04:11 +0400
commita178838b1f1d4003623522f0ccce68c2596e0182 (patch)
treefe12121099dc93d3fa6114a9d80f8b47647bb609
parenta431934d956a89391deba5209ab40c164cf0662b (diff)
README: add content
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index e69de29..2151d71 100644
--- a/README
+++ b/README
@@ -0,0 +1,14 @@
+sunxi-tools
+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.