Andrew Duffy @a10y.dev · Dec 2

Attempting to restart the Pi in BOOTSEL mode and drag-and-dropping my file onto the mass storage device mounted on my Mac didn't see to be doing the trick. After more docs reading, I came across this section about an unofficial CLI called rshell:

0 likes 2 replies

?

Replies

@matttrentini.bsky.social · Dec 2

You should give the official tool, mpremote, a go: docs.micropython.org/en/latest/re... Especially nice is the mount feature, where you can mount (ie not copy) the files from your PC onto your device.

Andrew Duffy · Dec 2

Ahah! The thing I want! But what the heck is this doing?