B200 advance sdr compatible to usrp b200 can replace B210
Data interface |
usb3.0 |
FPGA |
Spartan 6 XC6SLX75 |
Transceiver |
AD9361 dual channel rf transceiver |
IIP3 (at typical NF) |
-20 dBm |
Power Output |
> 10 dBm |
Receive Noise Figure |
< 8 dB |
ADC Sample Rate (Max.) |
61.44 MS/s |
ADC Resolution |
12 bits |
DAC Sample Rate (Max.) |
61.44 MS/s |
DAC Resolution |
12 bits |
Host Sample Rate (16b) |
61.44 MS/s |
Frequency Accuracy(without reference clock) |
±2.0 ppm |
Frequency Accuracy(with reference clock) |
±1PPB(0.001PPM) |
SIZE |
150MM*100MM |
frequency range |
70-6000Mhz |
tx port count |
2 |
rx port count |
2 |
You can run B200 advance as original USRP B200 or run B200 advance as B210 with our fpga firmware(b210-fpga-75.tar.gz (4 MB)).
To run as B210 you need to modify the board EEPROM data as B210. using below command to modify the board as B210:
sudo ./usrp_burn_mb_eeprom --args="type=b200" --values="product=2"
for usrp_burn_mb_eeprom you can find it using find command.
after modify the board as B210. you need to replace the original B210 fpga firmware as our fpga firmware. Run uhd_usrp_probe you will see your current uhd version and fpga firmware path.
backup your B210 fpga firmware:
sudo cp /usr/share/uhd/images/usrp_b210_fpga.bin /usr/share/uhd/images/usrp_b210_fpga.bin-back
copy fpga firmware for the the corresponding UHD version to the B210 fpga firmware path:
sudo cp b210_fpga.bin /usr/share/uhd/images/usrp_b210_fpga.bin
if you want to modify the board back to B200 just run:
sudo ./usrp_burn_mb_eeprom --args="type=b200" --values="product=1"