Updated Getting Started (markdown)

neilh 2015-11-05 11:08:29 -08:00
parent 720fb7d4ad
commit b2c1a665c0
1 changed files with 1 additions and 1 deletions

@ -140,7 +140,7 @@ At that point, you will have a functioning micropython executable, which may be
## Microcontrollers (Bare-Metal, without an OS)
### ARM-based microcontrollers
On a Ubuntu 12.04LTS this worked. First remove the arm-none-eabi that comes with Ubuntu 12.04LTS and install the gcc-arm-embedded version.
On a Ubuntu 14.04LTS this worked. First remove the arm-none-eabi that comes with Ubuntu 14.04LTS and install the gcc-arm-embedded version.
> sudo apt-get remove binutils-arm-none-eabi gcc-arm-none-eabi