Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Getting Started with NuttX – LM3S6965-EK (Ubuntu Linux)

This guide is based on NuttX revision 5544 date 20130121, and using an Ubuntu 12.04 (64-bits) development machine. It is not an exhaustive guide, but should be useful for those starting with NuttX on the LM3S6965-EK.

...

Building NuttX

1. The first step is to obtain the code from the Downloads page. When this guide was written, the code was obtained as follows:

...

The GMP version from the previous packages might not be enough for gcc-4.6.3, it's better to obtain the latest from http://gmplib.org/Image RemovedImage Added. In my case, this was enough:

...

After you build, you'll have generated a nuttx.bin file.

Installing NuttX

The installation is based on the openocd tool.

...

You can then reboot your board and watch it boot until you get your nsh line:

Code Block
  nsh> ls

See Also

References

TI/Luminary Stellaris LM3S6965 Evaluation Kits