HI all, I trying to connect usrpB210 in google cloud. I, installed ubuntu 22.04 in google cloud and done below steps to build uhd
sudo apt install -y libboost-all-dev libusb-1.0-0-dev doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake build-essential git clone https://github.com/EttusResearch/uhd.git ~/uhd cd ~/uhd git checkout v4.4.0.0 cd host mkdir build cd build cmake ../ make -j $(nproc) make test # This step is optional sudo make install sudo ldconfig sudo uhd_images_downloader After connecting usrp in local mechicne which as google cloud , usrp is not detecting After given uhd_find_device command but not able to see usrp details getting no usrp found error how i need to connect please give some idea Mobiveil INC., CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain proprietary confidential or privileged information or otherwise be protected by law. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender and destroy all copies and the original message.
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com