Open LINGlong-zi opened 1 year ago
In the log part three logs are provided: Output at esp32-poe(master) board without SERIAL_FLASHER_DEBUG_TRACE enabled Output at esp32-poe(master) board with SERIAL_FLASHER_DEBUG_TRACE enabled Output at esp32c3(target) board
Hello @LINGlong-zi , thank you for your submission, we will try to reproduce your issue and fix it as soon as possible.
Hello @LINGlong-zi , thank you for your submission, we will try to reproduce your issue and fix it as soon as possible.
Thanks a lot! I still haven't solved the problem. Really looking forward to your result.
Port
ESP32
Target chip
ESP32C3
Hardware Configuration
Master board: Olimex esp32-poe board Target board: Seeed Xiao esp32c3 board * Baudrate: 1152008 ** Connection: UART input and output are set correctly between the two boards, but I'm not connecting the reset and chip_en pins. Instead, I'm using a software method for the esp32c3 to enter the download mode.
** Problem description: I'm using the example
esp32_example
, and I works fine for me right now. The problem is that I want the esp32c3 board to reboot after the firmware is successfully flashed. Thus I call the functionesp_loader_flash_finish(false)
after the flash tasks are completed. However, this command failed and I cannot figure out why.Log output
More Information
No response