Marlin Firmware Download
Notes
Do not place it in a path containing Chinese characters.
Fly_SUPER8-Marlin
- Click the download link below
-
Loading...
Compiling Marlin Firmware
Note
- This tutorial is based on operations under the
Windowssystem. - This tutorial uses
vscode, please install it in advance.
Installing Python Environment
- Download the Python environment
- Click the download link below
-
Loading...Loading...
- Installation complete
Loading...
Installing vscode Extensions (Plugins)
- Open vscode, open the extension store (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
Loading...
Firmware Location
- After a successful compilation, the firmware file you need is
firmware.bin. - It is located in the
.pio\build\<Your_Board_Model>\folder under the project directory. - Path Explanation:
<Your_Board_Model>should be replaced with the specific motherboard model you selected during compilation, such asD8orsuper8. This directory name matches your compilation environment.Loading...
Download Firmware
- Use the previously prepared TF card
- Format it using
SDFormatterLoading... - Locate the compiled
Marlinfirmware, which is thefirmware.binfile under.pio\build\LPC1716\- Note that
LPC1716should be replaced with the corresponding motherboard model
Loading... - Note that
- Download the
firmware.bininto the TF card - Power off the motherboard, then insert the TF card into the motherboard
- Power on the motherboard and wait for 10 seconds
- Remove the TF card and insert it into your computer. If the
firmware.binfile in the SD card has disappeared andFLY.CURappears, the flashing is successfulLoading...
Loading...