-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mdt_erase success, but vfs_format resets board (esp32-heltec-lora32-v2) #14506
Comments
Just to add, I just tried running
|
It seems to exhibit the same behavior as here: #11449 (comment) |
Hm, the problem described in #11449 (comment) was fixed with #12035.
This does not really make sense, since Have you tried to erase the flash completely
before you flash your program? |
Do these programs work for you with this board? |
I tried your code which works for me for the board.
So I can't reproduce the problem. |
Thanks for looking into it. I can't remember if I used the I'll try when I order the same board again (in a week or so) and report here, for now, I think we can close this as unreproducible. |
Description
Cannot format using vfs_format on Heltec Lora v2 (esp32-heltec-lora32-v2)
Steps to reproduce the issue
I'm following the SPIFFs example (https://github.com/RIOT-OS/RIOT/tree/master/examples/filesystem) and test (https://github.com/RIOT-OS/RIOT/blob/master/tests/pkg_spiffs/main.c)
Makefile (content related to fs):
Code (related to fs):
In main I also defined:
spiffs_desc.dev = _dev;
Expected results
memory gets formated, system doesn't reboot
Actual results
mdt_erase works fine, but there seems to be a crash (or a WDT reset I'm not 100% sure), in any case the board resets
Versions
BUILD_IN_DOCKER=1
Master Branch on commit:
c56147d33e234bd5e7186b905e3a073a50c9b8ac
Docker Image details:
The text was updated successfully, but these errors were encountered: