jevinskie[m] has quit [Read error: Connection reset by peer]
dcallagh has quit [Write error: Connection reset by peer]
sajattack[m] has quit [Read error: Connection reset by peer]
Leon[m] has quit [Remote host closed the connection]
shoragan[m] has quit [Write error: Connection reset by peer]
jryans has quit [Read error: Connection reset by peer]
jryans has joined #litex
Leon[m] has joined #litex
shoragan[m] has joined #litex
dcallagh has joined #litex
sajattack[m] has joined #litex
jevinskie[m] has joined #litex
nelgau has joined #litex
Xesxen_ has joined #litex
keesj has quit [Ping timeout: 264 seconds]
Xesxen has quit [Read error: Connection reset by peer]
keesj has joined #litex
nelgau has quit [Ping timeout: 245 seconds]
<cr1901>
_florent_: I guess the answer is no, but if I have an old (full) build tree from a litex-boards build, is it possible to get the python command-line I sent back?
<cr1901>
Can prob be inferred from the headers, but maybe that's a "nice-to-have"? I'll implement said feature at some point if you accept it
<gregd>
gatecat: Thanks. I have seen that, that's currently how I'm doing ARP and sending "raw" UDP packets.
<gregd>
I'm intially wanting to support a telnet interface to replace the need for uart for debugging. So something that provides TCP is a requirement.
<gatecat>
yeah, uIP probably makes sense but I haven't personally tried it
<gregd>
neither, I've had a bit of experience with lwip.
<_florent_>
gregd: Contiki/uIP is indeed a good option if you want to go a further than with libliteeth from the BIOS
<_florent_>
it's easy to use and you can find very various documentation, I also used it a few years ago for similar reasons (having TCP/Telnet)
<_florent_>
Also, just for info, it's possible to have virtual UARTs over Etherbone (+ the UDP/IP Stack)
<_florent_>
For this, you just have to use a Crossover UART and use litex_term bridge
<_florent_>
It's convenient for some use case, but will probably use more resources than the uIP running on the CPU
<_florent_>
cr1901: That would be nice to have this yes (+ also the different parameters of the SoC)
<gregd>
Cool! I'm working on a Thermal Camera -> Ethernet interface, So I'm making use of the Hybrid MAC, SoC for admin/overhead, and a hw stream for image data.
<_florent_>
Nice, I also used it at some point on the SDS1104X-E: SW stack for the BIOS netboot + Linux driver and HW stack for Etherbone/UDP, it seems to be working fine but hasn't been tested extensively, so feel free to complain if you have troubles :)