<knicklicht>
Sounds interesting. So are you running a full Linux on the board?
<sensille>
no. only a few hundred lines of C code
<tnt>
knicklicht: I think most people on discord are also here.
<knicklicht>
deleting the build directory didn't fix it
<knicklicht>
While I try to fix my dependencies I have another question: I want to stream 8 to 16 audio channels from my PC to the rv901t board and then use I2S DACs to drive multiple speakers (using appropriate amps). There are so many design choices. Does it make sense to use a softcore running an RTOS such as Zephyr on it to? I was thinking that I would need
<knicklicht>
some way to implement RTP on UDP. While I love the flexibility of the FPGA I would like to do as much as I can in software.
<sensille>
what advantage would an OS give you over just having your single main loop with the protocol handler?
<knicklicht>
That's the question I am asking. I thought a ready made OS will have out of the box support for I2S and Ethernet related stuff that I do not want to reimplement.