TiLDA MK4/BuildingFirmware: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
MacOS and Linux, Windows Builds unknown | |||
git clone --recurse-submodules https://github.com/micropython/micropython.git | git clone --recurse-submodules https://github.com/micropython/micropython.git | ||
Line 6: | Line 8: | ||
cd ports/ti | cd ports/ti | ||
./inst_tools | ./inst_tools | ||
make | make |
Latest revision as of 12:15, 2 September 2018
MacOS and Linux, Windows Builds unknown
git clone --recurse-submodules https://github.com/micropython/micropython.git
cd micropython
git submodule add git@github.com:emfcamp/Mk4-micropython-board.git ports/ti
cd ports/ti
./inst_tools
make