blackmagic-espidf icon indicating copy to clipboard operation
blackmagic-espidf copied to clipboard

Blackmagic Wireless SWD Debug probe hosted on esp-idf SDK (for ESP8266) with UART on Telnet port and HTTP using xterm.js

Results 6 blackmagic-espidf issues
Sort by recently updated
recently updated
newest added

Any chance you could upload pre-compiled binaries? I'm having problems getting the compile environment set up correctly so I can't build currently. I already have an older version of the...

Don't know if you've seen this. `https://www.pcbway.com/blog/technology/OpenOCD_on_Raspberry_Pi__Better_with_SWD_on_SPI.html` It's for the OpenOCD codebase but the underlying SWD 'bus' is the same so the same should be possible using an ESP8266 instead...

Please name a/some available ESP modules that can be used.

This is what I got: ``` CC build/bootloader/esp8266/source/esp_fast_boot.o AR build/bootloader/esp8266/libesp8266.a LD build/bootloader/bootloader.elf esptool.py v2.4.0 Traceback (most recent call last): File "/home/me/blackmagic-espidf/ESP8266_RTOS_SDK/components/esptool_py/esptool/esptool.py", line 3034, in _main() File "/home/me/blackmagic-espidf/ESP8266_RTOS_SDK/components/esptool_py/esptool/esptool.py", line 3027, in...

For some reason `CONFIG_ESP_WIFI_IS_STATION` is not set in sdkconfig ``` CONFIG_ESPTOOLPY_MONITOR_BAUD_OTHER_VAL=74 CONFIG_ESPTOOLPY_MONITOR_BAUD=230400 CONFIG_ESP_WIFI_IS_SOFTAP=y # CONFIG_ESP_WIFI_IS_STATION is not set

Problem starting debugging in CubeIde(Version: 1.14.0 Build: 19471_20231121_1200 (UTC)) I successfully compiled and uploaded the latest version of blackmagic-espidf, but when entering debug mode I get an error "Could not...