diff --git a/docs/brocade-overview.md b/docs/brocade-overview.md index 013fc40..85fb2b9 100644 --- a/docs/brocade-overview.md +++ b/docs/brocade-overview.md @@ -3,11 +3,11 @@ ## Master ZIP (Firmware, Manuals, Licenses) Download the ZIP below which contains all the firmware, licenses, and documentation you'll need for the guides on this site. -[```Brocade Master ZIP```](store/brocade-10-19-2021.zip) +[```Brocade Master ZIP```](store/brocade-11-25-2021.zip) ```ICX6xxx SW version: 08030u``` -```ICX7xxx SW version: 08095d``` -```ZIP Updated: 10-19-2021``` -```MD5: 55cf241c4daf5fd8f3df7020f70a01ed``` +```ICX7xxx SW version: 08095e``` +```ZIP Updated: 11-25-2021``` +```MD5: 354bd76858c1c763b2aa5ea459e3ca15``` Inside this archive you'll see a folder titled `brocade-(date)` - extract this entire folder somewhere on your PC. Then, you need to get a TFTP server up and running temporarily, serving files out of the `TFTP Content` subfolder. If you're already familiar with how to do this, point your TFTP server at `TFTP Content` so it's the root folder, then navigate to your switch model under the **Brocade Setup** menu on the left. If you need some pointers getting TFTP running, continue below. diff --git a/docs/icx7150.md b/docs/icx7150.md index f3c198e..a37eb54 100644 --- a/docs/icx7150.md +++ b/docs/icx7150.md @@ -85,7 +85,7 @@ exit Now that the switch has an IP address & is booted into `v08090` (which is capable of flashing the new UFI format images), we can flash the latest stable FastIron version. **First, move your ethernet cable** from the dedicated management port to any of the **regular switch ports**. Then run the following to flash the new UFI image. Like previous commands, replace the IP with the IP of your own TFTP server: ``` -copy tftp flash 192.168.1.8 ICX7xxx/SPR08095dufi.bin primary +copy tftp flash 192.168.1.8 ICX7xxx/SPR08095eufi.bin primary erase flash secondary reload ``` diff --git a/docs/icx7250.md b/docs/icx7250.md index ce352f6..52f8676 100644 --- a/docs/icx7250.md +++ b/docs/icx7250.md @@ -81,7 +81,7 @@ exit Now that the switch has an IP address & is booted into `v08090` (which is capable of flashing the new UFI format images), we can flash the latest stable FastIron version. **First, move your ethernet cable** from the dedicated management port to any of the **regular switch ports**. Then run the following to flash the new UFI image. Like previous commands, replace the IP with the IP of your own TFTP server: ``` -copy tftp flash 192.168.1.8 ICX7xxx/SPR08095dufi.bin primary +copy tftp flash 192.168.1.8 ICX7xxx/SPR08095eufi.bin primary erase flash secondary reload ```