AIMLinux/AddOn/DeviceOn
From ESS-WIKI
Revision as of 07:34, 24 September 2019 by Daniel.hung (talk | contribs)
This section describes the information about DeviceOn on RISC platform.
Contents
DeviceOn
Requirements for Build Environment
To cross-compile DeviceOn agent, you have to install dependencies into SDK toolchain.
Please refer to packagegroup-wise-paas.bb and sdk.inc for details. These two files are used on Yocto to generate suitable image & toolchain for DeviceOn.
Build Instruction
Make sure you have set up SDK toolchain environment, before start building RMM EI agent.
# Get source git clone http://advgitlab.eastasia.cloudapp.azure.com/EI-PaaS-RMM/RMM-EI-Agent.git cd RMM-EI-Agent # Choose one for your platform source risc-env fsl imx6 yocto 2.1 source risc-env fsl imx8 yocto source risc-env qualcomm dragon yocto source risc-env ti am335x yocto 2.4 source risc-env rk 3399 debian source risc-env rk 3288 debian # Build make clean cd build/Standard ./autobuild.sh