Updated Getting Started (markdown)

neilh 2015-09-19 15:45:10 -07:00
parent 0fb91b2853
commit 799d4d9818
1 changed files with 6 additions and 5 deletions

@ -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)