Difference between revisions of "TiLDA MK4/BuildingFirmware"

From EMF Badge
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<nowiki>git clone --recurse-submodules https://github.com/micropython/micropython.git
+
MacOS and Linux, Windows Builds unknown
 +
 
 +
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
+
 
 
./inst_tools  
 
./inst_tools  
 +
 
make
 
make
</nowiki>
 

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