michalkotyla has quit [Read error: Connection reset by peer]
Fist0urs has joined #openocd
Haohmaru has joined #openocd
Hawk777 has quit [Quit: Leaving.]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
michalkotyla has joined #openocd
Bertl_zZ is now known as Bertl
michalkotyla has joined #openocd
keshav has quit [Ping timeout: 256 seconds]
emeb has joined #openocd
michalkotyla has quit [Ping timeout: 240 seconds]
Bertl is now known as Bertl_oO
michalkotyla has joined #openocd
Guest94 has joined #openocd
<Guest94>
Has anyone had any issues with getting openocd (0.10.0) to talk to a J-Trace Pro? I get a "No J-Link device found" even though J-Link commander can connect and talk to my target via SWD. I'm thinking it's a .cfg file issue, but I'm really new to this type of work.
<karlp>
is it usb or ethernet connected?
<karlp>
what's it's vid/pid?
<Guest94>
USB, 1366:1020
<karlp>
zapb_: that's a new usb pid?
<karlp>
the 60-openocd rules file only includes up to 1018, then 1051 and 1061?
<zapb_>
Hm, let me check
<karlp>
hrm, it's in libjaylink file though
<karlp>
Guest94: it _might_ be as simple as you don't have access to it?
<karlp>
try adding a line for 1020 to your udev rules... (are you even in linux?)
<zapb_>
Yep
<zapb_>
Not a libjaylink issue
<karlp>
sorry for bothering you, I wasns't finding the pids listed in the libjaylink at first
<zapb_>
No problem :)
<karlp>
(we should probably add 1020 to the rules file regardless though right?)
<Guest94>
unfortunately I am under the tyranny of a windows OS.
<karlp>
and 1055? that's also in the discovery_usb.c file.
<karlp>
I'm afraid I pðersonally have no idea how permissions for that works on windows... or if it's even a thing
<zapb_>
karlp, I'll push a patch
<zapb_>
Actually we should ship the libjaylink udev rules ;)
<karlp>
either way :)
<zapb_>
Guest94, I'm not aware of an Windows issues
<zapb_>
Guest94, do you have a different J-Link device that works?
<Guest94>
Our lab ordered an older J-Link (edu version), but that won't get here for another few weeks. I have connected to openocd through a STLink-v2 and it worked swimmingly though.
<zapb_>
Guest94, you could run openocd with the most verbose log output and paste in somewhere
<zapb_>
maybe there is a hint
<Guest94>
Let me look up the command to do that, still learning the ropes.
<zapb_>
Guest94, -d4
<zapb_>
openocd -d4 [...]
<Guest94>
d4 didn't work but d3 did. Where should I dump the log?
<zapb_>
Guest94, wait, why do you use 0.10?
<zapb_>
Use the most recent version, better Git master
<zapb_>
0.10 was released 2017!
<Guest94>
Haha, maybe I should update my version first before going further then
<zapb_>
Yes, please :D
<Guest94>
Let me get someone rq for admin rights. Is there an openocd command or do I need to do something crunchier?
Guest94 has quit [Quit: Client closed]
Guest94 has joined #openocd
Guest94 has quit [Quit: Client closed]
Hawk777 has joined #openocd
Haohmaru has quit []
Guest94 has joined #openocd
c4017w has quit [Read error: Connection reset by peer]
nerozero has quit [Ping timeout: 250 seconds]
Guest40 has joined #openocd
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
Guest40 has quit [Quit: Client closed]
crabbedhaloablut has joined #openocd
<karlp>
you'll probably find it "just works" with 0.11...
<PaulFertser>
orzel: do you need a current ftdi hardware advice or probably a more generic question?
<orzel>
I'm getting into openocd. I got enough hardware i guess. But those dead links, they make a bad impression, just wanted to report this.
<PaulFertser>
orzel: you can help by sending a patch against doc/openocd.texi . The documentation is maintained the same way as the source code.
<orzel>
Err.. sure, i guess. I've been in openocd for like 15 minutes, not feeling ready to send merge request, yet :-)
<PaulFertser>
:)
<PaulFertser>
In Gerrit it's called Patchsets.
thinkfat has joined #openocd
c4017w has joined #openocd
<Guest94>
Had to go do lab work, but I was just able to get some results now. I updated openocd, but it looks like there are some issues still. Looks like it's finding the J-Trace (VID:PID = 1366:1020) but maybe I have a problem with my target .cfg? I copied over the debug messages https://pastebin.com/t7au1ZVG
<PaulFertser>
Guest94: I'd say looks like libjaylink call just hangs
<PaulFertser>
Before anything target-specific happens
<zapb_>
Guest94, it stops after "Found device (...)" ?