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.
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.
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.
First check that you have a FTDI compatible driver on your mac:
kextstat | grep FTDI
You should have com.apple.driver.AppleUSBFTDI
.
Install ARTIK FTDI Driver
Reboot your system.
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"
Examples are listed from Samsung ARTIK development platform repository:
PIO Unified Debugger - “1-click” solution for debugging with a zero configuration.
Supported debugging tools are listed in “Debug” column. For more detailed information, please scroll table by horizontal. You can switch between debugging Tools & Debug Probes using debug_tool option in “platformio.ini” (Project Configuration File).
Warning
You will need to install debug tool drivers depending on your system. Please click on compatible debug tool below for the further instructions.
Boards listed below have on-board debug probe and ARE READY for debugging! You do not need to use/buy external debug probe.
Name |
MCU |
Frequency |
Flash |
RAM |
---|---|---|---|---|
S5JT200 |
320MHz |
8MB |
1.25MB |
You can switch between stable releases of Samsung ARTIK development platform and the latest upstream version using platform option in “platformio.ini” (Project Configuration File) as described below.
; Latest stable version
[env:latest_stable]
platform = samsung_artik
board = ...
; Custom stable version
[env:custom_stable]
platform = samsung_artik@x.y.z
board = ...
[env:upstream_develop]
platform = https://github.com/platformio/platform-samsung_artik.git
board = ...
Name |
Description |
---|---|
TizenRT RTOS with library |
|
OpenOCD for ARTIK |
|
gcc-arm-embedded |
Warning
Linux Users:
Install “udev” rules 99-platformio-udev.rules
Raspberry Pi users, please read this article Enable serial port on Raspberry Pi.
Windows Users:
Please check that you have a correctly installed USB driver from board manufacturer
Name |
Description |
---|---|
Tizen RT is a lightweight RTOS-based platform to support low-end IoT devices |
Note
You can list pre-configured boards by platformio boards command or PlatformIO Boards Explorer
For more detailed board
information please scroll tables below by
horizontal.
Name |
Debug |
MCU |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|
On-board |
S5JT200 |
320MHz |
8MB |
1.25MB |