mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Updated Getting Started (markdown)
@@ -140,7 +140,7 @@ At that point, you will have a functioning micropython executable, which may be
|
|||||||
|
|
||||||
## Microcontrollers (Bare-Metal, without an OS)
|
## Microcontrollers (Bare-Metal, without an OS)
|
||||||
### ARM-based microcontrollers
|
### 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
|
> sudo apt-get remove binutils-arm-none-eabi gcc-arm-none-eabi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user