Skip to content

Commit

Permalink
Add toolchain installation on TizenRT/Artik053 build guide. (jerryscr…
Browse files Browse the repository at this point in the history
…ipt-project#1075)

Also, I removed WARNING since artik053 board is released.

IoT.js-DCO-1.0-Signed-off-by: Sanggyu Lee [email protected]
  • Loading branch information
Sanggyu Lee authored and yichoi committed Jul 24, 2017
1 parent 82f23ba commit 5687e32
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/build/Build-for-ARTIK053-TizenRT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

This directory contains files to run IoT.js on [TizenRT](https://github.com/Samsung/TizenRT).

WARNING: **This document is not 100% accurate since Artik05x board with tooling is not available yet**

### How to build

#### 1. Set up the build environment for Artik05x board

* Install toolchain

Get the build in binaries and libraries, [gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar](https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update).

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
```

* Get IoT.js and TizenRT sources

Clone IoT.js and TizenRT into iotjs-tizenrt directory

```bash
Expand Down

0 comments on commit 5687e32

Please sign in to comment.