Updated Getting Started (markdown)
parent
0fb91b2853
commit
799d4d9818
|
@ -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
|
Loading…
Reference in New Issue