Marlin firmware download
Notes
Do not put in a Chinese path
Fly_SUPER8-Marlin
- Click the download link below
-
Loading...
Marlin Firmware Compilation
Note
- This tutorial is based on the
Windows
operating system - This tutorial uses
vscode
, please install it in advance
Install Python Environment
- Download Python environment
- Click the download link below
-
Loading...
- Installation completed
Install vscode Extensions (Plugins)
- Open vscode, open the Extensions Marketplace (the button with four squares on the left side of the interface)
- Enter the following in the search box
platformIO
- Find the plugin and install it
- Restart vscode
Flashing the firmware
Preparation
- Before starting the firmware flashing, please ensure that the firmware has been successfully compiled
- Generic brand memory cards may cause flashing failures. Please try to use the recommended memory cards below for firmware updates.
- Prepare a TF card with a capacity no greater than
32G
, and it is recommended that the TF card's transfer speed must beclass10
or higher. It is recommended to use TF cards from brands such as SanDisk.
Download Firmware
- Use the TF card prepared earlier
- Format it using
SDFormatter
- Locate your compiled
Marlin
firmware, find thefirmware.bin
file under.pio\build\LPC1716\
- Please note that
LPC1716
needs to be replaced with the corresponding motherboard model
- Please note that
- Download the
firmware.bin
file into the TF card - Power off the motherboard and insert the TF card into it
- Wait for 10 seconds on the motherboard
- Remove the TF card and insert it into the computer. If the
firmware.bin
file disappears from the SD card andFLY.CUR
appears, the firmware has been successfully flashed.
Loading...