NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #openocd
Lukeyface has quit [Ping timeout: 248 seconds]
Lukeyface has joined #openocd
wingsorc has joined #openocd
erhankur_ has quit [Remote host closed the connection]
erhankur has joined #openocd
karlp has quit [*.net *.split]
PaulFertser has quit [*.net *.split]
PaulFertser has joined #openocd
karlp has joined #openocd
erhankur_ has joined #openocd
erhankur has quit [Ping timeout: 260 seconds]
Getty has quit [*.net *.split]
bq has quit [*.net *.split]
[Pokey] has quit [*.net *.split]
Bertl has quit [*.net *.split]
Bertl has joined #openocd
Getty has joined #openocd
Pokey has joined #openocd
bq has joined #openocd
ormaaj has quit [*.net *.split]
NishanthMenon has quit [*.net *.split]
mithro has quit [*.net *.split]
zapb_ has quit [*.net *.split]
nathanhi has quit [*.net *.split]
rkta has quit [*.net *.split]
zapb_ has joined #openocd
mithro has joined #openocd
NishanthMenon has joined #openocd
nathanhi has joined #openocd
ormaaj has joined #openocd
sys64738 has quit [*.net *.split]
f00b4r has quit [*.net *.split]
antto has quit [*.net *.split]
f00b4r has joined #openocd
sys64738 has joined #openocd
sys64738 has quit [Changing host]
sys64738 has joined #openocd
antto has joined #openocd
bobsy has quit [Ping timeout: 246 seconds]
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
nerozero has joined #openocd
h4x0riz3d has joined #openocd
antto has quit [Read error: Connection reset by peer]
Hawk777 has joined #openocd
rkta_ has joined #openocd
rkta_ is now known as rkta
bobsy has joined #openocd
bobsy has quit [Ping timeout: 260 seconds]
bobsy has joined #openocd
Hawk777 has quit [Quit: Leaving.]
Xogium has quit [Quit: Leaving.]
Xogium has joined #openocd
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
nerozero has quit [Ping timeout: 260 seconds]
nerozero has joined #openocd
antto has joined #openocd
h4x0riz3d has quit [Ping timeout: 260 seconds]
erhankur_ has quit [Remote host closed the connection]
erhankur has joined #openocd
Bugies has joined #openocd
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
Bugies has quit [Ping timeout: 260 seconds]
Bugies has joined #openocd
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
erhankur has joined #openocd
erhankur has quit [Ping timeout: 248 seconds]
dormito has quit [Ping timeout: 255 seconds]
erhankur has joined #openocd
akaWolf has quit [Ping timeout: 272 seconds]
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
akaWolf has joined #openocd
kraiskil has joined #openocd
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #openocd
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #openocd
mawk has quit [Quit: ZNC - https://znc.in]
mawk has joined #openocd
kraiskil has quit [Ping timeout: 252 seconds]
erhankur_ has joined #openocd
erhankur has quit [Ping timeout: 260 seconds]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #openocd
erhankur_ has quit [Remote host closed the connection]
erhankur has joined #openocd
nerozero has quit [Ping timeout: 248 seconds]
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
kraiskil has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur_ has joined #openocd
erhankur_ has quit [Read error: No route to host]
erhankur has joined #openocd
erhankur has quit [Read error: No route to host]
erhankur has joined #openocd
Bugies has quit [Ping timeout: 248 seconds]
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
erhankur_ has joined #openocd
erhankur has quit [Ping timeout: 260 seconds]
erhankur has joined #openocd
erhankur_ has quit [Ping timeout: 246 seconds]
erhankur_ has joined #openocd
akaWolf has quit [Ping timeout: 252 seconds]
erhankur has quit [Read error: Connection reset by peer]
akaWolf has joined #openocd
kraiskil has quit [Ping timeout: 252 seconds]
zjason`` has joined #openocd
zjason` has quit [Ping timeout: 276 seconds]
Guest54 has joined #openocd
<Guest54> Hello, I am looking for help in openocd connecting to the S32K312 CPU from NXP. What "-target" should I choose ?
<antto> i think the targets are actually .cfg files
erhankur has joined #openocd
<Guest54> Could you do something more about it ? :)
erhankur_ has quit [Ping timeout: 260 seconds]
<Guest54> I used:  openocd -f interface/ftdi/jtag-lock-pick_tiny_2.cfg  -c "adapter speed 5000;transport select swd"
<Guest54> But GDB can't connect with the port 3333 ?
<antto> this is how i run it for my chip: openocd -f interface/cmsis-dap.cfg -c "adapter_khz 8000" -f "target/atsame5x.cfg"
<antto> the last .cfg is for the MCU, the first one is for the debugger
<antto> so, perhaps go into the "target" folder and look thru what .cfg files are available, if nothing suitable - look into any that look NXP-ish
Bertl has quit [Ping timeout: 260 seconds]
Bertl has joined #openocd
<Guest54> ok.
<Guest54> How can you test that I connected correctly
<antto> when you merely run openocd like that - it would try to talk to the target over the debugger, if something isn't right - it would probably print some error message
<Guest54> Currently, GDB does not want to connect with Openocd on the port of 3333 - no port (testet nmap) :(
<antto> how are you running gdb?
<Guest54> (gdb)  target remote localhost:3333
<Guest54> but my openocd not set open port 3333, why ?????
<Guest54> byt open 4444 and 6666 ?!
<Guest54> byt -> but :)
<Guest54> I added to openocd ... -d3 ....
<Guest54> Debug: 68 11 command.c:155 script_debug(): command - tpiu init
<Guest54> Warn : 69 11 gdb_server.c:3868 gdb_target_add_all(): gdb services need one or more targets defined
<Guest54> OK, thanks
Guest54 has quit [Quit: Client closed]
akaWolf has quit [Ping timeout: 260 seconds]
zjason``` has joined #openocd
zjason`` has quit [Ping timeout: 260 seconds]