diff options
author | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-03 20:28:41 +0100 |
---|---|---|
committer | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-03 20:28:41 +0100 |
commit | 4b9a31a39e9c40ec4f6506c59f6433cd18d4b8d6 (patch) | |
tree | f40e2f2a55050efa7b338e1f8581207d0ccf801d | |
parent | 2458dc4a1efe8eba7c7edb2a41d6f80a6941d191 (diff) | |
download | dab-scripts-4b9a31a39e9c40ec4f6506c59f6433cd18d4b8d6.tar.gz dab-scripts-4b9a31a39e9c40ec4f6506c59f6433cd18d4b8d6.tar.bz2 dab-scripts-4b9a31a39e9c40ec4f6506c59f6433cd18d4b8d6.zip |
Add USB connection to the SoapySDR device
-rw-r--r-- | vagrant/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vagrant/README.md b/vagrant/README.md index 4162d01..86122ff 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -17,6 +17,13 @@ With Vagrant and Virtualbox, you can run the ODR-mmbTools regardless of the oper vagrant ssh ``` 1. Follow the instructions of the **README.md** in the install folder to build the ODR-mmbTools suite +1. Exit the virtual session with the command **exit** +1. Connect the SoapySDR transceiver device to your physical host where VirtualBox is running +1. Open VirtualBox and add a USB filter that relates to your SoapySDR device to the **odr-mmb** session +1. Restart the **odr-mmbtools** VirtualBox session with Vagrant: + ``` + vagrant reload + ``` # Operations Once the ODR-mmbTools are installed, you no longer need to access the virtual session, unless you need to make configuration changes. |