From 1d40dbfa3c4dc2a844610dd22126ee82d4e095d9 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Tue, 28 Aug 2018 20:42:20 -0400 Subject: [PATCH] update tftpd32 links to new site --- documentation/delta.md | 2 +- documentation/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/delta.md b/documentation/delta.md index c0374fa..24d6f3f 100644 --- a/documentation/delta.md +++ b/documentation/delta.md @@ -25,7 +25,7 @@ Connect to the serial console port on the switch and open a terminal window (96 ## TFTP Preparation -You need to temporarily run a TFTP server. If you're on windows and need a temporary TFTP server, I recommend [Tftpd32 Portable Edition](http://tftpd32.jounin.net/tftpd32_download.html). Copy ```8024boot.bin``` from the ZIP to your TFTP server root directory. Copy the OS image from ZIP to your TFTP server root directory as well (```PC8024v5.1.12.2.stk```). +You need to temporarily run a TFTP server. If you're on windows and need a temporary TFTP server, I recommend [Tftpd32 Portable Edition](http://www.tftpd64.com/tftpd32_download.html). Copy ```8024boot.bin``` from the ZIP to your TFTP server root directory. Copy the OS image from ZIP to your TFTP server root directory as well (```PC8024v5.1.12.2.stk```). diff --git a/documentation/index.md b/documentation/index.md index c473cbc..1409277 100644 --- a/documentation/index.md +++ b/documentation/index.md @@ -27,7 +27,7 @@ Connect to the serial console port on the switch and open a terminal window (96 ## Image Selection In the `Firmware` folder, you'll find `brocadeimage.bin` - this is the standard Layer 3 firmware image, with all layer 2 and layer 3 features in one. This is what you should use 99% of the time. If you have a specific edge case and need the layer 2-only firmware, it's included in the `Layer 2 Only` subfolder, and is named `v7-layer2.bin` - typical users will not need this. -Copy `brocadeboot.bin` from the `Bootloader` folder to your TFTP server root directory. Then copy `brocadeimage.bin` from the `Firmware` folder to the same TFTP root folder. If you're on windows and need a temporary TFTP server, I recommend [Tftpd32 Portable Edition](http://tftpd32.jounin.net/tftpd32_download.html). +Copy `brocadeboot.bin` from the `Bootloader` folder to your TFTP server root directory. Then copy `brocadeimage.bin` from the `Firmware` folder to the same TFTP root folder. If you're on windows and need a temporary TFTP server, I recommend [Tftpd32 Portable Edition](http://www.tftpd64.com/tftpd32_download.html). > **Note:** If you're using or running the v8 image/firmware that was previously linked and mentioned on this guide - replace it with the v7 image (now standard in the download ZIP) immediately. The v8 version previously linked on this site was a totally untested beta & was never released to the public. It has many serious bugs including LACP failures, route corruption with static routes, etc. The standard v7 image is the public stable release, has many more updates, and no known bugs. To flash v7 from the booted Brocade OS at the enable CLI level, just run `copy tftp flash 192.168.1.49 brocadeimage.bin primary` and then `reload` to take effect.