diff options
author | eb | 2009-03-05 01:21:44 +0000 |
---|---|---|
committer | eb | 2009-03-05 01:21:44 +0000 |
commit | 976df9d40be11a16900464a7ef44603856f0c5a1 (patch) | |
tree | 628c010e20caea02a6c00850afd01d975add03b7 /usrp | |
parent | 1cf496ea123d149c280f6158aa98bb2d503c23ea (diff) | |
download | gnuradio-976df9d40be11a16900464a7ef44603856f0c5a1.tar.gz gnuradio-976df9d40be11a16900464a7ef44603856f0c5a1.tar.bz2 gnuradio-976df9d40be11a16900464a7ef44603856f0c5a1.zip |
New standalone firmware, burn_dbsrx_eeprom, that burns new dbid into
modified DBS Rx daughterboard.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10560 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp')
-rwxr-xr-x | usrp/host/apps/burn-db-eeprom | 2 | ||||
-rw-r--r-- | usrp/host/lib/inband/usrp_usb_interface.cc | 3 | ||||
-rw-r--r-- | usrp/host/lib/legacy/usrp_dbid.dat | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/usrp/host/apps/burn-db-eeprom b/usrp/host/apps/burn-db-eeprom index f7ad8ebcb..e9ff9f5bc 100755 --- a/usrp/host/apps/burn-db-eeprom +++ b/usrp/host/apps/burn-db-eeprom @@ -32,7 +32,7 @@ daughterboards = { 'basictx' : ((BASIC_TX, 0x0000), None), 'basicrx' : (None, (BASIC_RX, 0x0000)), 'dbsrx' : (None, (DBS_RX, 0x0000)), - 'dbsrx2' : (None, (DBS_RX_REV_2_1, 0x0000)), + 'dbsrx_clkmod' : (None, (DBS_RX_CLKMOD, 0x0000)), 'tvrx' : (None, (TV_RX, 0x0000)), 'tvrx2' : (None, (TV_RX_REV_2, 0x0000)), 'tvrx3' : (None, (TV_RX_REV_3, 0x0000)), diff --git a/usrp/host/lib/inband/usrp_usb_interface.cc b/usrp/host/lib/inband/usrp_usb_interface.cc index a0cb95520..fb7109a5a 100644 --- a/usrp/host/lib/inband/usrp_usb_interface.cc +++ b/usrp/host/lib/inband/usrp_usb_interface.cc @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2007,2008 Free Software Foundation, Inc. + * Copyright 2007,2008,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -553,7 +553,6 @@ usrp_usb_interface::pick_rx_subdevice() USRP_DBID_TV_RX, USRP_DBID_TV_RX_REV_2, USRP_DBID_DBS_RX, - USRP_DBID_DBS_RX_REV_2_1, USRP_DBID_BASIC_RX }; diff --git a/usrp/host/lib/legacy/usrp_dbid.dat b/usrp/host/lib/legacy/usrp_dbid.dat index c7dbeb213..bd7fd7ecb 100644 --- a/usrp/host/lib/legacy/usrp_dbid.dat +++ b/usrp/host/lib/legacy/usrp_dbid.dat @@ -1,5 +1,5 @@ # -# Copyright 2005 Free Software Foundation, Inc. +# Copyright 2005,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -36,7 +36,7 @@ "Flex 2400 Tx" 0x000b "TV Rx Rev 2" 0x000c -"DBS Rx Rev 2_1" 0x000d +"DBS Rx ClkMod" 0x000d "LF Tx" 0x000e "LF Rx" 0x000f |