aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/e300/battery/README.md
blob: fc4d504dd268095484ea2ca7d280210376be0e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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'.