diff --git a/docs/brocade-overview.md b/docs/brocade-overview.md index 7c67e86..013fc40 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-09-20-2021.zip) +[```Brocade Master ZIP```](store/brocade-10-19-2021.zip) ```ICX6xxx SW version: 08030u``` ```ICX7xxx SW version: 08095d``` -```ZIP Updated: 09-20-2021``` -```MD5: c96b34195173de74603ba123154a98d8``` +```ZIP Updated: 10-19-2021``` +```MD5: 55cf241c4daf5fd8f3df7020f70a01ed``` 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 9909b7d..f3c198e 100644 --- a/docs/icx7150.md +++ b/docs/icx7150.md @@ -18,7 +18,7 @@ setenv netmask 255.255.255.0 #IP of your TFTP server: setenv serverip 192.168.1.8 -setenv image_name ICX7xxx/SPR08090m.bin +setenv image_name ICX7xxx/SPR08090mc.bin setenv uboot ICX7xxx/mnz10118.bin ``` Now we tell it to flash a known bootrom and reboot, so we'll be on a bootloader version we know can flash our OS image. After sending the reset, be sure to start smashing the `b` key so you land back in the bootloader: diff --git a/docs/icx7250.md b/docs/icx7250.md index f07aeb4..ce352f6 100644 --- a/docs/icx7250.md +++ b/docs/icx7250.md @@ -15,7 +15,7 @@ setenv netmask 255.255.255.0 #IP of your TFTP server: setenv serverip 192.168.1.8 -setenv image_name ICX7xxx/SPR08090m.bin +setenv image_name ICX7xxx/SPR08090mc.bin setenv uboot ICX7xxx/spz10118.bin ``` Now we tell it to flash a known bootrom and reboot, so we'll be on a bootloader version we know can flash our OS image. After sending the reset, be sure to start smashing the `b` key so you land back in the bootloader: diff --git a/overrides/main.html b/overrides/main.html index eeecb53..7e74d20 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -3,7 +3,7 @@ {% block announce %}
-Docu Version: v3.5 (10-11-2021) +Docu Version: v3.6 (10-19-2021) - Sources, Suggest, Contribute -