Skip to content
Discussion options

You must be logged in to vote

I use for the WeACT BlackPill:

import os, pyb

os.umount('/flash')
os.VfsLfs2.mkfs(pyb.Flash(start=0))
os.mount(pyb.Flash(start=0), '/flash')
os.chdir('/flash')

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@peterhinch
Comment options

peterhinch Jul 9, 2025
Collaborator Author

@davefes
Comment options

Answer selected by peterhinch
@peterhinch
Comment options

peterhinch Jul 10, 2025
Collaborator Author

@davefes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants