Samsung/TizenRT

Name: TizenRT

Owner: Samsung

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

Created: 2017-02-20 04:38:30.0

Updated: 2018-01-10 11:16:33.0

Pushed: 2018-01-16 01:50:21.0

Homepage:

Size: 83054

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Tizen RT

License Build Status

lightweight RTOS-based platform to support low-end IoT devices.
Please find project details at Wiki especially documentations page.

Contents

Quick Start
Supported Board / Emulator
Configuration Sets

Quick Start
Getting the toolchain

Get the build in binaries and libraries, gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar.bz2
Untar the gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar.bz2 and export the path like

xvjf gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar.bz2
rt PATH=<Your Toolchain PATH>:$PATH
Getting the sources
clone https://github.com/Samsung/TizenRT.git
izenRT
NRT_BASEDIR="$PWD"
How to Build

Configure the build from $TIZENRT_BASEDIR/os/tools directory

s/tools
nfigure.sh <board>/<configuration_set>

For list of boards and configuration set supported, refer belows.
Above copies the canned configuration-set for the particular board, into the $TIZENRT_BASEDIR/os directory.
Configuration can be modified through make menuconfig from $TIZENRT_BASEDIR/os.

.
 menuconfig

Refer kconfig-frontend installation to use menuconfig.

Finally, initiate build by make from $TIZENRT_BASEDIR/os.


Built binaries are in $TIZENRT_BASEDIR/build/output/bin.

Supported Board / Emulator

ARTIK053 [[details]](build/configs/artik053/README.md)

ARTIK053S [[details]](build/configs/artik053s/README.md)

ARTIK055S [[details]](build/configs/artik055s/README.md)

SIDK_S5JT200 [[details]](build/configs/sidk_s5jt200/README.md)

QEMU [[details]](build/configs/qemu/README.md)

Configuration Sets

To build a Tizen RT application, use the default configuration files named defconfig under build/configs// folder.
To customize your application with specific configuration settings, using the menuconfig tool is recommended at os folder as shown:

 menuconfig

Please keep in mind that we are actively working on board configurations, and will be posting our updates on the README files under each config.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.