Commit 1fb413d0 authored by Justin Swartz's avatar Justin Swartz Committed by Siarhei Siamashka
Browse files

README: Cross-compilation examples



The meminfo example has been corrected to match the Makefile's
"sunxi-meminfo" target, and an example has been added for the
"sunxi-script_extractor" target.
Signed-off-by: default avatarJustin Swartz <justin.swartz@risingedge.co.za>
Acked-by: default avatarSiarhei Siamashka <siarhei.siamashka@gmail.com>
parent 236e9f4f
......@@ -57,15 +57,17 @@ phoenix_info:
phoenixcard utility and optionally extracts the embedded boot
code & firmware file from their hidden partitions.
meminfo:
sunxi-meminfo:
Tool for reading DRAM settings from registers. Compiled as a
static binary for use on android and other OSes. To build this,
get a toolchain, and run:
make CROSS_COMPILE=arm-linux-gnueabihf- meminfo
make CROSS_COMPILE=arm-linux-gnueabihf- sunxi-meminfo
script-extractor:
sunxi-script_extractor:
A simple tool, which can be executed on a rooted Android device
to dump the script.bin blob from RAM via reading /dev/mem.
To build this, get a toolchain, and run:
make CROSS_COMPILE=arm-linux-gnueabihf- sunxi-script_extractor
This software is licensed under the terms of GPLv2+ as defined by the
Free Software Foundation, details can be read in the COPYING file.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment