Version 7 (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.
DO NOT DO THIS ON GRID OR WITH ANY OTHER USRP CONNECTED TO THE NODE!!!
- Load
baseline_uhd.ndz
onto a node with an 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
If not, retry step 7
- Burn new firmware and FPGA images to the USRP:
Normal image:
usrp_n2xx_simple_net_burner --fw="/usr/share/uhd/images/usrp_n210_fw.bin" --fpga="/usr/share/uhd/images/usrp_n210_r4_fpga.bin" --dont-check-revDo NOT reboot the USRP when asked.
Safe image:
usrp_n2xx_simple_net_burner --fw="/usr/share/uhd/images/usrp_n210_fw.bin" --fpga="/usr/share/uhd/images/usrp_n210_r4_fpga.bin" --dont-check-rev --overwrite-safeAllow the USRP to reboot when asked.
- Check if the node can see the USRP:
uhd_find_devices
If not, manually power-cycle the USRP back into safe-mode again and proceed to step 11.
If the USRP shows up, proceed to step 14.
- Write new default ip into EEPROM:
/usr/lib/uhd/utils/usrp_burn_mb_eeprom --values="ip-addr=192.168.10.2"
- 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
- Test image loading (all steps should report "successful"):
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.