Skip to content
Snippets Groups Projects
Commit 240f2ac6 authored by Pekka Niemimaa's avatar Pekka Niemimaa
Browse files

Added build instructions. Added default coding for python script.

parent 64872363
Branches
Tags
No related merge requests found
...@@ -4,7 +4,34 @@ Thingsee OS is the real-time operating system powering [Thingsee One](http://thi ...@@ -4,7 +4,34 @@ Thingsee OS is the real-time operating system powering [Thingsee One](http://thi
## Installation ## Installation
See readme.txt in the nuttx-directory. 1) Pre-requisites:
GCC ARM Embedded toolchain is available at https://launchpad.net/gcc-arm-embedded
and maintained by ARM employee​s. Packages for Windows, Mac and Linux are
available for download. For Ubuntu, a PPA is provided for easy installation.
Toolchain provides GCC, G++, GDB for embedded ARM targets. Newlib is used to
provide C standard libraries. To install in Ubuntu 14.04, see following steps:
Add GCC ARM Embedded PPA as software source with command:
```
sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
```
2) Install the GCC ARM Embedded toolchain:
```
sudo apt-get update
sudo apt-get install gcc-arm-none-eabi
```
How to Build:
```
cd nuttx/configs
../tools/configure.sh haltian_tsone/retail
make
```
## Copyright & License ## Copyright & License
......
#!/usr/bin/python #!/usr/bin/python
# -*- coding: latin-1 -*-
# #
# @file ocimage-convert.py # @file ocimage-convert.py
# @brief Offcode "ocImage converter" # @brief Offcode "ocImage converter"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment