From c65e0ea6e387b39e115b6af28e79ba1418f605b2 Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Mon, 13 Jul 2015 14:03:42 -0700 Subject: e3xx: Added firmware for battery based devices. Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer --- firmware/e300/battery/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 firmware/e300/battery/README.md (limited to 'firmware/e300/battery/README.md') 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'. -- cgit v1.2.3