Skip to content

Instantly share code, notes, and snippets.

@andypiper
Created August 9, 2022 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andypiper/20f2cd4d0a1d2c006f5a0a29e42a5c9e to your computer and use it in GitHub Desktop.
Save andypiper/20f2cd4d0a1d2c006f5a0a29e42a5c9e to your computer and use it in GitHub Desktop.
MicroPython UNIX port on iPad

You'll need to install iSH

Then...

echo https://dl-cdn.alpinelinux.org/alpine/v3.16/main > /etc/apk/repositories
echo https://dl-cdn.alpinelinux.org/alpine/v3.16/community >> /etc/apk/repositories
apk upgrade
apk add micropython --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment