Zebra: Updating Firmware
The following article describes upgrading the firmware for Zebra printers
Network Methods
These methods are recommended over USB for reliability
FTP Method (preferred)
Recommended especially for customers because it uses a FTP client built into Windows, andcURL is easy to get on MacOSmacOS
Windows
- In the Terminal app, enter ftp PRINTER_IP
- When prompted with User (PRINTER_IP: (none)): press Enter
- You should now have a FTP prompt FTP>
- Enter the command put FIRMWARE_FILE_PATH (ex. put V93.21.37Z.zpl, if the file is in your current directory)
- The printer should start downloading the firmware file, and then reboot and apply the update. When the file transfer is complete, you should see 226 Transfer Complete as well as some stats and the ftp> prompt. You can now close your shell or enter quit.
MacOSmacOS
Prerequisites
Incurlthe-TTerminal<path_to_firmware_file>app, enterftp PRINTER_IPWhen prompted withName (PRINTER_IP: (NAME)):pressEnterYou should now have a FTP promptFTPftp://<printer_ip_address>Enter the commandput FIRMWARE_FILE_PATH(ex. put V93.21.37Z.zpl, if the file is in your current directory)The printer should start downloading the firmware file, and then reboot and apply the update. When the file transfer is complete, you should see200 PORT command successfulas well as some stats and theftp>prompt. You can now close your shell or enterquit.