I apologize, I haven't been able to find the right place to direct this issue.
https://learn.ni.com/learn/article/getting-started-with-usrp-b206mini-i-and-py-on-linux-ubuntu
Says you can get a version of uhd-host that supports the b206, by using the Ettus ppa and installing uhd-host - from https://github.com/EttusResearch/uhd/releases it looks like you need at least 4.9 (versus 4.1 which Ubuntu jammy et al provide).
However, it appears that ppa doesn't actually publish uhd-host:
root@ubuntu:/etc/apt# apt-cache policy | grep -oE "o=[^,]*" | sort -u
o=Docker
o=LP-PPA-ettusresearch-uhd
o=Nvidia
o=Ubuntu
root@ubuntu:/etc/apt# aptitude search "?origin (LP-PPA-ettusresearch-uhd)"
i uhd-doc - universal hardware driver for Ettus Research products - doc
p uhd-rfnoc-dev - USRP hardware driver for Ettus Research products - RFNoC development
root@ubuntu:/etc/apt# cat /etc/apt/sources.list.d/ettusresearch-ubuntu-uhd-jammy.list
deb https://ppa.launchpadcontent.net/ettusresearch/uhd/ubuntu jammy main
# deb-src https://ppa.launchpadcontent.net/ettusresearch/uhd/ubuntu/ jammy main
We can just build 4.9 from source and scrape the fpga bin files directly, but that's less than ideal. Would you let me know please what I did wrong there (or how to obtain an Ettus published uhd-host 4.9.x)?
I apologize, I haven't been able to find the right place to direct this issue.
https://learn.ni.com/learn/article/getting-started-with-usrp-b206mini-i-and-py-on-linux-ubuntu
Says you can get a version of uhd-host that supports the b206, by using the Ettus ppa and installing uhd-host - from https://github.com/EttusResearch/uhd/releases it looks like you need at least 4.9 (versus 4.1 which Ubuntu jammy et al provide).
However, it appears that ppa doesn't actually publish uhd-host:
We can just build 4.9 from source and scrape the fpga bin files directly, but that's less than ideal. Would you let me know please what I did wrong there (or how to obtain an Ettus published uhd-host 4.9.x)?