TiLDA MK4/BuildingFirmware: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
git clone --recurse-submodules https://github.com/micropython/micropython.git | |||
cd micropython | cd micropython | ||
git submodule add git@github.com:emfcamp/Mk4-micropython-board.git ports/ti | git submodule add git@github.com:emfcamp/Mk4-micropython-board.git ports/ti | ||
cd ports/ti | cd ports/ti | ||
git checkout Mk4-Prototype | git checkout Mk4-Prototype | ||
./inst_tools | ./inst_tools | ||
make | make | ||
Revision as of 12:12, 2 September 2018
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
git checkout Mk4-Prototype
./inst_tools
make