Changes between Version 2 and Version 3 of Internal/UnbrickUSRP
- Timestamp:
- Mar 9, 2017, 11:17:18 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/UnbrickUSRP
v2 v3 2 2 3 3 == N210 == 4 Do this if the USRP becomes unresponsive to normal commands and cannot be found with uhd_find_devices. 5 1. Load {{{baseline_uhd.ndz}}} onto a node with the extra ethernet card 4 Do this if the USRP becomes unresponsive to normal commands and cannot be found with uhd_find_devices. 5 6 '''DO NOT DO THIS ON GRID OR WITH ANY OTHER USRP CONNECTED TO THE NODE!!! 7 8 1. Load {{{baseline_uhd.ndz}}} onto a node with an extra ethernet card 6 9 2. Boot up the node 7 10 3. Download the latest firmware/UHD images to the node: … … 20 23 8. Check if the node can see the USRP: 21 24 {{{ 22 uhd_find_devices --args="addr=192.168.10.2"25 uhd_find_devices 23 26 }}} 24 27 If not, retry step 7 25 28 9. Burn new firmware and FPGA images directly to the USRP: 26 29 {{{ 27 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-rev30 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 28 31 }}} 29 10. Most likely the automatic reboot will fail so you will have to boot the USRP into safe-mode manuallyagain32 10. If the USRP fails to show up in {{{uhd_find_devices}}} after automatic reboot, manually power-cycle it back into safe-mode again 30 33 11. Write new default ip into EEPROM: 31 34 {{{ … … 35 38 13. Check if the node can see the USRP: 36 39 {{{ 37 uhd_find_devices --args="addr=192.168.10.2"40 uhd_find_devices 38 41 }}} 39 42 14. Test image loading: