diff options
Diffstat (limited to 'host/README')
-rw-r--r-- | host/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/host/README b/host/README index f19275c41..cdca42cd0 100644 --- a/host/README +++ b/host/README @@ -6,21 +6,25 @@ The hardware driver for Ettus Research products. ######################################################################## # Supported USRP Motherboards ######################################################################## -USRP2 - gigabit ethernet +USRP2 - udp over gigabit ethernet ######################################################################## # Supported USRP Daughterboards ######################################################################## Basic RX Basic TX +LF RX +LF TX ######################################################################## # CMake Instructions ######################################################################## -cd <uhd_src_dir> +cd uhd/host mkdir build cd build cmake ../ make make test sudo make install + +For a custom prefix, use: cmake -DCMAKE_INSTALL_PREFIX=<myprefix> ../ |