From b2c1a665c05223df6c7ccd6073e173cfd7cafc27 Mon Sep 17 00:00:00 2001 From: neilh Date: Thu, 5 Nov 2015 11:08:29 -0800 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 0377464..a33418b 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -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