mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-01-05 16:37:48 +01:00
update intermediate version from 8090m to 8090mc
ruckus states that 8090m had a defect and pulled the images. the defect only affected the l2 image which we do not use, but we'll update it to the fixed 8090mc anyway
This commit is contained in:
parent
08c1a0cbec
commit
d970c0ab93
@ -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.
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% block announce %}
|
||||
<center>
|
||||
|
||||
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v3.5 (10-11-2021)</a>
|
||||
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v3.6 (10-19-2021)</a>
|
||||
-
|
||||
<a href="https://github.com/Fohdeesha/lab-docu" target="_blank">Sources, Suggest, Contribute</a>
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user