blob: a1074425ddff5dbcb1f88c001c348a41167cebfa (
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*, *avr-libc*, and *srec_cat*.
# 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'.
|