pftbest has quit [Remote host closed the connection]
pftbest has joined #litex
kgugala has joined #litex
kgugala_ has quit [Ping timeout: 276 seconds]
<_florent_>
zyp: Great!
<_florent_>
shorne: Thanks for looking at this. I'll try to reproduce and investigate too. If you don't mind, can you eventually add the bistream to the issue? This way I can first reproduce with your bitstream then try to build mine (I have the same setup with Arty + SDCard PMOD).
<zyp>
I'm gonna try making a withbone bridge compatible with the valentyusb one
<_florent_>
So playing with --integrated-rom-size when enabling/disabling features should not longer be required
<zyp>
nice
<zyp>
say, if I have a usb request handler in the usb clock domain that handles memory read and write requests, and I want to bring that over to the sys domain to attach it to the main interconnect, I figured I could map this to a request stream and a response stream
<zyp>
but since axilite is already based on streams, I guess I could use that rather than inventing my own
<zyp>
is there already a mechanism to handle cdc for axilite, or do I need to make my own class for that?
lkcl_ has quit [Ping timeout: 246 seconds]
lkcl_ has joined #litex
shorne has quit [Ping timeout: 260 seconds]
lambda has quit [Ping timeout: 240 seconds]
lambda has joined #litex
lkcl_ has quit [Ping timeout: 256 seconds]
Bertl is now known as Bertl_oO
lkcl_ has joined #litex
FFY00_ has quit [Remote host closed the connection]
<_florent_>
zyp: That would be nice/useful to add an AXILite CDC module, this would indeed consist of adding a CDC module on each stream
<JH11>
Hi, I'm trying to run linux-on-vex-riscv project on my kc705 board but I'm running into lxterm issue towards the end of the project. When I'm trying to load the linux image over serial using lxterm --images=images/boot.json /dev/ttyUSB1 --speed=1e6. The bios prompt doesn't boot up or show any outputs... it just hangs there. Does anyone have a clue
<JH11>
what might be the issue here?
JH11 has quit [Quit: Connection closed]
JH11 has joined #litex
rj has quit [Ping timeout: 268 seconds]
<gatecat>
JH11: try --speed=500e3 for the kc705
rj has joined #litex
<JH11>
I tried and it still gave me no outputs
<JH11>
or bios prompt
<JH11>
how long does it take to see the outputs usually?
<gatecat>
Should be pretty much straight away
<gatecat>
Do you see anything if you hit enter?
<zoobab>
on Alpine Linux, Litex does not find the xcompiler:
<zoobab>
OSError: Unable to find any of the cross compilation toolchains:
<JH11>
DEPRECATED! use 'adapter speed' not 'adapter_khz'
<JH11>
fpga_program
<JH11>
Info : ftdi: if you experience problems at higher adapter clocks, try the command "ftdi_tdo_sample_edge falling"
<JH11>
Info : clock speed 25000 kHz
<JH11>
gatecat this is the last bit of my uploading the bitstream onto the kc705 board. Was I able to upload it correctly?
<JH11>
gatecat i think it looked fine to me
FFY00_ has quit [Ping timeout: 260 seconds]
rj has quit [Ping timeout: 268 seconds]
FFY00_ has joined #litex
rj has joined #litex
<JH11>
Does anyone have a clue why lxterm --images=images/boot.json /dev/ttyUSB2 --speed=500e3 is stuck for loading linux to kc705 board with Jtag/Serial?
<JH11>
even if i press enter after that command
<zyp>
_florent_, the axi-lite cdc seems to work fine, had to s/layout/description/, but otherwise it appears fully functional (at least the read side)
<zyp>
I've only finished the read handler so far, but here's writing the scratch register via the bios shell and reading it back over the usb bridge: https://bin.jvnv.net/file/JABjY.png
rj has quit [Ping timeout: 268 seconds]
rj has joined #litex
<geertu>
Finally I got v5.12-rc2 booting on vexriscv. Patch sent upstream.
<_florent_>
zyp: nice, thanks for the feedback, I'll integrate it in interconnect.axi soon then
<_florent_>
geertu: great, thanks for looking at this (and your previous help on 5.11)
pftbest__ has quit [Remote host closed the connection]
pftbest has joined #litex
rj has quit [Ping timeout: 268 seconds]
rj has joined #litex
shorne has joined #litex
pftbest has quit [Remote host closed the connection]
pftbest has joined #litex
pftbest has quit [Remote host closed the connection]
pftbest has joined #litex
rj has quit [Remote host closed the connection]
rj has joined #litex
pftbest has quit [Remote host closed the connection]
<zyp>
I ran a rough comparison vs etherbone, it's a little bit slower -- 26.6 seconds to transfer a big litescope buffer over usb vs 19.7 seconds over etherbone