Difference between revisions of "AIMLinux/AddOn/DeviceOn"
From ESS-WIKI
Daniel.hung (talk | contribs) (Created page with "= Getting Started = This section describes the information about DeviceOn on RISC platform. == <span style="color:#0070c0">DeviceOn</span> == === <span style="color:#0070c0...") |
Daniel.hung (talk | contribs) |
||
Line 5: | Line 5: | ||
== <span style="color:#0070c0">DeviceOn</span> == | == <span style="color:#0070c0">DeviceOn</span> == | ||
− | === <span style="color:#0070c0">Requirements for | + | === <span style="color:#0070c0">Requirements for Build Environment</span> === |
+ | |||
+ | To cross-compile DeviceOn agent, you have to install dependencies into SDK toolchain. | ||
+ | |||
+ | Please refer to '''[https://github.com/ADVANTECH-Corp/meta-advantech2/blob/aim20-rocko-sumo/meta-WISE-PaaS/recipes-core/packagegroups/packagegroup-wise-paas.bb packagegroup-wise-paas.bb]''' and '''[https://github.com/ADVANTECH-Corp/meta-advantech2/blob/aim20-rocko-sumo/meta-WISE-PaaS/recipes-core/images/sdk.inc sdk.inc]''' for details. These two files are used on Yocto to generate suitable image & toolchain for DeviceOn. | ||
=== <span style="color:#0070c0">Build Instruction</span> === | === <span style="color:#0070c0">Build Instruction</span> === | ||
Line 13: | Line 17: | ||
=== <span style="color:#0070c0">Connect to Server</span> === | === <span style="color:#0070c0">Connect to Server</span> === | ||
− | == <span style="color:#0070c0"> | + | == <span style="color:#0070c0">Additional Modules</span> == |
=== <span style="color:#0070c0">OTA Handler</span> === | === <span style="color:#0070c0">OTA Handler</span> === |
Revision as of 07:16, 24 September 2019
Contents
Getting Started
This section describes the information about DeviceOn on RISC platform.
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.