Giter Site home page Giter Site logo

yoobyongwook / tizenrt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samsung/tizenrt

0.0 1.0 0.0 33.64 MB

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

License: Apache License 2.0

Makefile 1.60% C 94.05% C++ 1.71% HTML 0.01% Shell 0.41% Batchfile 0.13% Tcl 1.05% Assembly 0.66% Python 0.10% Objective-C 0.29%

tizenrt's Introduction

Tizen RT

License

lightweight RTOS-based platform to support low-end IoT devices.

Please find project details on our Tizen wiki.

Quick Start

Getting the toolchain

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

Untar the gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar and export the path like

tar xvf gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar
export PATH=<Your Toolchain PATH>:$PATH

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>

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.

cd ..
make menuconfig

Finally, initiate build by make from $TIZENRT_BASEDIR/os

make

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

Supported Board

ARTIK053 [details]

sidk_s5jt200 [details]

Tizen RT currently supports only two boards called artik053 and sidk_s5jt200. However, those are not available in public markets till now. sidk_s5jt200 or other boards for Tizen RT will be coming soon.

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:

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

eunbongsong avatar sunghan-chang avatar junyeonl avatar junhwanpark avatar sinzah avatar taejun-kwon avatar jeongarmy avatar yws623 avatar jeongchankim avatar jh6186 avatar galkinivan avatar juitem avatar btheosam avatar junmin-kim avatar dr-venkman avatar pradeepns85 avatar jsdosa avatar lssgood avatar pillip8282 avatar bongryullee avatar chanijjani avatar manoharahk avatar sangwon03 avatar an4967 avatar youngeunpark avatar shivgarg avatar seongeunchoi avatar joohwani-kim avatar kimjongjeong avatar heejin-kim avatar

Watchers

James Cloos 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.