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/host/apps | |
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/host/apps')
-rwxr-xr-x | usrp/host/apps/burn-db-eeprom | 2 |
1 files changed, 1 insertions, 1 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)), |