root/vtcross/branches/hasan/rfic_rev2/revised_Instructions.txt @ 549

Revision 549, 1.0 KB (checked in by hasan, 14 years ago)

revised version for the git copy

Line 
1This file contains instructions to install the RFIC daughterboard drivers in the current GNU radio git version.
2
3Before following these instructions please download the Gnuradio from git, build, and install using their instructions.
4
5Seven files are needed:
6burn-db-eeprom
7Makefile.am
8usrp_dbid.dat
9usrp_dbid.cc
10db_rfic.cc
11db_rfic.h
12db_boards.cc
13
14
15Copy the files as instructed below.  Replace "gnuradio" with the directory in which GNU Radio is installed.  Overwrite the existing files.  BEFORE PROCEEDING BACK UP EACH FILE:
16
17burn-db-eeprom
18Copy to gnuradio/usrp/host/apps
19
20Makefile.am
21Copy to gnuradio/usrp/host/lib/
22
23usrp_dbid.dat
24Copy to gnuradio/usrp/host/lib/
25
26usrp_dbid.cc
27Copy to gnuradio/usrp/host/lib/
28
29db_rfic.cc
30Copy to gnuradio/usrp/host/lib/
31
32db_rfic.h
33Copy to gnuradio/usrp/host/include/usrp/
34
35db_boards.cc
36Copy to gnuradio/usrp/host/lib/
37
38
39At this point, you must re-install the GNU Radio.  Run the command:
40
41make
42sudo make install
43
44in the directory
45gnuradio/usrp/host/lib/
46
47and also in the main gnuradio directory
48
Note: See TracBrowser for help on using the browser.