<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