I cannot find any JTAG board configuration file for the kaluga-1 dev board.
Any chance that this might work?
board/esp32-kaluga-1-3.3v.cfg
Code: Select all
# Example OpenOCD configuration file for ESP32-KALUGA-1-KIT board.
#
# For example, OpenOCD can be started for ESP32 debugging on
#
# openocd -f board/esp32-kaluga-1-3.3v.cfg
#
# Source the JTAG interface configuration file
source [find interface/ftdi/esp32_devkitj_v1.cfg]
set ESP32_FLASH_VOLTAGE 3.3
# Source the ESP32S2 configuration file
source [find target/esp32s2.cfg]
I also noted this: If psram was soldered, GPIO26 will be used
as CS, which can't be used as other functions. How do I know if the board (or module) comes with PSRAM?
Do esp-idf support this yet?
I will put the results of my experiments with the board here,
https://github.com/Ebiroll/esp32s2_kaluga