Skip to content
brabo edited this page Dec 1, 2016 · 3 revisions

#MicroPython#

To run MicroPython on Frosted first you need to clone our MicroPython repository git clone https://github.com/insane-adding-machines/micropython.git

Then enter the MicroPython root directory and build mpy-cross

cd micropython
make -C mpy-cross

Next enter the frosted directory and build MicroPython

cd frosted
make

The resulting micropyton binary in this directory can be copied into the frosted-userland repositories 'sh' directory and added to the frosted image by rerunning make

cp micropython ~/frosted/frosted-userland/sh/
cd ~/frosted/
make

Now you can flash the image containing MicroPython.

Clone this wiki locally