m4ssi has quit [Remote host closed the connection]
CarlFK has joined #litex
jeanthom has joined #litex
jeanthom has quit [Ping timeout: 258 seconds]
jeanthom has joined #litex
<acathla>
Is there a reason why only one UART could work in a litex design? I crossed phy and uarts to check, and went back to first code, now the first uart is not working and the second is (which was the opposite...) There is some magic here
<_florent_>
acathla: the CPU will only support one UART, but you can have several UARTs in a design
<_florent_>
acathla: that's the case for example for the Crossover UART where a main UART is used by the CPU a xover UART is used by the external bridge
<acathla>
Do you have an example of xover uart on an usb bridge? It's for later, but will be usefull
<somlo>
_florent_: sometime after 8143f1a0 rocket hangs at "liftoff!" -- probably some subtle corruption of the data being read from spi-sdcard?
lambda has quit [Ping timeout: 256 seconds]
<somlo>
ignore me if you're still in the middle of working on it :)
lambda has joined #litex
HoloIRCUser has quit [Read error: Connection reset by peer]
HoloIRCUser1 has joined #litex
<_florent_>
somlo: i was trying to avoid the 32-bit SPI and just optimize the transfers with the 8-bit SPI, is the upstream code working for you? or is 8143f1a0 the last working commit?
jeanthom has quit [Ping timeout: 260 seconds]
<somlo>
_florent_: 8143f1a0 or 754f140a is the breaking change; last known working commit (with spi-sdcard) was ac35e158
<_florent_>
somlo: ok thanks
HoloIRCUser1 has quit [Read error: Connection reset by peer]