RP2-PICO: USB MSC volume label #9590
Unanswered
josch0
asked this question in
Core Development
Replies: 2 comments 2 replies
-
One it is mounted to a PC, you can give the drive a name, using the PC tools. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I do not see that it can be changed by a MicroPython API. The name "NO NAME" is hard coded in lib/oofatfs/ff.c, lines 5739 or 5735. Since you build the code yourself, you can change it to a different fixed start name. |
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.
-
Hello all,
I am using my own firmware (RP2 PICO) with MSC support. The actual python application is frozen in the firmware, I only use MSC to make a config file easily editable for the user.
To allow the user to find the USB drive quickly, I would like to give the volume a predefined label. So far I haven't figured out how to do that.
Can someone give me a hint?
Beta Was this translation helpful? Give feedback.
All reactions