Git Product home page Git Product logo

lokeshbv / tizenrt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samsung/tizenrt

1.0 1.0 0.0 326.64 MB

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

License: Apache License 2.0

Makefile 2.13% C 91.91% C++ 3.16% Perl 0.02% HTML 0.01% Shell 0.60% Batchfile 0.15% Tcl 0.64% Assembly 0.91% Python 0.38% Objective-C 0.09%
rtos embedded-systems iot-platform real-time cortex-m armv7 kernel

tizenrt's Introduction

Tizen RT

License Build Status

TizenRT is a 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-6-2017-q1-update-linux.tar.bz2
Untar the gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2 and export the path like

tar xvjf gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2
export PATH=<Your Toolchain PATH>:$PATH

Be aware that recommanded toolchain is fully working on 64bits machine.

Getting the sources

git clone https://github.com/Samsung/TizenRT.git
cd TizenRT
TIZENRT_BASEDIR="$PWD"

How to Build

Configure the build from $TIZENRT_BASEDIR/os/tools directory

cd os/tools
./configure.sh <board>/<configuration_set>

The configuration file is named defconfig,
and resides under the relative path <board>/<configuration_set> rooted at build/configs.
To check the different <board>/<configuration_set> combinations supported, type below:

./configure.sh --help

After configuring above, configuration can be modified through make menuconfig from $TIZENRT_BASEDIR/os.

cd ..
make menuconfig

Refer kconfig-frontend installation to use menuconfig.

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

make

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

See Clean commands to clean built files.
See Trouble Shooting to resolve any issue on TizenRT usages.

Supported Board / Emulator

Here are supported boards and emulator list.
Refer belows to know board-specifc environments, programming method and board information.

ARTIK053 [details]

ARTIK053S [details]

ARTIK055S [details]

CY4390X [details]

SIDK_S5JT200 [details]

QEMU [details]

Configuration Sets

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

make 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.

tizenrt's People

Contributors

arvinmittal avatar btheosam avatar davidfather avatar dr-venkman avatar eunbongsong avatar galkinivan avatar heejin-kim avatar hongchaehee avatar jeongarmy avatar jeongchankim avatar jeonginkim avatar jeongjunsik avatar jh6186 avatar jisuukim avatar jsdosa avatar juitem avatar junhwanpark avatar junmin-kim avatar junyeonl avatar kishore-sn avatar manoharahk avatar pillip8282 avatar pradeepns85 avatar sangwon03 avatar shivgarg avatar sinzah avatar sunghan-chang avatar taejun-kwon avatar thapav avatar yws623 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.