Skip to content
zskdan edited this page Apr 26, 2017 · 2 revisions

Welcome to the nuttx wiki!

to build nuttx for goldobot project under a Linux based system

$ mkdir nuttx-workspace

$ cd nuttx-workspace

$ git clone https://github.com/goldobot/jitest

$ git clone https://github.com/goldobot/nuttx -b goldo

$ git clone https://github.com/goldobot/nuttx-apps -b goldo apps

$ cd nuttx

$ cd tools; ./configure.sh nucleo-f4x1re/goldobot ; cd .. #for f411re based board or

$ cd tools; ./configure.sh nucleo-f303re/goldobot ; cd .. #for f303re ones

$ make

Clone this wiki locally