I was planning on modifying the ad9361-iiostream example code to get familiar with the device, but when I run the sample application after building it, I get the following error when trying to initialize the IIO streaming channels. I was wondering if there was something else I need to configure to get this to work.
Thanks
* Acquiring AD9361 TX lo channel
* Initializing AD9361 IIO streaming channels
ad9361-iiostream: ad9361-iiostream.c:206: main: Assertion `get_ad9361_stream_ch(ctx, TX, tx, 0, &tx0_i) && "TX chan i not found"' failed.
Aborted