crabbedhaloablut has quit [Read error: Connection reset by peer]
crabbedhaloablut has joined #openocd
zkrx has joined #openocd
Ha0hmaru has joined #openocd
Ha0hmaru is now known as Haohmaru
Deneb has joined #openocd
zkrx has quit [Ping timeout: 244 seconds]
zkrx has joined #openocd
wingsorc has joined #openocd
zkrx has quit [Ping timeout: 244 seconds]
zkrx has joined #openocd
vfazio__ has quit [Remote host closed the connection]
vfazio has joined #openocd
CECOLAB__ has quit [Quit: Leaving]
Guest98 has joined #openocd
Guest98 has quit [Client Quit]
Deneb has quit [Ping timeout: 264 seconds]
Deneb has joined #openocd
Haohmaru has quit [Ping timeout: 246 seconds]
Hawk777 has joined #openocd
nerozero has quit [Ping timeout: 260 seconds]
Boban has joined #openocd
<Boban>
Hi All. I'm trying to connect to a target through a single cfg file that has the configuration for two targets. Is it possible to tell OpenOCD to connect to a specific target at a time?
<PaulFertser>
Boban: what's bad about connecting to both if you have both connected in the jtag chain anyway?
<PaulFertser>
Every target will get its own GDB port anyway.
<Boban>
The order in which the connection happens matters for me. I need to connect to one specific core first before connecting to the second core.
<PaulFertser>
Boban: the order is always the same in OpenOCD, it's not random.
<Boban>
Ok. Can I change the order?
<PaulFertser>
Boban: do you mean you have two cores in a single device or what?
<Boban>
Yes
<PaulFertser>
Boban: why do not you show your config?
<Boban>
The core that programs flash is connected to the second core. That's why I need to connect to it first.
<PaulFertser>
Use some pastebin to show your configs.