From 0fb91b285333a6e25eac6fbe2c9d1d9f9f99f4dd Mon Sep 17 00:00:00 2001 From: neilh Date: Sat, 19 Sep 2015 15:42:19 -0700 Subject: [PATCH] pretty up --- Getting-Started.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Getting-Started.md b/Getting-Started.md index 14aff12..7126b2f 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -147,7 +147,9 @@ On a Ubuntu 12.04LTS this worked > sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded > sudo apt-get update + > sudo apt-get install gcc-arm-none-eabi + (as of 2015Sept19 pulled in amd64 4.9.3.2015q2-1trusty1) If needed to remove @@ -155,11 +157,15 @@ If needed to remove Assuming the micropython has been installed in directory > cd stmhal + > make + (completes but didn't test) > cd ../teensy + > sudo apt-get install realpath + > make (completes but didn't test) @@ -169,4 +175,5 @@ See Running Scripts in https://github.com/micropython/micropython/wiki/Board-Tee Discussion on design https://forum.pjrc.com/threads/24794-MicroPython-for-Teensy-3-1/) > cd ../minimal + > make - FAILS