Skip to content

Flashing: Linux

Alexander D. Kanevskiy edited this page Nov 13, 2020 · 5 revisions
  • Install avrdude in your Linux distribution.
    • Debian/Ubuntu/Raspbian:
      apt install avrdude
    • Fedora/CentOS:
      dnf install avrdude
      or
      yum install avrdude
    • OpenSUSE:
      zypper in avrdude
      
  • Using avrdude:
    avrdude -v -p atmega1284p -c arduino -b 115200 -D -P /dev/ttyUSBx -U flash:w:Anycubic-Mega-Zero-firmware.hex:i
    
    Notes:
    • Replace /dev/ttyUSBx with your actual name of USB-Serial port where printer is attached
    • Replace Anycubic-Mega-Zero-firmware.hex if you have different firmware filename
Clone this wiki locally