kgugala_ has quit [Read error: Connection reset by peer]
kgugala has joined #litex
kgugala has quit [Ping timeout: 258 seconds]
kgugala has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 264 seconds]
lkcl has quit [Ping timeout: 276 seconds]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 240 seconds]
lkcl has joined #litex
<_florent_>
nickoe: I would recommend switching to upstream litex, it would ease providing support and would allow you to have an up to date version. Installing it should be pretty easy with litex_setup: https://github.com/enjoy-digital/litex/wiki/Installation
kgugala_ has joined #litex
kgugala has quit [Read error: No route to host]
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 264 seconds]
<_florent_>
somlo: jtag_uart should be fixed, I just pushed a change to always use the binary_mode (for jtag_uart and jtagbone) and tested it succesfully jtagbone/jtag_uart and serialboot. If still not working on your nexys4ddr, I'll do a test on mine.
<somlo>
I'm going to try uartbone (with jtag console) next
<_florent_>
somlo: indeed, forgot to remove it here
<_florent_>
that's fixed, thanks.
<somlo>
_florent_: thanks, I'll try it again after my uartbone test :)
<somlo>
actually, I still had my jtagbone bitstream loaded, so with the fixed litex_server it's back to working as before (i.e., `litex_client --read` mangles the register values most of the time, but writes work reliably)
<somlo>
I should probably just open an issue so we don't forget, and so I can stop complaining about here ;)
<somlo>
_florent_: and yeah, uartbone (and litex_server, litex_term, etc.) all work fine now -- thanks
<_florent_>
somlo: that would be useful indeed if you can open an issue with the design you are testing and jtagbone. If it's on nexys4ddr I'll be able to reproduce (and hopefully fix it :) )
<somlo>
_florent_: #802
<_florent_>
thanks
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 276 seconds]
kgugala_ has quit [Read error: Connection reset by peer]
kgugala has joined #litex
rj has joined #litex
duanev has joined #litex
<nickoe>
_florent_: yeah, thank you. I will definitely do that, but I was just forwarded to the litex-buildenv fpreviously IIRC.
<nickoe>
_florent_: it does not looke like the litex_setup.py create a virtual env like the litex-buildenv does.