Skip to content

Fatfs partition not recognized in ESP32 #9152

Discussion options

You must be logged in to vote

I'm trying to mount a FATFS filesystem in an ESP32, I generate the binary and upload it to the vfs partition but if I try to do a simple mp_vfs_stat I keep receiving NLR jump failed, val=0x3ffe58b0 error.

The NLR jump failed shouldn't be possible no matter what you're doing, so it sounds like you're definitely hitting a bug somewhere if you're only using Python.

I'm a little bit unsure what you mean though. What does "generate the binary and upload it to the vfs partition". Are you generating a FAT filesystem and then using esptool to write it to the correct offset in flash?

mp_vfs_stat would suggest that you're writing something in C. So I think we need more info -- where are you calli…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@danimasa
Comment options

@robert-hh
Comment options

@danimasa
Comment options

@karfas
Comment options

@danimasa
Comment options

Answer selected by danimasa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment