Samsung ARTIK

platform = samsung_artik

The Samsung ARTIK Smart IoT platform brings hardware modules and cloud services together, with built-in security and an ecosystem of tools and partners to speed up your time-to-market.

For more detailed information please visit vendor site.

Packages

Name

Description

framework-tizenrt

TizenRT RTOS with library

tool-artik-openocd

OpenOCD for ARTIK

toolchain-gccarmnoneeabi

gcc-arm-embedded

Warning

Linux Users:

Windows Users:

Please check that you have a correctly installed USB driver from board manufacturer

Frameworks

Name

Description

Tizen RT

Tizen RT is a lightweight RTOS-based platform to support low-end IoT devices

Boards

Note

Samsung

ID

Name

Platform

Debug

Microcontroller

Frequency

Flash

RAM

artik_053

Samsung ARTIK053

Samsung ARTIK

Yes

S5JT200

320 MHz

8192 Kb

1280 Kb

Configuration

If you are using the Samsung ARTIK platform on macOS or Linux, you need to perform the configuration steps detailed below to enable support for deployment and debugging.

Windows

Usually Windows Update Service will automatically install FTDI driver. You can choose an off-line installation and install FTDI driver manually.

After installation, you will have two FTDI devices. Please use zadig tool to change one FTDI device to a “libusb” compatible device.

macOS

First check that you have a FTDI compatible driver on your mac:

kextstat | grep FTDI

You should have com.apple.driver.AppleUSBFTDI.

  1. Install ARTIK FTDI Driver

  2. Reboot your system.

Linux

Create a new file named /etc/udev/rules.d/51-artik053.rules and add the following line:

SUBSYSTEM=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="6010", MODE="0660", GROUP="plugdev", SYMLINK+="artik053-%n"