Forums » Software Development »
how to connect usrp b100 with mitydsp oml138
Added by ahmed Elmenshawy over 7 years ago
i am trying to connect usrp b100 and do steps in that tutorial
http://files.ettus.com/manual/page_install.html
but in the first step in that page
Installation on Linux:
command :opkg install libuhd-dev libuhd003 uhd-host
it make error :
Unknown package 'libuhd-dev'.Unknown package 'libuhd003'.
Unknown package 'uhd-host'.
Collected errors:
- opkg_install_cmd: Cannot install package libuhd-dev.
- opkg_install_cmd: Cannot install package libuhd003.
- opkg_install_cmd: Cannot install package uhd-host.
i want any help with this i searched a lot but nothing and if there ant tutorial on how to connect usrp with mitydsp that will be very useful.
any help!
thanks in advance
Replies (2)
RE: how to connect usrp b100 with mitydsp oml138 - Added by ahmed Elmenshawy over 7 years ago
ahmed Elmenshawy wrote:
i am trying to connect usrp b100 and do steps in that tutorial
http://files.ettus.com/manual/page_install.html
but in the first step in that page
Installation on Linux:
command :opkg install libuhd-dev libuhd003 uhd-hostit make error :
Unknown package 'libuhd-dev'.
Unknown package 'libuhd003'.
Unknown package 'uhd-host'.
Collected errors:
- opkg_install_cmd: Cannot install package libuhd-dev.
- opkg_install_cmd: Cannot install package libuhd003.
- opkg_install_cmd: Cannot install package uhd-host.
i want any help with this i searched a lot but nothing and if there any tutorial on how to connect usrp with mitydsp that will be very useful.
any help!
thanks in advance
RE: how to connect usrp b100 with mitydsp oml138 - Added by Jonathan Cormier over 7 years ago
Looking at this. It would appear that the uhd program is provided by ettus, however they only provide it for ubuntu and fedora, not angstrom. This means that you will have to build it from source.
The page you linked recommended using PyBombs to build it from source, but I'm not familiar with this program or how to use it to cross-compile for arm linux. http://files.ettus.com/manual/page_build_guide.html#build_pybombs
I was able to find a possible yocto recipe for it here: https://github.com/dirtybit/gumstix-yocto/tree/master/meta-openembedded/meta-oe/recipes-connectivity/uhd. So you might have some luck using yocto to build it or dissecting the recipes and cross compiling yourself.
I don't think anyone here has had any experience with the ettus devices. It may be worth asking them how to go about cross-compiling their programs for ARMv5 platforms.