<tpw_rules>
ok, i got the thing compiling with the jtag uart, and i can see what the cpu is printing with the litex_term tool, but i can't type anything back
<tpw_rules>
i tried to upload a file, but i get unknown response 'T'
<tpw_rules>
_florent_: i tried vivado 2018.2 and I get an error that the pcie_s7.xci file may be corrupt
Martoni42 has joined #litex
Martoni42 has quit [Ping timeout: 240 seconds]
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
_franck_0 has joined #litex
_franck_ has quit [Ping timeout: 248 seconds]
_franck_0 is now known as _franck_
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
TrevorK has joined #litex
TrevorK has quit [Remote host closed the connection]
C-Man has joined #litex
esden_ has joined #litex
tucanae47__ has joined #litex
esden has quit [Ping timeout: 276 seconds]
tucanae47__ is now known as tucanae47_
esden_ is now known as esden
gruetzkopf has joined #litex
novenary has joined #litex
<tcal>
tpw_rules: the 'T' is the same symptom that I saw when attempting an upload (serialboot) on Fomu using lxterm. There are some workarounds mentioned in the bug that you could try, although it might be a different issue (in my case, regular char tx and rx were fine. https://github.com/enjoy-digital/litex/issues/773
<tpw_rules>
tcal: do you know if the bios itself does the echo?
<tpw_rules>
basically i'm not entirely sure if this is a terminal issue or a serial communication sisue
<tpw_rules>
issue*
<tcal>
Yes, the BIOS must explicitly echo back characters that you type; it could choose to echo some and not others. But yes, it can be difficult to debut where the problem is. Unfortunately I don't have much experience using crossover UARTs.
<tpw_rules>
my tests are using the JTAG uart
<tpw_rules>
i still can't get the crossover uart to compile