<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Downloading an S-Series Firmware Image via the Serial Port in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/downloading-an-s-series-firmware-image-via-the-serial-port/m-p/41134#M33</link>
    <description>Article ID: 14140 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
S-Series &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Download a firmware image using the serial port.&lt;BR /&gt;
Z-modem upgrade instructions. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
A firmware upgrade of an S-Series system is most commonly performed using one of the system USB ports (&lt;A href="http://bit.ly/I1gVOa" target="_blank" rel="nofollow noreferrer noopener"&gt;12740&lt;/A&gt;). However, this requires that a firmware image has already successfully booted and the system is operative. &lt;BR /&gt;
&lt;BR /&gt;
When there is no adequate firmware image present to boot the system, the serial Zmodem (aka "Z Modem" or "Z-modem") upgrade process is used to provide the necessary firmware image via a module's micro-USB port (&lt;A href="http://bit.ly/18kWxRZ" target="_blank" rel="nofollow noreferrer noopener"&gt;12453&lt;/A&gt;). &lt;BR /&gt;
&lt;BR /&gt;
The following instructions are taken from Chapter 3 of the &lt;A href="https://extranet.enterasys.com/downloads/Pages/dms.ashx?download=9e20760b-aa47-490f-bb0d-5c51686b7e2b" target="_blank" rel="nofollow noreferrer noopener"&gt;Enterasys S-Series Configuration Guide FW 07.21.xx&lt;/A&gt;, found on the Documentation tab at &lt;A href="https://extranet.enterasys.com/downloads/Pages/S.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extranet.enterasys.com/downloads/Pages/S.aspx&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
Two key points: &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;In these instructions, the term "console port" refers to the target switch module's micro-USB port. 
&lt;/LI&gt;&lt;LI&gt;The baud rate settings of the terminal/serial application must match the baud rate in effect on the switch module, or data transfer between them (in either direction) will not be possible.&lt;/LI&gt;&lt;/UL&gt;
&lt;B&gt;Downloading a Firmware Image via the Serial Port&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
Besides using FTP, TFTP, or SCP for downloading firmware images, you can also download firmware images via the serial (console) port. This procedure is an out-of-band operation that copies the firmware through the serial port to the device. It should be used in cases when you cannot connect to the device to perform the in-band copy download procedure via FTP, TFTP or SCP. Serial console download has been successfully tested with the following applications: &lt;BR /&gt;
&lt;UL&gt;- HyperTerminal 
- TeraTerm&lt;/UL&gt;Any other terminal applications may work but are not explicitly supported. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Important Notice&lt;/B&gt;&lt;BR /&gt;
The S-Series device allows you to download and store multiple image files. This feature is useful for reverting back to a previous version in the event that a firmware upgrade fails to boot successfully. After downloading firmware as described above, you can select which image file you want the device to load at startup using the &lt;B&gt;setboot&lt;/B&gt; command in the System Image Loader menu or the &lt;B&gt;set boot system&lt;/B&gt; command. &lt;BR /&gt;
&lt;BR /&gt;
To download device firmware via the serial (console) port, proceed as follows: &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;With the console port connected (&lt;A href="http://bit.ly/18kWxRZ" target="_blank" rel="nofollow noreferrer noopener"&gt;12453&lt;/A&gt;), power up the device. The following message displays:Boot ROM Initialization, Version 01.00.02 
  
Copyright (c) 2003  Enterasys Networks, Inc. 
SDRAM size: 1024 MB 
Testing SDRAM....                      PASSED. 
Loading Boot Image: 01.00.19...        DONE. 
Uncompressing Boot Image...            DONE. 
&lt;/LI&gt;&lt;LI&gt;Once the boot image is finished uncompressing, you receive a message indicating you have 3 seconds to access the bootloader menu by pressing any key. Press a key and the system image loader prompt displays:###You have 3 seconds to access the bootloader menu### 
Press any key to enter System Image Loader menu 
&amp;lt; PressAnyKey &amp;gt; 
[System Image Loader]: 
&lt;/LI&gt;&lt;LI&gt;To display help for all the system image loader mode commands, enter a question mark (?):[System Image Loader]:? 
 ?, help                      - print this list 
 boot                         - boot (load and go) 
 delete                       - delete an image file 
 download                     - start ZMODEM download 
 list                         - display available images 
 log                          - message log 
 setbaud                      - set baud rate, (9600,38400,57600,115200) 
 setboot                      - change boot image file 
 showboot                     - display boot image file 
 clearnvram                   - clear persistent storage 
[System Image Loader]: 
&lt;/LI&gt;&lt;LI&gt;Use the &lt;B&gt;list&lt;/B&gt; command to display the images currently on this device.  
&lt;/LI&gt;&lt;LI&gt;The baud rate can be set to 9600, 38400, 57600, or 115200. Using the &lt;B&gt;setbaud&lt;/B&gt; command, set the baud rate to 115200:[System Image Loader]: setbaud 1152000 
###Change the baud of the terminal program to 1152000### 
[System Image Loader]: 
&lt;/LI&gt;&lt;LI&gt;Use the &lt;B&gt;download&lt;/B&gt; command to start the ZMODEM receive process. Send the image file using the ZModem protocol from your terminal application. (This procedure will vary depending on your application.) When the ZModem download is finished, the following message displays:[System Image Loader]: download 
Preparing to receive file... 
**xxxxxxxxxxxxxxxx 
###Start the ZMODEM transfer from the terminal software### 
Writing file... 
Download successful. 
[System Image Loader]: 
&lt;/LI&gt;&lt;LI&gt;Use the &lt;B&gt;list&lt;/B&gt; command to confirm the images that are currently on the device, and confirm the image currently listed as the boot image. If the current boot image is not the image you want to boot with, use the &lt;B&gt;setboot&lt;/B&gt; &lt;B&gt;&lt;I&gt;filename&lt;/I&gt;&lt;/B&gt; command to set the correct boot image:[System Image Loader]: list 
Filename:      720010001 (Boot) 
Version:       07.20.01.0001 
Size:          4527490 (bytes) 
Date:          FRI DEC 10 15:32:24 2010 
CheckSum:      d89ace409317bc765789fce1c73b8745 
Compatibility: &amp;lt; listOfCompatibleDevices &amp;gt; 
  
Filename:      720010025 
Version:       07.20.01.0025 
Size:          4529790 (bytes) 
Date:          THU DEC 09 22:38:54 2010 
CheckSum:      6ccaaf8a5b77d7d34c6c3d972b381024 
Compatibility: &amp;lt; listOfCompatibleDevices &amp;gt; 
[System Image Loader]:setboot 720010025 
[System Image Loader]:list 
Filename:      720010001 
Version:       07.20.01.0001 
Size:          4527490 (bytes) 
Date:          FRI DEC 10 15:32:24 2010 
CheckSum:      d89ace409317bc765789fce1c73b8745 
Compatibility: &amp;lt; listOfCompatibleDevices &amp;gt; 
  
Filename:      720010025 (Boot) 
Version:       07.20.01.0025 
Size:          4529790 (bytes) 
Date:          THU DEC 09 22:38:54 2010 
CheckSum:      6ccaaf8a5b77d7d34c6c3d972b381024 
Compatibility: &amp;lt; listOfCompatibleDevices &amp;gt; 
[System Image Loader]:&lt;U&gt;Note:&lt;/U&gt; If you reboot without specifying the image to boot with &lt;B&gt;setboot&lt;/B&gt; as described above, the device will attempt to load whatever image is currently stored in the bootstring via the &lt;B&gt;setboot&lt;/B&gt; system command. If the device cannot find the image, or it is not set, it will search through available images and attempt to boot the newest one. If the device finds and successfully boots an image file, it will set the bootstring to the name of that image file.  
&lt;/LI&gt;&lt;LI&gt;Use the &lt;B&gt;boot&lt;/B&gt; command to reboot using the new image.&lt;UL&gt;&lt;U&gt;Note:&lt;/U&gt; When a device is booted, the device baud rate is reset to 9600. After issuing the &lt;B&gt;boot&lt;/B&gt; command, reset the terminal application baud rate to 9600 so that it will continue to display output from the device:[System Image Loader]: boot&lt;BR /&gt;
###The unit will boot normally###&lt;BR /&gt;
 &lt;BR /&gt;
/flash0/ - Volume is OK&lt;BR /&gt;
Loading 61205...                       DONE.&lt;BR /&gt;
Uncompressing System Image...          DONE.&lt;BR /&gt;
Loading System Image...                DONE.&lt;BR /&gt;
Initializing Platform Hardware&lt;BR /&gt;
 &lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
 &lt;BR /&gt;
Enterasys Networks, Inc.&lt;BR /&gt;
50 Minuteman Rd.&lt;BR /&gt;
Andover, MA 01810-1008 USA&lt;BR /&gt;
Phone: +1 978 684 1000&lt;BR /&gt;
E-mail: support@enterasys.com&lt;BR /&gt;
WWW:   http://www.enterasys.com&lt;BR /&gt;
(c) Copyright Enterasys Networks, Inc. 2011&lt;BR /&gt;
Chassis Serial Number:     00e063937c7d&lt;BR /&gt;
Chassis Firmware Revision: 07.20.01.0025&lt;BR /&gt;
Username:&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Thu, 05 Sep 2013 06:03:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-09-05T06:03:00Z</dc:date>
    <item>
      <title>Downloading an S-Series Firmware Image via the Serial Port</title>
      <link>https://community.extremenetworks.com/t5/faqs/downloading-an-s-series-firmware-image-via-the-serial-port/m-p/41134#M33</link>
      <description>Article ID: 14140 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
S-Series &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Download a firmware image using the serial port.&lt;BR /&gt;
Z-modem upgrade instructions. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
A firmware upgrade of an S-Series system is most commonly performed using one of the system USB ports (&lt;A href="http://bit.ly/I1gVOa" target="_blank" rel="nofollow noreferrer noopener"&gt;12740&lt;/A&gt;). However, this requires that a firmware image has already successfully booted and the system is operative. &lt;BR /&gt;
&lt;BR /&gt;
When there is no adequate firmware image present to boot the system, the serial Zmodem (aka "Z Modem" or "Z-modem") upgrade process is used to provide the necessary firmware image via a module's micro-USB port (&lt;A href="http://bit.ly/18kWxRZ" target="_blank" rel="nofollow noreferrer noopener"&gt;12453&lt;/A&gt;). &lt;BR /&gt;
&lt;BR /&gt;
The following instructions are taken from Chapter 3 of the &lt;A href="https://extranet.enterasys.com/downloads/Pages/dms.ashx?download=9e20760b-aa47-490f-bb0d-5c51686b7e2b" target="_blank" rel="nofollow noreferrer noopener"&gt;Enterasys S-Series Configuration Guide FW 07.21.xx&lt;/A&gt;, found on the Documentation tab at &lt;A href="https://extranet.enterasys.com/downloads/Pages/S.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extranet.enterasys.com/downloads/Pages/S.aspx&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
Two key points: &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;In these instructions, the term "console port" refers to the target switch module's micro-USB port. 
&lt;/LI&gt;&lt;LI&gt;The baud rate settings of the terminal/serial application must match the baud rate in effect on the switch module, or data transfer between them (in either direction) will not be possible.&lt;/LI&gt;&lt;/UL&gt;
&lt;B&gt;Downloading a Firmware Image via the Serial Port&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
Besides using FTP, TFTP, or SCP for downloading firmware images, you can also download firmware images via the serial (console) port. This procedure is an out-of-band operation that copies the firmware through the serial port to the device. It should be used in cases when you cannot connect to the device to perform the in-band copy download procedure via FTP, TFTP or SCP. Serial console download has been successfully tested with the following applications: &lt;BR /&gt;
&lt;UL&gt;- HyperTerminal 
- TeraTerm&lt;/UL&gt;Any other terminal applications may work but are not explicitly supported. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Important Notice&lt;/B&gt;&lt;BR /&gt;
The S-Series device allows you to download and store multiple image files. This feature is useful for reverting back to a previous version in the event that a firmware upgrade fails to boot successfully. After downloading firmware as described above, you can select which image file you want the device to load at startup using the &lt;B&gt;setboot&lt;/B&gt; command in the System Image Loader menu or the &lt;B&gt;set boot system&lt;/B&gt; command. &lt;BR /&gt;
&lt;BR /&gt;
To download device firmware via the serial (console) port, proceed as follows: &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;With the console port connected (&lt;A href="http://bit.ly/18kWxRZ" target="_blank" rel="nofollow noreferrer noopener"&gt;12453&lt;/A&gt;), power up the device. The following message displays:Boot ROM Initialization, Version 01.00.02 
  
Copyright (c) 2003  Enterasys Networks, Inc. 
SDRAM size: 1024 MB 
Testing SDRAM....                      PASSED. 
Loading Boot Image: 01.00.19...        DONE. 
Uncompressing Boot Image...            DONE. 
&lt;/LI&gt;&lt;LI&gt;Once the boot image is finished uncompressing, you receive a message indicating you have 3 seconds to access the bootloader menu by pressing any key. Press a key and the system image loader prompt displays:###You have 3 seconds to access the bootloader menu### 
Press any key to enter System Image Loader menu 
&amp;lt; PressAnyKey &amp;gt; 
[System Image Loader]: 
&lt;/LI&gt;&lt;LI&gt;To display help for all the system image loader mode commands, enter a question mark (?):[System Image Loader]:? 
 ?, help                      - print this list 
 boot                         - boot (load and go) 
 delete                       - delete an image file 
 download                     - start ZMODEM download 
 list                         - display available images 
 log                          - message log 
 setbaud                      - set baud rate, (9600,38400,57600,115200) 
 setboot                      - change boot image file 
 showboot                     - display boot image file 
 clearnvram                   - clear persistent storage 
[System Image Loader]: 
&lt;/LI&gt;&lt;LI&gt;Use the &lt;B&gt;list&lt;/B&gt; command to display the images currently on this device.  
&lt;/LI&gt;&lt;LI&gt;The baud rate can be set to 9600, 38400, 57600, or 115200. Using the &lt;B&gt;setbaud&lt;/B&gt; command, set the baud rate to 115200:[System Image Loader]: setbaud 1152000 
###Change the baud of the terminal program to 1152000### 
[System Image Loader]: 
&lt;/LI&gt;&lt;LI&gt;Use the &lt;B&gt;download&lt;/B&gt; command to start the ZMODEM receive process. Send the image file using the ZModem protocol from your terminal application. (This procedure will vary depending on your application.) When the ZModem download is finished, the following message displays:[System Image Loader]: download 
Preparing to receive file... 
**xxxxxxxxxxxxxxxx 
###Start the ZMODEM transfer from the terminal software### 
Writing file... 
Download successful. 
[System Image Loader]: 
&lt;/LI&gt;&lt;LI&gt;Use the &lt;B&gt;list&lt;/B&gt; command to confirm the images that are currently on the device, and confirm the image currently listed as the boot image. If the current boot image is not the image you want to boot with, use the &lt;B&gt;setboot&lt;/B&gt; &lt;B&gt;&lt;I&gt;filename&lt;/I&gt;&lt;/B&gt; command to set the correct boot image:[System Image Loader]: list 
Filename:      720010001 (Boot) 
Version:       07.20.01.0001 
Size:          4527490 (bytes) 
Date:          FRI DEC 10 15:32:24 2010 
CheckSum:      d89ace409317bc765789fce1c73b8745 
Compatibility: &amp;lt; listOfCompatibleDevices &amp;gt; 
  
Filename:      720010025 
Version:       07.20.01.0025 
Size:          4529790 (bytes) 
Date:          THU DEC 09 22:38:54 2010 
CheckSum:      6ccaaf8a5b77d7d34c6c3d972b381024 
Compatibility: &amp;lt; listOfCompatibleDevices &amp;gt; 
[System Image Loader]:setboot 720010025 
[System Image Loader]:list 
Filename:      720010001 
Version:       07.20.01.0001 
Size:          4527490 (bytes) 
Date:          FRI DEC 10 15:32:24 2010 
CheckSum:      d89ace409317bc765789fce1c73b8745 
Compatibility: &amp;lt; listOfCompatibleDevices &amp;gt; 
  
Filename:      720010025 (Boot) 
Version:       07.20.01.0025 
Size:          4529790 (bytes) 
Date:          THU DEC 09 22:38:54 2010 
CheckSum:      6ccaaf8a5b77d7d34c6c3d972b381024 
Compatibility: &amp;lt; listOfCompatibleDevices &amp;gt; 
[System Image Loader]:&lt;U&gt;Note:&lt;/U&gt; If you reboot without specifying the image to boot with &lt;B&gt;setboot&lt;/B&gt; as described above, the device will attempt to load whatever image is currently stored in the bootstring via the &lt;B&gt;setboot&lt;/B&gt; system command. If the device cannot find the image, or it is not set, it will search through available images and attempt to boot the newest one. If the device finds and successfully boots an image file, it will set the bootstring to the name of that image file.  
&lt;/LI&gt;&lt;LI&gt;Use the &lt;B&gt;boot&lt;/B&gt; command to reboot using the new image.&lt;UL&gt;&lt;U&gt;Note:&lt;/U&gt; When a device is booted, the device baud rate is reset to 9600. After issuing the &lt;B&gt;boot&lt;/B&gt; command, reset the terminal application baud rate to 9600 so that it will continue to display output from the device:[System Image Loader]: boot&lt;BR /&gt;
###The unit will boot normally###&lt;BR /&gt;
 &lt;BR /&gt;
/flash0/ - Volume is OK&lt;BR /&gt;
Loading 61205...                       DONE.&lt;BR /&gt;
Uncompressing System Image...          DONE.&lt;BR /&gt;
Loading System Image...                DONE.&lt;BR /&gt;
Initializing Platform Hardware&lt;BR /&gt;
 &lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
 &lt;BR /&gt;
Enterasys Networks, Inc.&lt;BR /&gt;
50 Minuteman Rd.&lt;BR /&gt;
Andover, MA 01810-1008 USA&lt;BR /&gt;
Phone: +1 978 684 1000&lt;BR /&gt;
E-mail: support@enterasys.com&lt;BR /&gt;
WWW:   http://www.enterasys.com&lt;BR /&gt;
(c) Copyright Enterasys Networks, Inc. 2011&lt;BR /&gt;
Chassis Serial Number:     00e063937c7d&lt;BR /&gt;
Chassis Firmware Revision: 07.20.01.0025&lt;BR /&gt;
Username:&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 05 Sep 2013 06:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/downloading-an-s-series-firmware-image-via-the-serial-port/m-p/41134#M33</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-09-05T06:03:00Z</dc:date>
    </item>
  </channel>
</rss>

