Nucleo Boards

From RobolaboWiki
Revision as of 21:16, 17 November 2015 by Aguti (Talk | contribs)

Jump to: navigation, search


Install Dependencies

Install Compiler

Download last version of GCC ARM Embedded from: https://launchpad.net/gcc-arm-embedded/+download

Untar the compiler:

tar -xvjf gcc-arm-none-eabi-<VERSION>.tar.bz2

Copy it to a common place:

sudo cp -r gcc-arm-none-eabi-<VERSION> /opt/compilerNucleoST