Filter results by

Install Software (ARTIK 5/7)

For this section, you'll be using your terminal emulator screen (ARTIK IDE console or PuTTY) to load programs on your ARTIK development board. You'll only need to perform the initial steps once, but you may want to add or update libraries later.

Initial Installation

Here are the steps for both Ubuntu and Fedora. If you are using ARTIK 520, you will need to upgrade to the Fedora 24 image (Q6) before proceeding.

  1. Pull up the ARTIK SDK Installation article, and follow the instructions to:

    1. Set up access to the ARTIK repository and update/refresh its package list.

    2. Install the ARTIK SDK modules you require (or choose the "meta package" if unsure).

  2. Install the debug software associated with the toolchain.
    Ubuntu:
    apt install gdbserver
    Fedora:
    dnf install gdb-gdbserver

Additions and Updates

At any time, you can install specific ARTIK SDK libraries you decide to use. For example, for the Sensor Demo, you will need:
Ubuntu:
apt install libartik-sdk-sensor
apt install libartik-sdk-systemio
Fedora:
dnf install libartik-sdk-sensor
dnf install libartik-sdk-systemio

If anything is missing, you should get a build error message that will tell you what package to add.

You can also upgrade to the latest SDK files.

Last updated on: