NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
crabbedhaloablut has joined #openocd
nerozero has joined #openocd
Haohmaru has joined #openocd
snappy has quit [Ping timeout: 248 seconds]
Haohmaru has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
snappy has joined #openocd
snappy has quit [Ping timeout: 240 seconds]
snappy has joined #openocd
snappy has quit [Ping timeout: 246 seconds]
snappy has joined #openocd
snappy has quit [Ping timeout: 248 seconds]
Haohmaru has joined #openocd
snappy has joined #openocd
diddly_ has quit [Read error: Connection reset by peer]
diddly has joined #openocd
slobodan has quit [Remote host closed the connection]
slobodan has joined #openocd
slobodan has quit [Remote host closed the connection]
slobodan has joined #openocd
erhankur has joined #openocd
erhankur has quit [Client Quit]
slobodan has quit [Ping timeout: 248 seconds]
slobodan has joined #openocd
bvernoux has joined #openocd
slobodan has quit [Ping timeout: 246 seconds]
merethan has joined #openocd
slobodan has joined #openocd
slobodan_ has joined #openocd
slobodan has quit [Remote host closed the connection]
shibboleth has joined #openocd
slobodan_ has quit [Remote host closed the connection]
slobodan_ has joined #openocd
slobodan_ has quit [Remote host closed the connection]
slobodan_ has joined #openocd
slobodan_ has quit [Read error: Connection reset by peer]
slobodan_ has joined #openocd
nerozero has quit [Ping timeout: 245 seconds]
Haohmaru has quit [Ping timeout: 246 seconds]
slobodan_ has quit [Remote host closed the connection]
slobodan_ has joined #openocd
slobodan_ has quit [Remote host closed the connection]
slobodan_ has joined #openocd
slobodan_ has quit [Remote host closed the connection]
slobodan_ has joined #openocd
slobodan_ has quit [Remote host closed the connection]
slobodan_ has joined #openocd
slobodan_ has quit [Remote host closed the connection]
slobodan_ has joined #openocd
slobodan_ has quit [Remote host closed the connection]
slobodan_ has joined #openocd
joconor has quit [Ping timeout: 246 seconds]
joconor_ has joined #openocd
slobodan_ is now known as slobodan
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
slobodan_ has joined #openocd
vfazio has quit [Read error: Connection reset by peer]
slobodan_ has quit [Ping timeout: 246 seconds]
vfazio has joined #openocd
slobodan has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
slobodan_ has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
shibboleth has quit [Quit: shibboleth]
merethan has quit [Ping timeout: 245 seconds]
slobodan has joined #openocd
slobodan_ has quit [Ping timeout: 246 seconds]
slobodan has quit [Ping timeout: 260 seconds]
slobodan has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
slobodan_ has joined #openocd
slobodan_ has quit [Read error: Connection reset by peer]
slobodan has quit [Ping timeout: 250 seconds]
slobodan has joined #openocd
slobodan has quit [Remote host closed the connection]
slobodan has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
slobodan has quit [Remote host closed the connection]
slobodan has joined #openocd
crabbedhaloablut has quit []
slobodan has quit [Remote host closed the connection]
slobodan has joined #openocd
slobodan_ has joined #openocd
slobodan has quit [Ping timeout: 245 seconds]
shibboleth has joined #openocd
slobodan__ has joined #openocd
slobodan_ has quit [Ping timeout: 245 seconds]
slobodan__ has quit [Ping timeout: 246 seconds]
slobodan has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #openocd
bvernoux has quit [Quit: Leaving]
pi0 has joined #openocd
slobodan has quit [Read error: Connection reset by peer]
<pi0> greetings PaulFertser, when you have an oppertunity if you can clarify something for me, I am looking at this item, https://www.adafruit.com/product/5405
<pi0> based off the website, i can use openocd via usb, without an additional jtag hardware
<pi0> seems to be builtin already, correct?
slobodan has joined #openocd
<PaulFertser> pi0: which part of the description is suggesting that?
<pi0> this part "USB Serial/JTAG controller"
slobodan has quit [Read error: Connection reset by peer]
<pi0> but the pin layout is different
<pi0> however i would like to know if can openocd gdb debug via usb only without aditional hardware
<pi0> i believe i should be able to, if i am not mistaken
slobodan has joined #openocd
<pi0> perhaps i need to find a adafruit .cfg file for this microcontroller
<PaulFertser> pi0: interesting, but probably support for this USB OCD peripheral is not upstream and just present in some fork.
<pi0> ah i see, does seem like a nice idea to have it builtin
<pi0> i think i would still need one of these right, https://www.adafruit.com/product/4448
<PaulFertser> pi0: doesn't look like you need that usb cable, no, why?
<pi0> ah nice, so just esp_usb_jtag.cfg would be enough
<pi0> along with a regular usb c cable
<PaulFertser> pi0: no, you'd need to run tha espressif openocd fork.
<PaulFertser> Config alone is not enough
<pi0> ah understood, i need to compile this version from source, https://github.com/espressif/openocd-esp32
<PaulFertser> pi0: I checked, it's actually upstream already.
<PaulFertser> So you can just use v0.12.0 from your distro
<PaulFertser> Kudos to Erhan!
<pi0> oh no, i only have openocd/jammy 0.11.0-1 amd64
<pi0> src/jtag/drivers/libusb_helper.h:12:10: fatal error: libusb.h: No such file or directory
<pi0> 12 | #include <libusb.h>
<pi0> | ^~~~~~~~~~
<pi0> even after i installed sudo apt install libgusb-dev libusb-dev libusb-1.0-0-dev
<pi0> running ubuntu 22.04
<PaulFertser> pi0: you need to run ./configure after installing that.
<pi0> exactly, i just did that, perfect.... its cooking lets see if it finishes
<pi0> perfect it compiled now, just to confirm, out of the two config files you provided, the one i need is only esp_usb_jtag.cfg
<PaulFertser> pi0: the first inscrudes the second. You need to source board config.
<pi0> perfect, brb going to read on how to get this to work
<pi0> or were to save my cfg files for openocd
slobodan has quit [Ping timeout: 250 seconds]
shibboleth has quit [Quit: shibboleth]
wingsorc has joined #openocd
wingsorc has quit [Remote host closed the connection]
wingsorc has joined #openocd
wchrisg has joined #openocd