Updated Getting Started (markdown)

master
neilh 2015-09-19 15:47:14 -07:00
rodzic 799d4d9818
commit f71576f747
1 zmienionych plików z 1 dodań i 1 usunięć

@ -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
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.
> sudo apt-get remove binutils-arm-none-eabi gcc-arm-none-eabi