Changes between Version 14 and Version 15 of newport/firmware


Ignore:
Timestamp:
07/29/2019 05:24:32 PM (5 years ago)
Author:
Cale Collins
Comment:

added troubleshooting to update_all section

Legend:

Unmodified
Added
Removed
Modified
  • newport/firmware

    v14 v15  
    124124}}}
    125125
    126 Realize what the update_all script does:
     126This is what the update_all script does:
    127127{{{#!bash
    128128update_all=tftpboot ${loadaddr} ${image} && gzwrite mmc ${dev} ${loadaddr} ${filesize}
     129}}}
     130
     131**Troubleshooting:**
     132
     133If you're seeing T's while flashing this indicates a transmit error, check that there is not a firewall present between your TFTP server and the SBC
     134
     135{{{
     136GW6200-B> run update_all
     137
     138lmac0 Waiting for PHY auto negotiation to complete...... done
     139
     140BGX0:LMAC 0 link up
     141
     142Using vnic0 device
     143
     144TFTP from server 192.168.1.1; our IP address is 192.168.1.55
     145
     146Filename 'bionic-newport.img'.
     147
     148Load address: 0x2000000
     149
     150Loading: ###T ###T #T ##T ########T #T ###T ####T ####"
    129151}}}
    130152