Currently browsing: NuttX

Install and configure NuttX ARM build environment in Linux

In this manual will see how to install and configure all the tools needed to build NuttX for ARM under Linux. The toolchain is the one comming with the Ubuntu itself (at least with the new versions of Ubuntu). The version of LInux I’m using is Ubuntu 14.04.

1. Install the Ubuntu 14.04 and update all the packages.

2. Install the ARM toolchain

sudo apt-get install gcc-arm-none-eabi

3. Install kconfig-frontends package

This package is used by the NuttX to configure …

Read more

Configure debugging environment for ARM in Ubuntu with Eclipse

Next article is how to configure SEGGER’s J-Link debugger to debug the NuttX OS from Eclipse.  Here I’m going to describe the it using The J-Link hardware debugging Eclipse plug-in. I nevver tried the other options so I don’t pretend this is the best but it works for so far. The configuration is done in Linux 14.04 environment.

You can check first these articles:

Install and configure NuttX ARM build environment in Linux

Building NuttX in Eclipse (Ubuntu)

1. Install

Read more

Building NuttX in Eclipse (Ubuntu)

For me personally is more convenient to build the code directly from the IDE where I’m editing it so here is an article how to configure building of NuttX from Eclipse. I’m configuring this in Ubuntu 14.04. Also I assume that you already have configured the build environment for the NuttX. If you haven’t you can check this first:

Install and configure NuttX ARM build environment in Linux.

1. Download the latest Eclipse IDE for C++ developers

https://www.eclipse.org/downloads/

2. Load

Read more

NuttX 7.3 documentation for eBook readers (mobi)

I just started to play with the NuttX 7.3 RTOS operating system so now need to read the documentation. For me it’s much easier to read on my book reader when I want to read the entire porting guide or user guide instead of on the PC or the tablet. For somebody else might be better reading on the beach so I’m releasing the converted documents if somebody else wants to use them.

Here is the list of the documents:…

Read more