Changes between Version 3 and Version 4 of Internal/UnbrickUSRP


Ignore:
Timestamp:
Apr 13, 2017, 3:08:27 PM (7 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/UnbrickUSRP

    v3 v4  
    77
    881. Load {{{baseline_uhd.ndz}}} onto a node with an extra ethernet card
     9
    9102. Boot up the node
     11
    10123. Download the latest firmware/UHD images to the node:
    1113{{{
    1214uhd_images_downloader
    1315}}}
     16
    14174. Configure eth2 to be able to talk to the USRP
    1518{{{
    1619ifconfig eth2 192.168.10.1 netmask 255.255.255.0
    1720}}}
     21
    18225. Remove lid of USRP
     23
    19246. Connect the USRP's ethernet to the node
     25
    20267. Put USRP in safe-mode:
    2127  a. Hold down the S2 button in the middle of the USRP's motherboard while power-cycling the USRP
    2228  b. Keep holding until the D & F status LED lights are stable and the left LED on the ethernet jack is green
     29
    23308. Check if the node can see the USRP:
    2431{{{
     
    2633}}}
    2734  If not, retry step 7
     35
    28369. Burn new firmware and FPGA images directly to the USRP:
     37
     38  ''Normal image:''
    2939{{{
    3040usrp_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
    3141}}}
    32 10. If the USRP fails to show up in {{{uhd_find_devices}}} after automatic reboot, manually power-cycle it back into safe-mode again
     42  Do NOT reboot the USRP when asked.
     43  ''Safe image:''
     44{{{
     45usrp_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-safe
     46}}}
     47  Allow the USRP to reboot when asked.
     48
     4910. Check if the node can see the USRP:
     50{{{
     51uhd_find_devices
     52}}}
     53  If not, manually power-cycle the USRP back into safe-mode again and proceed to step 11.
     54 
     55  If the USRP shows up, proceed to step 14.
     56
    335711. Write new default ip into EEPROM:
    3458{{{
    3559/usr/lib/uhd/utils/usrp_burn_mb_eeprom --values="ip-addr=192.168.10.2"
    3660}}}
     61
    376212. Manually reboot the USRP into regular mode by just power-cycling it (do not hold down the S2 button)
     63
    386413. Check if the node can see the USRP:
    3965{{{
    4066uhd_find_devices
    4167}}}
    42 14. Test image loading:
     68
     6914. Test image loading (all steps should report "successful"):
    4370{{{
    4471uhd_image_loader --args="type=usrp2,addr=192.168.10.2"
    4572}}}
     73
    467415. Check if everything shows up correctly (versions, daughter-boards, etc):
    4775{{{