RushUp Kitra 520

System

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

EXYNOS3250

Frequency

1000MHz

Flash

4GB

RAM

512MB

Vendor

RushUp

Configuration

Please use kitra_520 ID for board option in “platformio.ini” (Project Configuration File):

[env:kitra_520]
platform = linux_arm
board = kitra_520

You can override default RushUp Kitra 520 settings per build environment using board_*** option, where *** is a JSON object path from board manifest kitra_520.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:kitra_520]
platform = linux_arm
board = kitra_520

; change microcontroller
board_build.mcu = exynos3250

; change MCU frequency
board_build.f_cpu = 1000000000L

Debugging

PIO Unified Debugger currently does not support RushUp Kitra 520 board.

Frameworks

Name

Description

ARTIK SDK

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.