I am using the CN0540 with a DE10-Nano, If I use a Kuiper Linux image osc will see the device and can connect to it, if I'm using my custom firmware (5.10 adi linux, built with yocto) osc will see the device just like with the Kuiper image, but when I click connect the window will freeze for a second, the blue LED sw_cc on the CN0540 will illuminate, then osc crashes, and nothing happens after.
libiio on the device is version 0.25.
osc is on version 0.16.
There was a point earlier in development that osc would work with our custom firmware, but I haven't used osc in a while, and I don't know what change would have caused an issue.
Some of the changes include adding support for swupdate, and adding some gpios to the HDL and devicetree.
This is the output from iiod when trying to connect:
New client connected from fe80::529a:df3:54df:bd10%end0 New client connected from 192.168.1.154 Client exited Client exited New client connected from fe80::529a:df3:54df:bd10%end0 Client exited New client connected from 192.168.1.154 Client exited New client connected from fe80::529a:df3:54df:bd10%end0 Client exited New client connected from fe80::529a:df3:54df:bd10%end0 Client exited
Is there any configuration for iiod, I missed? Are there any log files I could check?