Tuesday, 2020-06-09

*** tpb has joined #litex00:00
*** FFY00 has quit IRC00:48
*** FFY00 has joined #litex00:49
*** Xark_ has left #litex00:50
*** futarisIRCcloud has quit IRC01:53
*** Skip has quit IRC01:54
*** futarisIRCcloud has joined #litex02:21
*** FFY00 has quit IRC02:30
*** Degi has quit IRC02:33
futarisIRCcloudhttps://github.com/ucsdsysnet/corundum02:36
tpbTitle: GitHub - ucsdsysnet/corundum: Open source, high performance, FPGA-based NIC (at github.com)02:36
futarisIRCcloudhttps://github.com/ucsdsysnet/verilog-ethernet02:36
tpbTitle: GitHub - ucsdsysnet/verilog-ethernet: Verilog Ethernet components for FPGA implementation (at github.com)02:36
*** Degi has joined #litex02:36
futarisIRCcloudhttps://www.ebay.com.au/itm/SQRL-Squirrels-Research-BCU-1525-FPGA-blockchain-edition-Xilinx-VU9P/22357717110703:14
tpbTitle: SQRL Squirrels Research BCU-1525 FPGA blockchain edition (Xilinx VU9P) | eBay (at www.ebay.com.au)03:14
*** kgugala_ has joined #litex05:12
*** kgugala has quit IRC05:14
*** darren099 has quit IRC06:48
*** darren099 has joined #litex07:00
*** kgugala_ has quit IRC07:17
*** kgugala has joined #litex07:17
*** FFY00 has joined #litex07:17
*** darren099 has quit IRC07:55
*** darren099 has joined #litex07:56
*** darren099 has quit IRC08:43
*** darren099 has joined #litex08:43
dkozelnpcomp: zyp: My Thunderbolt 3 enclosure arrived and the SQRL is powered in it. However I have an issue where no PCI bus number is available for adding the hot-plugged bridge chip10:13
dkozelDebugging that somewhat today. I'm using an FTDI board for JTAG10:15
zypnice, what are you using as a host?10:30
dkozelmy desktop. Asrock x570 Gaming ITX10:39
dkozelhttps://twitter.com/derekkozel/status/120341982275694592010:40
dkozelI spec'd it for exactly this type of application10:40
dkozelIt's increasingly looking like a BIOS bug with this motherboard.10:47
zypI see11:00
daveshahI had to add a kernel parameter for this issue11:00
daveshahLet me dig out what i needed11:00
dkozel!11:01
daveshahpci=realloc,assign-busses,hpbussize=0x3311:02
daveshahThis was on an AMD motherboard11:02
daveshahbut it sounds familiat11:02
daveshah*familiar11:02
daveshahI think this kernel command line setting should work around most TB/PCIe related BIOS issues11:03
dkozelOk, will add and reboot!11:03
dkozelis that final parameter something I'm likely to need to tune?11:03
daveshahI think I just copied it from somewhere else and it worked11:04
dkozelOK, that's reserving 0x33 bus numbers, seems excessive for any application. :)11:05
dkozeldkozel@workstation build] ./litepcie_util info11:15
dkozelFPGA identification: LiteX SoC on Aller 2020-04-28 16:49:5711:15
dkozel[dkozel@workstation build] ./litepcie_util dma_test11:15
dkozelDMA_SPEED(Gbps) TX_BUFFERS RX_BUFFERS  DIFF  ERRORS11:15
dkozel          7.31      22432      22272    160       011:15
dkozel:D11:15
dkozelWell that's a success11:15
dkozelGoing to try a hotswap now11:15
dkozelWorks11:17
dkozelThis is going to be very helpful11:17
dkozelthanks daveshah11:17
futarisIRCclouddkozel: What are you using for 25G Ethernet?12:59
*** Skip has joined #litex13:03
dkozelA mellanox ConnectX-4 Lx13:06
dkozelI really wanted 4x 10 GigE, but this is what was cheapest13:07
futarisIRCclouddkozel: https://www.tindie.com/products/clarahobbs/pd-buddy-wye/ is a USB 2.0 PD splitter. I don't think I've seen a USB 3.0 one.13:12
*** CarlFK has joined #litex15:02
*** kgugala has quit IRC15:17
*** felix__ is now known as felix_15:17
*** kgugala has joined #litex15:22
*** kgugala_ has joined #litex15:22
*** kgugala has quit IRC15:26
*** darren099 has quit IRC15:45
*** darren099 has joined #litex15:46
*** Dolu has joined #litex15:47
somlo_florent_: something seems fishy in `copy_image_from_sdcard_to_ram()` right now -- it spensd only a fraction of a second "copying boot.bin to 0x80000000", then everything locks up when the system tries to jump there and run the payload17:07
somloprobably the `f_read()` call sets `br` to 0 too soon, but I haven't actually checked yet17:10
_florent_somlo: thanks, i indeed already add this behaviour and will investigate17:19
_florent_somlo: are you testing with spisdcard or litesdcard?17:19
keesjhttps://antmicro.com/blog/2019/12/testing-usb-cores-with-python-and-cocotb/17:25
tpbTitle: Antmicro · Testing open source USB IP cores with Python and Cocotb (at antmicro.com)17:25
keesjI am currently trying to debug.. a usb verilog implementation of cdc ACM17:26
keesjhttps://github.com/lawrie/tiny_usb_examples17:27
tpbTitle: GitHub - lawrie/tiny_usb_examples: Using the TinyFPGA BX USB code in user designs (at github.com)17:27
*** Skip has quit IRC17:28
keesjfrom reading they alreaded tested the tinyFPGA bootloader hence .. I expect.. a small problem (hello world is only displayed to the host when I reset the device)17:29
*** darren099 has quit IRC17:31
*** darren099 has joined #litex17:32
*** ius has joined #litex17:34
*** lambda has quit IRC17:48
*** rvense has left #litex17:48
*** lambda has joined #litex17:57
*** CarlFK has quit IRC17:59
somlo_florent_: with spi for now (didn't notice any recent commit indicating I should try sdcard again :) )18:02
somloha, guess *now* it appears I should try sdcard again...18:08
*** Skip has joined #litex18:52
_florent_somlo: the issue you saw will still be there with the last commit, i still have to investigate. For the litesdcard code, i just did the FatFs wrappers, i will do more testing in the next days.19:05
iuszyp: re: cle215 - if you loosen all heatsink screws you can unplug the fan connector (pull cable in a 90° angle away from the board), that solved most of the issues i had with it.. afterwards it runs at 71 °C with the litex bitstream for me19:06
zypI don't have a problem with the fan, I was just curious to check the exact part numbers19:08
iusthere's a video on youtube showing the plain die if that's what you're after (rest would be on the schematics, mostly)19:09
*** dasdgw has joined #litex19:09
somlo_florent_: built a sdcard bitstream on the nexys4ddr (with rocket) -- `sdcardboot` spits out similar data to the output of `sdinit`, twice or three times, then hangs19:36
*** darren099 has quit IRC19:37
somlo(reverting to f972c8e4 allows me to load `boot.bin` successfully from sdcard and boot the kernel -- and IIRC that's the same gateware, only bios changes from that point to current master)19:38
*** darren099 has joined #litex19:39
somlofor now, I'll just keep rebuilding and testing both spi and "regular" sdcard with nexys4ddr and rocket, each time I see fresh upstream commits19:39
*** darren099 has quit IRC19:53
*** darren099 has joined #litex19:53
*** Dolu has quit IRC19:57
*** HoloIRCUser1 has joined #litex20:11
*** dasdgw has quit IRC20:14
*** st-gourichon-fid has quit IRC20:40
*** sorear has quit IRC21:42
*** sorear has joined #litex21:43
*** HoloIRCUser1 has quit IRC22:59
*** HoloIRCUser1 has joined #litex22:59

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!