Changes between Version 14 and Version 15 of newport/firmware
- Timestamp:
- 07/29/2019 05:24:32 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/firmware
v14 v15 124 124 }}} 125 125 126 Realizewhat the update_all script does:126 This is what the update_all script does: 127 127 {{{#!bash 128 128 update_all=tftpboot ${loadaddr} ${image} && gzwrite mmc ${dev} ${loadaddr} ${filesize} 129 }}} 130 131 **Troubleshooting:** 132 133 If 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 {{{ 136 GW6200-B> run update_all 137 138 lmac0 Waiting for PHY auto negotiation to complete...... done 139 140 BGX0:LMAC 0 link up 141 142 Using vnic0 device 143 144 TFTP from server 192.168.1.1; our IP address is 192.168.1.55 145 146 Filename 'bionic-newport.img'. 147 148 Load address: 0x2000000 149 150 Loading: ###T ###T #T ##T ########T #T ###T ####T ####" 129 151 }}} 130 152