1. Install a pre-compiled toolchain

There are slight changes in the page depending on the platform. They should be highlighted with comments.

Requirements

To install a Digi Embedded Yocto toolchain you need a development machine with at least:

Note Before starting development for your ConnectCore platform, make sure your device is correctly connected, powered, and running. See Step 2: Set up the hardware and Step 3: Program the Yocto firmware.

Download and install the toolchain

Digi Embedded Yocto provides a pre-compiled C/C++ toolchain that matches the default  dey-image-qt  image. You can use it to cross-compile applications to run on Digi embedded platforms, including graphical GTK or QT5 applications.

To install new Digi Embedded Yocto toolchains in your system, follow these steps:

  1. Download the toolchain installer from the Digi support page.
wget ftp://ftp1.digi.com/support/digiembeddedyocto/2.2/r3/sdk/ccimx6ulsbc/x11/dey-glibc-x86_64-dey-image-qt-x11-cortexa7hf-neon-toolchain-2.2-r3.sh

    Note You can also use your own pre-compiled toolchains.

  1. Give execution permission to the installer.
chmod +x dey-glibc-x86_64-dey-image-qt-x11-cortexa7hf-neon-toolchain-2.2-r3.sh
  1. Install the toolchain on your host PC.
./dey-glibc-x86_64-dey-image-qt-x11-cortexa7hf-neon-toolchain-2.2-r3.sh

 

© 2018 Digi International Inc. All rights reserved.
1. Install a pre-compiled toolchain updated on 30 January 2018 09:04:48 AM