summaryrefslogtreecommitdiffstats
path: root/host/README
diff options
context:
space:
mode:
Diffstat (limited to 'host/README')
-rw-r--r--host/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/host/README b/host/README
new file mode 100644
index 000000000..f19275c41
--- /dev/null
+++ b/host/README
@@ -0,0 +1,26 @@
+########################################################################
+# Ettus Research - Universal Hardware Driver
+########################################################################
+The hardware driver for Ettus Research products.
+
+########################################################################
+# Supported USRP Motherboards
+########################################################################
+USRP2 - gigabit ethernet
+
+########################################################################
+# Supported USRP Daughterboards
+########################################################################
+Basic RX
+Basic TX
+
+########################################################################
+# CMake Instructions
+########################################################################
+cd <uhd_src_dir>
+mkdir build
+cd build
+cmake ../
+make
+make test
+sudo make install