5af5723df6 | ||
---|---|---|
.. | ||
core | ||
init_config | ||
linux | ||
platform | ||
third | ||
LICENSE | ||
Makefile | ||
README.md | ||
main.c |
README.md
OASES LINUX DAEMON
compile with a stand-alone toolchain and integrate
-
apply for 'access key' and 'secret access key' from OASES
-
implement platform specific code, see also platform/README.md
-
compile
# set environment variables:CC,CXX,CPP,STRIP # example: $CC=aarch64-poky-linux-gcc -mcpu=cortex-a72.cortex-a53+crypto -mtune=cortex-a72.cortex-a53 --sysroot=/home/yang/bin/oecore-x86_64/sysroots/aarch64-poky-linux $CXX=aarch64-poky-linux-g++ -mcpu=cortex-a72.cortex-a53+crypto -mtune=cortex-a72.cortex-a53 --sysroot=/home/yang/bin/oecore-x86_64/sysroots/aarch64-poky-linux $CPP=aarch64-poky-linux-gcc -E -mcpu=cortex-a72.cortex-a53+crypto -mtune=cortex-a72.cortex-a53 --sysroot=/home/yang/bin/oecore-x86_64/sysroots/aarch64-poky-linux $STRIP=aarch64-poky-linux-strip $make
-
implement init configuration, see also init_config/README.md
-
push oasesd and init configuration files to device
-
make init to reload configuration and start oasesd