I haven't seen PPA updates <https://launchpad.net/~ettusresearch/+archive/ubuntu/uhd> from Ettus since 4.0 was released, and nothing has been upstreamed into Ubuntu Focal. Looks like you're going to have to build it. Ettus has bitbake recipes here:
https://github.com/EttusResearch/meta-ettus/tree/zeus/meta-ettus-core/recipes-support/uhd ...but that will involve replacing your whole root filesystem (and wrestling with Bitbake, which should not be underestimated). If your SBC has significant horsepower and already has dev tools installed, you could consider compiling it locally instead. If it takes a day to compile, it will probably be several days less than the time you'll take setting up and using Bitbake. =) You could also get real weird: One Neat Trick (TM) to get fast compiles on existing embedded filesystems is to remotely mount the lib directories (/lib, /usr/lib, and /usr/local/lib, at least) you'll be linking against (sshfs is good for this), and then do the same with include directories (local versions of the same headers are fine, if your remote system is space constrained). Then write a CMake toolchain file which tells CMake to look for those libraries and headers, and to use the ARM cross-compiler. This does work, although it takes a lot of setup. Nick On Wed, Jun 16, 2021 at 12:27 PM <[email protected]> wrote: > It’s an ARM SBC. I completely didn’t think about that when I was copying > files over, and you’re right, the libs on my laptop will definitely not > work on the SBC. > > So back to my original question…Is there a binary package for UHD v4.0.0.0 > for ARM that I can just install on this SBC and not have to build from > source? Or do i have to build from source on the SBC to get the proper UHD > v4.0.0.0 libs? > _______________________________________________ > USRP-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] >
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
