renrelkha has quit [Remote host closed the connection]
renrelkha has joined #openocd
Hawk777 has quit [Quit: Leaving.]
boru` has joined #openocd
boru has quit [Killed (NickServ (GHOST command used by boru`))]
boru` is now known as boru
akaWolf has joined #openocd
tsal has quit [Ping timeout: 258 seconds]
tsal has joined #openocd
emeb has left #openocd [#openocd]
Hawk777 has joined #openocd
<rue_shop2>
erm, did xc3sprog development die like 4 years ago?
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
<PaulFertser>
I didn't see it discussed here, probably so.
<PaulFertser>
rue_shop2: you know you can play back SVF files (generated from any FPGA/CPLD tooling) with OpenOCD and UrJTAG?
<rue_shop2>
no
<rue_shop2>
I have a jed for a xc9536
<rue_shop2>
not a 9536xl
<rue_shop2>
a xc9536
<PaulFertser>
But JED can be converted to SVF.
<rue_shop2>
no idea
<rue_shop2>
it looks like I have the info to modify the config for the 9536xl
<rue_shop2>
but openocd has never worked for anything for me
<rue_shop2>
ever
<PaulFertser>
E.g. I have these notes for JED->SVF conversion: ``Lattice Diamond Deployment Tool``, checkboxes ``use rev.D format``, ``RESET``. do not set ``rev.C``.
<rue_shop2>
ok...
<PaulFertser>
I have personally used it. SVF playback works with all supported adapters.
<PaulFertser>
Including bitbanging GPIOs of a SoC.
<rue_shop2>
yea, openocd doesn't support the ft232h I have
<rue_shop2>
er, I dont think it does
<PaulFertser>
rue_shop2: ft232h supports MPSSE so supporting any ft232h is a matter of writing a simple config file (if it doesn't already exist).
<rue_shop2>
no, thats why I had to use xc3sprog
<rue_shop2>
ok, lets challange that
<PaulFertser>
rue_shop2: I have ft232h breakout in my box, works just fine.
<rue_shop2>
I have a ft232h with a xc9536 on it
<PaulFertser>
Do you have schematics for the board?
<rue_shop2>
lets see if you can help me get openocd to just identify it
<PaulFertser>
Let's see
<rue_shop2>
yes, the power and the jtag pins go directly to the jtag conenctor which works
<rue_shop2>
JTAG loc.: 0 IDCODE: 0x29502093 Desc: XC9536 Rev: C IR length: 8
<PaulFertser>
IIRC for Xilinx if you're using ISE you select "SVF writer" (or similar) as an adapter and then add and configure devices as usual, and it writes a file for you.
<PaulFertser>
rue_shop2: ok, so what that ft232h board is? A plain breakout board or some buffers?
<rue_shop2>
breakout
<rue_shop2>
1 sec
<PaulFertser>
rue_shop2: what's USB VID:PID of it?
<rue_shop2>
I can tell you the signals... tck is AD0, TDO is AD2, TDI is AD1, and TMS is AD3
<rue_shop2>
Bus 001 Device 062: ID 0403:6014 Future Technology Devices International, Ltd FT232H Single HS USB-UART/FIFO IC
<rue_shop2>
at file "embedded:startup.tcl", line 60
<PaulFertser>
rue_shop2: what openocd version do you have?
<rue_shop2>
Open On-Chip Debugger 0.10.0
<PaulFertser>
rue_shop2: I have a feeling OpenOCD doesn't find its config files. Did you manually install that version?
<rue_shop2>
hmm
<PaulFertser>
rue_shop2: ah, no, sorry, that was added post-0.10.0
<rue_shop2>
ok
<rue_shop2>
its debian
<rue_shop2>
need I say more?
<PaulFertser>
rue_shop2: then try um232h.cfg instead
<rue_shop2>
jtag
<rue_shop2>
Error: An adapter speed is not selected in the init script. Insert a call to adapter_khz or jtag_rclk to proceed.
<PaulFertser>
rue_shop2: there's a solid reason why Debian doesn't ship 0.11.0 yet. At the time the release was made they were exactly in freeze state.
<PaulFertser>
Twitter is odd. I can read it when needed via nitter.snopyta.org but still odd.
flatmush has quit [Ping timeout: 265 seconds]
flatmush has joined #openocd
clever has quit [Ping timeout: 252 seconds]
clever has joined #openocd
akaWolf has quit [Ping timeout: 240 seconds]
<PaulFertser>
For everybody's information, normally texinfo HTML docs are built and uploaded to the server (to be available via the Internet with a web browser) automatically each Monday, not on every commit merged to master.
akaWolf has joined #openocd
Hawk777 has joined #openocd
thinkfat has joined #openocd
unrznbl has joined #openocd
unrznbl has quit [Client Quit]
unrznbl has joined #openocd
unrznbl has quit [Quit: Client closed]
thinkfat has quit [Ping timeout: 252 seconds]
<borneoa_>
PaulFertser: good to know. I thought it was updated at each release only.
<PaulFertser>
borneoa_: at each release I manually generate and upload the docs to a separate section.
<PaulFertser>
borneoa_: so now both blog posts and master branch html docs are update wrt libera move.
<PaulFertser>
Not sure if we should add a new blog post announcing the move?