Search found 5 matches
- Sat Apr 27, 2024 8:05 pm
- Forum: ESP-IDF
- Topic: Using SDMMC in custom bootloader (ESP32-WROOM)
- Replies: 3
- Views: 1342
Re: Using SDMMC in custom bootloader (ESP32-WROOM)
Hello Boarchuz, Thank you for your answer. I see that achieving my goal through the bootloader might be harder than I initially thought and possibly a little beyond my skill level. I believe I would be better served by setting up an OTA partition scheme and having the update check and mechanism run ...
- Fri Apr 26, 2024 10:01 pm
- Forum: ESP-IDF
- Topic: Using SDMMC in custom bootloader (ESP32-WROOM)
- Replies: 3
- Views: 1342
Using SDMMC in custom bootloader (ESP32-WROOM)
Hello, I should preface that what I intend to do might not be the easiest way to achieve my goal, so if you have better ideas feel free to chime in. I have a custom board based on an ESP32-WROOM module. I was thinking of a really cheap way to update the firmware and I thought about using an sd-card ...
- Fri Apr 09, 2021 9:19 am
- Forum: IDEs for ESP-IDF
- Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
- Replies: 12
- Views: 14890
Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
Ok I found something, reverting to version 0.6.1 of the esp-idf extension at least allows me to properly start a debug, I can step through the code and set breakpoints, however when I jump through the last breakpoint I can never pause the application again, thus I cannot set new breakpoints
- Fri Apr 09, 2021 8:45 am
- Forum: IDEs for ESP-IDF
- Topic: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
- Replies: 12
- Views: 14890
Re: VSCODE: purchased Wrover-kit, serial flashing does not work and JTAG flash/debug does not work
I have the exact same issue that you are experiencing at this moment, debugger stuck and application actually running and being monitored. I hope somebody can help
- Fri Apr 09, 2021 6:43 am
- Forum: IDEs for ESP-IDF
- Topic: VS Code Blink Debug Problems
- Replies: 1
- Views: 3693
VS Code Blink Debug Problems
Hello everyone, I am using VS Code and trying to follow this guide: https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/debugging.md in order to debug the blink example. I am using an ESP32-WROOM board, and as a JTAG debugger I am using a digilent-hs2. Building, flashing ...