Issues with using the latest compiled firmware on ESP32C3 #525
Unanswered
mw7594765-collab
asked this question in
Q&A
Replies: 0 comments
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.
-
I compiled the latest firmware from the repository using Ubuntu, with the following compilation command:
python3 make.py esp32 BOARD=ESP32_GENERIC_C3 --flash-size=4 DISPLAY=st7789. After flashing the compiled firmware, I executed the following code:import lvgl as lv
import fs_driver
fs_drv = lv.fs_drv_t()
fs_driver.fs_register(fs_drv, 'S')
This caused a soft reboot, rendering the firmware unusable. Previously, when using firmware compiled with ESP-IDF version v5.2.2 for RP2040, the above code worked without issue. Is this due to incompatibility caused by an outdated ESP-IDF version? Has anyone encountered the same problem, and how can it be resolved? Thank you very much 🙏
Beta Was this translation helpful? Give feedback.
All reactions