KSmith has quit [Remote host closed the connection]
Degi has quit [Ping timeout: 272 seconds]
Degi has joined #litex
nrossi has quit [Ping timeout: 240 seconds]
Claude has quit [Ping timeout: 240 seconds]
Claude_ has joined #litex
shivam has joined #litex
_whitelogger has joined #litex
Claude_ is now known as claude
claude is now known as Claude
_franck_ has quit [Ping timeout: 246 seconds]
_franck_ has joined #litex
david-sawatzke[m has left #litex ["Kicked by @appservice-irc:matrix.org : Idle for 30+ days"]
shivam has quit [Quit: Connection closed for inactivity]
FFY00 has quit [Quit: dd if=/dev/urandom of=/dev/sda]
FFY00 has joined #litex
peeps[zen] has quit [Ping timeout: 256 seconds]
peepsalot has joined #litex
KSmith has joined #litex
Xesxen_ has joined #litex
disasm[m] has quit [*.net *.split]
leons has quit [*.net *.split]
leons has joined #litex
disasm[m] has joined #litex
midnight has quit [*.net *.split]
Xesxen has quit [*.net *.split]
midnight has joined #litex
abeljj[m] has quit [Ping timeout: 245 seconds]
CarlFK[m] has quit [Ping timeout: 240 seconds]
losg has joined #litex
abeljj[m] has joined #litex
<losg>
hello guys
<losg>
I'm trying to use litex
CarlFK[m] has joined #litex
<losg>
I should have flashed my FPGA, but I cannot see the device with lspcie.. should I remove the JTAG cable?
<losg>
what I dont get is that if the JTAG attached blocks the execution somehow
<lkcl>
daveshah: we found the last long combinatorial path which was in the DIV FSM, libre-soc's now up to 98mhz on an ECP5
<lkcl>
i say 98mhz: it's still an FSM at the moment so an IPC of around 0.15
KSmith has quit [Remote host closed the connection]
<zyp>
losg, what board do you have?
<losg>
a Xilinx device
<losg>
Ultrascale kintex
<losg>
the board is not a development board, or very supported one ahah
losg has quit [Remote host closed the connection]
KSmith has joined #litex
alanvgreen has quit [Quit: Connection closed for inactivity]
<KSmith>
hey guys im wondering if i could get some help again, im attempting to install the nexys4ddr prebuilt onto a nexysa7 using linux-on-litex-vexriscv however when i attempt to upload i come across an error https://pastebin.com/TNnzVj1d since im using virtualbox running ubuntu i though virtualbox was the issue but ive had no luck finding a solution,
<KSmith>
within virtualbox i tried setting up the board as a usb device, when that didnt work i tried as a serial device, then both(virtualbox came up with an error when both refer to the same device). as a usb device ubuntu can see the devices https://pastebin.com/fi6ebcnz i tried searching more about the Error: libusb_open() failed with
<somlo>
KSmith: I'd try to find some material on how to configure USB forwarding on Virtualbox, seems like that's where your problem might be
<somlo>
_florent_: apparently, on linux, during `litex_mmc_probe()` one must add `mmc->caps |= MMC_CAP_NEEDS_POLL` for eject and reinsert to be recognized by the OS
<somlo>
well, at least in the absence of IRQ capabilities in LiteSDCard :)
<somlo>
after that, I get some horrible-looking errors on re-insertion, but that probably just means there's extra (re)setting that needs to be done on the sdcard (probably via `set_ios()` or thereabouts)