Replies: 2 comments 4 replies
-
you can find the latest mpremote in tools/mpremote/mpremote of the micropython repo. |
Beta Was this translation helpful? Give feedback.
3 replies
-
On linuxmint, you can simply do: $ mpremote --version
mpremote 1.23.0
$ pip install /home/sharil/MP/20250226/micropython/tools/mpremote
...
Successfully built mpremote
Installing collected packages: mpremote
Attempting uninstall: mpremote
Found existing installation: mpremote 1.23.0
Uninstalling mpremote-1.23.0:
Successfully uninstalled mpremote-1.23.0
Successfully installed mpremote-1.25.0rc0.post316+g78728dc94
$ mpremote --version
mpremote 1.25.0rc0.post316+g78728dc94 You need to change the path where you cloned micropython. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As vfs.rom seems to be available in a short term (in a daily build of v1.25.0), I would like to download and install the associated mpremote tool, in order to create and fill the ROMFS. It will replace mpremote v1.24.1. How to download and install it?
Beta Was this translation helpful? Give feedback.
All reactions