Install UHD

  • install uhd sudo apt install libuhd-dev uhd-host

Set up Ethernet connection

The box uses the IP 192.168.10.2, you need to set your ethernet port to 192.168.10.1

sudo ifconfig <eth0> 192.168.10.1

Burn the firmware

Check if usrp install

uhd_usrp_probe

Download image

uhd_images_downloader

Load the image

  • uhd_image_loader --args="..."

Install gnuradio

sudo apt install gnuradio