-
Notifications
You must be signed in to change notification settings - Fork 103
Micropython on Tilck
Vladislav K. Valtchev edited this page Aug 19, 2022
·
3 revisions
The UNIX port of the micropython runs smoothly on Tilck as well. In order to build it, run:
./scripts/build_toolchain -s build_micropython
Then ask the build scripts to install it in Tilck's image by re-running the CMake wrapper script like:
./scripts/cmake_run -DEXTRA_MICROPYTHON=1
And finally, rebuild Tilck's image with:
make rem