LittleFS on Pyboard V1.1 #17645
Answered
by
davefes
peterhinch
asked this question in
STM32 / Pyboard
LittleFS on Pyboard V1.1
#17645
-
I was surprised to find that my Pyboard still uses FAT. Note that I did the following with no SD card fitted. $ pydfu.py -m Built firmware and deployed $ make BOARD=PYBV11 deploy with this outcome MPY: sync filesystems
MPY: soft reboot
MicroPython v1.26.0-preview.149.g92cab73c9.dirty on 2025-07-09; PYBv1.1 with STM32F405RG
Type "help()" for more information.
>>> import vfs
>>> vfs.mount()
[(<VfsFat>, '/flash')] mpconfigboard.mk apears to specify LFS2
How come I'm still getting FAT? |
Beta Was this translation helpful? Give feedback.
Answered by
davefes
Jul 9, 2025
Replies: 1 comment 4 replies
-
Mine comes up FAT. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use for the WeACT BlackPill: