diff --git a/Getting-Started.md b/Getting-Started.md index 7126b2f..3f95122 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -155,8 +155,11 @@ On a Ubuntu 12.04LTS this worked If needed to remove > sudo apt-get remove gcc-arm-none-eabi -Assuming the micropython has been installed in directory -> cd stmhal +For teensy script add-memzip.sh need +> sudo apt-get install realpath + +Assuming micropython has been installed via git in current directory +> cd git\micropython\stmhal > make @@ -164,8 +167,6 @@ Assuming the micropython has been installed in directory > cd ../teensy -> sudo apt-get install realpath - > make (completes but didn't test) @@ -176,4 +177,4 @@ Discussion on design https://forum.pjrc.com/threads/24794-MicroPython-for-Teensy > cd ../minimal -> make - FAILS +> make - FAILS \ No newline at end of file