Zebra: Updating Firmware
The following article describes upgrading the firmware for Zebra printers.
Download the latest firmware file for your printer from Zebra's website. The download will be a .zip file, extract it to find the firmware file (.zpl).
Network Methods
These methods are recommended over USB for reliability
FTPUsing MethodcURL (preferred)cross-platform)
Recommended especially for customers because it uses a FTP client built into Windows, cURL macOS
Windows
In theUseTerminalcurlapp,toenterftp PRINTER_IPWhen prompted withUser (PRINTER_IP: (none)):pressEnterYou should now have a FTP promptFTP>Enter the commandput FIRMWARE_FILE_PATH(ex. put V93.21.37Z.zpl, if the file is in your current directory)The printer should start downloadingsend the firmwarefile,fileanddirectlythen reboot and applyto theupdate. When the file transfer is complete, you should seeprinter:226 Transfer Completeas well as some stats and theftp>prompt. You can now close your shell or enterquit.
macOS
curl -T <path_to_firmware_file> ftp://<printer_ip_address>