Platform Linux ARM: Linux ARM is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X, Linux ARM) you can build native application for Linux ARM platform.
Microcontroller |
S5P4418 |
Frequency |
1200MHz |
Flash |
4GB |
RAM |
512MB |
Vendor |
Please use artik_530
ID for board option in “platformio.ini” (Project Configuration File):
[env:artik_530]
platform = linux_arm
board = artik_530
You can override default Samsung ARTIK 530 settings per build environment using
board_***
option, where ***
is a JSON object path from
board manifest artik_530.json. For example,
board_build.mcu
, board_build.f_cpu
, etc.
[env:artik_530]
platform = linux_arm
board = artik_530
; change microcontroller
board_build.mcu = s5p4418
; change MCU frequency
board_build.f_cpu = 1200000000L
PIO Unified Debugger currently does not support Samsung ARTIK 530 board.
Name |
Description |
---|---|
ARTIK SDK is a C/C++ SDK targeting Samsung ARTIK platforms. It exposes a set of APIs to ease up development of applications. These APIs cover hardware buses such as GPIO, SPI, I2C, UART, connectivity links like Wi-Fi, Bluetooth, Zigbee, and network protocols such as HTTP, Websockets, MQTT, and others. |