aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/e300/battery/README.md
diff options
context:
space:
mode:
authorMoritz Fischer <moritz.fischer@ettus.com>2015-07-13 14:03:42 -0700
committerMoritz Fischer <moritz.fischer@ettus.com>2015-07-13 14:03:42 -0700
commitc65e0ea6e387b39e115b6af28e79ba1418f605b2 (patch)
tree85bc5673ca01f22b6b9362b0aba8c80d13ba1eab /firmware/e300/battery/README.md
parent69bcfba936e49c2825a6d9be677c3150a5c6b70c (diff)
downloaduhd-c65e0ea6e387b39e115b6af28e79ba1418f605b2.tar.gz
uhd-c65e0ea6e387b39e115b6af28e79ba1418f605b2.tar.bz2
uhd-c65e0ea6e387b39e115b6af28e79ba1418f605b2.zip
e3xx: Added firmware for battery based devices.
Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Diffstat (limited to 'firmware/e300/battery/README.md')
-rw-r--r--firmware/e300/battery/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/firmware/e300/battery/README.md b/firmware/e300/battery/README.md
new file mode 100644
index 000000000..fc4d504dd
--- /dev/null
+++ b/firmware/e300/battery/README.md
@@ -0,0 +1,25 @@
+USRP E312 Firmware
+==================
+
+Welcome to the NI Ettus Research USRP E310/E312 Firmware distribution.
+
+# Dependencies
+
+In order to build you'll *avr-gcc* and *avr-libc*.
+
+# Building
+
+The included Makefile specifies all the required flags. To build type:
+```
+$ make
+```
+
+# Flashing
+
+In order to program the device with the firmware type:
+```
+$ make install
+```
+
+Note: The Makefile will have to be modified depending on which programmer you use.
+Known good programmers include 'Atmel AVR Dragon, Atmel JTAGICEIII, Atmel AtmelICE'.