TL;DR: Build with
:kas/opt/sdk.yml, find theiot2050-image-example-sdk-iot2050-debian-iot2050.tar.xzartifact, and follow theREADME.sdkinside the extracted tarball.
The cross-compilation SDK currently supports only Linux x86-64 host machines.
You can build the SDK by chaining the sdk.yml fragment to an image build
or by selecting the SDK option in the interactive KAS menu.
Build Command:
./kas-container build kas-iot2050-example.yml:kas/opt/sdk.ymlInteractive Menu:
./kas-container menuThen, select the "Build SDK" option.
After the build completes, the SDK is available in two forms in the
build/tmp/deploy/images/iot2050/ directory:
-
SDK Tarball:
iot2050-image-example-sdk-iot2050-debian-iot2050.tar.xz -
Docker Image Archive:
sdk-iot2050-debian-arm64-docker-archive.tar.xz
For installation and usage instructions, please extract the SDK tarball and
follow the guidance in the README.sdk file contained within it.
To import the SDK into a Docker host, run the following command:
docker load -i build/tmp/deploy/images/iot2050/sdk-iot2050-debian-arm64-docker-archive.tar.xz