_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://freenode.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
ranzbak has quit [Ping timeout: 272 seconds]
lf_ has quit [Ping timeout: 260 seconds]
lf has joined #litex
Degi has quit [Ping timeout: 256 seconds]
Degi has joined #litex
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
ranzbak has joined #litex
kgugala_ has joined #litex
kgugala has quit [Ping timeout: 240 seconds]
FFY00 has quit [Read error: Connection reset by peer]
FFY00 has joined #litex
<_florent_> mithro: :)
<_florent_> somlo: i'm using this FMC because that's the one i used to develop LiteSATA initially a few years ago on a KC705
<_florent_> somlo: but i also experimented with cheaper alternatives recently
<tpb> Title: SFP 2 SATA Adapter | SFP | Product (at shop.trenz-electronic.de)
<_florent_> but this also works by hacking a 10€ PCIe riser and SATA cable: https://twitter.com/enjoy_digital/status/1320747775626272769
lkcl has quit [Ping timeout: 272 seconds]
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #litex
lkcl has joined #litex
Melkhior has joined #litex
<Melkhior> Made the 'B' support for VexRsicv a bit more configurable: https://github.com/rdolbeau/VexRiscvBPluginGenerator/ if anyone is interested :-)
<st-gourichon-fid> Melkhior, not directly interested by B, but congrats for implementation so far and keep up the good work!
_whitelogger has joined #litex
_whitelogger has joined #litex
Melkhior has quit [Remote host closed the connection]
kgugala_ has quit [Quit: -a- Connection Timed Out]
kgugala has joined #litex
Melkhior has joined #litex
Melkhior has quit [Remote host closed the connection]
Melkhior has joined #litex
lkcl has quit [Ping timeout: 265 seconds]
x56 has quit [Quit: Ծ-Ծ]
lkcl has joined #litex
x56 has joined #litex
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #litex
CarlFK has quit [Ping timeout: 246 seconds]
<somlo> _florent_: how do you build trellisboard bitstream for the `sdcard_pmod_io` option (as opposed to the built-in reader)?
<somlo> I'm experiencing a weird behavior (which I don't remember seeing with spi-mode sdcard) whereby once programmed, if I insert a sdcard into the built-in slot, the board crashes out of my terminal emulator, and locks up until reprogrammed
<somlo> daveshah: ^^^ did you ever encounter anything similar?
<daveshah> Admittedly I haven't tested the SD card much
<daveshah> but a thicker USB cable might be advisble
<daveshah> sounds a bit like a power issue
<somlo> hmmm, last time I tried it successfully it was plugged (using the same usb cable) into my desktop rig at the office (before covid); So, power might be a factor. I'm rebuilding using `--with-spi-sdcard` to verify if that still works; if not, that'd be further evidence that it's power-related...
CarlFK has joined #litex
<daveshah> I had one USB cable where the board would fail at the moment of booting Linux
<daveshah> (not using the SD card in that case though)
CarlFK has quit [Ping timeout: 246 seconds]
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #litex
Melkhior has quit [Remote host closed the connection]
CarlFK has joined #litex
<somlo> daveshah: when I build the bitstream with `--with-spi-sdcard` it doesn't crash no matter how many times I insert/eject the actual sdcard
<somlo> but with `--with-sdcard` it goes bonkers every time I insert the card (after starting the bitstream)
<somlo> that's with the built-in reader; I'm going to try the same test (spi and native) with the external pmod reader, and see what happens there