Version 2 (modified by 8 years ago) ( diff ) | ,
---|
How to Unbrick a USRP
N210
Do this if the USRP becomes unresponsive to normal commands and cannot be found with uhd_find_devices.
- Load
baseline_uhd.ndz
onto a node with the extra ethernet card - Boot up the node
- Download the latest firmware/UHD images to the node:
uhd_images_downloader
- Configure eth2 to be able to talk to the USRP
ifconfig eth2 192.168.10.1 netmask 255.255.255.0
- Remove lid of USRP
- Connect the USRP's ethernet to the node
- Put USRP in safe-mode:
- Hold down the S2 button in the middle of the USRP's motherboard while power-cycling the USRP
- Keep holding until the D & F status LED lights are stable and the left LED on the ethernet jack is green
- Check if the node can see the USRP:
uhd_find_devices --args="addr=192.168.10.2"
If not, retry step 7 - Burn new firmware and FPGA images directly to the USRP:
usrp_n2xx_simple_net_burner --addr="192.168.10.2" --fw="/usr/share/uhd/images/usrp_n210_fw.bin" --fpga="/usr/share/uhd/images/usrp_n210_r4_fpga.bin" --dont-check-rev
- Most likely the automatic reboot will fail so you will have to boot the USRP into safe-mode manually again
- Write new default ip into EEPROM:
/usr/lib/uhd/utils/usrp_burn_mb_eeprom --values="ip-addr=192.168.10.2"
- Manually reboot the USRP into regular mode by just power-cycling it (do not hold down the S2 button)
- Check if the node can see the USRP:
uhd_find_devices --args="addr=192.168.10.2"
- Test image loading:
uhd_image_loader --args="type=usrp2,addr=192.168.10.2"
- Check if everything shows up correctly (versions, daughter-boards, etc):
uhd_usrp_probe
Note:
See TracWiki
for help on using the wiki.