*** tpb <[email protected]> has joined #litex | 00:00 | |
*** ewen <[email protected]> has joined #litex | 00:19 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 00:22 | |
*** TMM_ <[email protected]> has joined #litex | 00:22 | |
*** ewen <[email protected]> has quit IRC (Ping timeout: 276 seconds) | 00:39 | |
*** Degi_ <[email protected]> has joined #litex | 01:46 | |
*** Degi <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 01:47 | |
*** Degi_ is now known as Degi | 01:47 | |
*** lexano <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 02:00 | |
*** Hoernchen <Hoernchen!~hornulus@osmocom/hoernchen> has quit IRC (Ping timeout: 276 seconds) | 02:13 | |
*** Hoernchen <Hoernchen!~hornulus@osmocom/hoernchen> has joined #litex | 02:17 | |
*** ewen <[email protected]> has joined #litex | 03:03 | |
*** ElfenKaiser <ElfenKaiser!~deadsalmo@2a0a-a541-4378-0-f759-964f-4adf-bea5.ipv6dyn.netcologne.de> has quit IRC (Quit: Konversation terminated!) | 03:32 | |
*** ewen <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 03:32 | |
*** ewen <[email protected]> has joined #litex | 04:06 | |
*** ewen <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 04:11 | |
*** ewen <[email protected]> has joined #litex | 06:00 | |
*** ewen <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 06:32 | |
*** ewen <[email protected]> has joined #litex | 07:24 | |
*** ewen <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 07:46 | |
*** FabM <[email protected]> has joined #litex | 08:15 | |
*** ewen <[email protected]> has joined #litex | 09:20 | |
*** ewen <[email protected]> has quit IRC (Ping timeout: 264 seconds) | 09:53 | |
*** ewen <[email protected]> has joined #litex | 10:05 | |
*** ewen <[email protected]> has quit IRC (Ping timeout: 256 seconds) | 10:14 | |
*** lexano <[email protected]> has joined #litex | 12:29 | |
*** Foxyloxy <Foxyloxy!~foxyloxy@shef-16-b2-v4wan-169484-cust1844.vm3.cable.virginm.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com) | 13:21 | |
*** Foxyloxy <Foxyloxy!~foxyloxy@shef-16-b2-v4wan-169484-cust1844.vm3.cable.virginm.net> has joined #litex | 13:22 | |
*** Foxyloxy <Foxyloxy!~foxyloxy@shef-16-b2-v4wan-169484-cust1844.vm3.cable.virginm.net> has quit IRC (Client Quit) | 13:24 | |
*** Foxyloxy <Foxyloxy!~foxyloxy@shef-16-b2-v4wan-169484-cust1844.vm3.cable.virginm.net> has joined #litex | 15:11 | |
*** Foxyloxy <Foxyloxy!~foxyloxy@shef-16-b2-v4wan-169484-cust1844.vm3.cable.virginm.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com) | 15:18 | |
*** Foxyloxy <Foxyloxy!~foxyloxy@shef-16-b2-v4wan-169484-cust1844.vm3.cable.virginm.net> has joined #litex | 15:25 | |
*** Foxyloxy <Foxyloxy!~foxyloxy@shef-16-b2-v4wan-169484-cust1844.vm3.cable.virginm.net> has quit IRC (Remote host closed the connection) | 15:32 | |
*** Foxyloxy <Foxyloxy!~foxyloxy@shef-16-b2-v4wan-169484-cust1844.vm3.cable.virginm.net> has joined #litex | 15:43 | |
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Ping timeout: 256 seconds) | 15:59 | |
joseng | Hey everyone, I try to do some basic ethernet UDP packet sending and receiving on a Spartan6. Found the arty example where LED states and button presses are send via UDP and adapted this to my board. I use a Waveshare DP83848 PHY board. Receiving on the FPGA works mostly fine, sometimes it seems packets are dropped and the LED blinking is not regul | 16:58 |
---|---|---|
joseng | ar. But sending with the LiteEthUDPStreamer from the FPGA works only very infrequent. According to my understanding, I add a byte to the FIFO and this should send a packet. But I only receive a packet every few seconds, very infrequently. If someone could have a look, I put a more or less clean version here: https://gist.github.com/Wardstein/2cafca | 16:58 |
joseng | e0d631b1c0c0938caed80b0aba | 16:58 |
joseng | But in general the ethernet part seems to be a bit unreliable on my hardware/the gateware. I can ping it, but this sometimes breaks up and I get only "Destination Host Unreachable". When I reload the gateware into the FPGA it starts working again. Same for the LiteEthUDPStreamer, my "send LED" regularly stops blinking, meaning I cannot put any new | 17:02 |
joseng | data into the send FIFO. Which I understand when the ethernet MAC? is not working again, nothing can be send out. | 17:02 |
Hoernchen | did you try ping flooding? that was the magic that worked on the colorlight with somewhat similar eth issues, "standard" slow ping had issues | 17:04 |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 18:26 | |
*** TMM_ <[email protected]> has joined #litex | 18:26 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Remote host closed the connection) | 19:30 | |
*** ElfenKaiser <ElfenKaiser!~deadsalmo@2a0a-a541-4378-0-f759-964f-4adf-bea5.ipv6dyn.netcologne.de> has joined #litex | 19:41 | |
joseng | Funny thing is, that before I put in the transmit part of the LiteEthUDPStreamer, I could ping the board. Tested with 10Hz (no floodping, but -i 0.1 as argument). After I put in the send logic, pinging only occasionally works and quickly breaks up. | 21:20 |
Hoernchen | https://github.com/enjoy-digital/colorlite/issues/8#issuecomment-1693913183 is basically my colorlight problem | 21:22 |
*** ewen <[email protected]> has joined #litex | 21:30 | |
*** ewen <[email protected]> has quit IRC (Ping timeout: 252 seconds) | 22:04 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:226:b1e9:8870:2e59:1332> has quit IRC (Quit: Leaving) | 22:23 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:226:909:34b4:931e:9f8a> has joined #litex | 22:28 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #litex | 23:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!