I should have 4 * Tiny Tapeout FPGA dev boards available for anyone to play with on https://fpgas.online in the next couple of days. Sadly it seems the USB-C PoE adapters I have are borked in some way (they supply power but block ethernet link) but I have some higher quality ones arriving tomorrow.
23:36
@carlfk - Did you see that behaviour like that with those adapters at all?
Tim 'mithro' Ansell
@carlfk - Did you see that behaviour like that with those adapters at all?
If you guys are still having trouble with openocd running on RPI we got it working to our jtag taps (which are standard) as well as to ibex and I can share the instructions for our pi zero wireless ones.
01:10
We also extended openocd to handle daisy chained JTAG taps. I have to look back at our notes from last year.
This allows you to connect any number of JTAG taps together in the design. The openocd driver as it sat last year didn't allow this (at least as we had tried) but the JTAG standard does. It is nice when you have a multimodule hardware design with multiple design specific taps and want to put some in bypass and interrogate the isolated one.
Designs use to verify the functionality of the fpgas.online hardware is working correctly on RPi boot. - fpgas-online/fpgas.online-test-designs
beardothaweirdo
If you guys are still having trouble with openocd running on RPI we got it working to our jtag taps (which are standard) as well as to ibex and I can share the instructions for our pi zero wireless ones.