Linux instalation guide - moonglow/FlashForge_Marlin GitHub Wiki
Applied to all Debian/Ubuntu like distributive
- Make sure what you have installed FlashPrint and it works with your printer ( FlashPrint not used, but we must check it )
- Install all needed components:
sudo apt-get install python3
sudo apt-get install python3-pip
sudo apt-get install libusb-dev
sudo pip3 install pyusb
- Download and make executable
chmod +x ff_flash_firmware.py
this script: ff_flash_firmware.py - Run script with needed firmware as argument:
ff_flash_firmware.py marlin_firmware.bin
- Turn on your printer
- Update process will start automatically