Marlin Firmware Download
Important Notes
Please do not place in a Chinese path.
Fly_F407ZG-Marlin
- Click the download link below
-
Loading...
Marlin Firmware Compilation
Important Notes
- This tutorial is based on operations in the
Windowssystem. - This tutorial uses
vscode, please install it in advance.
Install Python Environment
- Download the Python environment.
- Click the download link below.
-
Loading...Loading...
- Installation completed.
Loading...
Install vscode Extensions (Plugins)
- Open vscode, open the extension store (the button with four squares on the left side of the interface).
- In the search box, enter:
platformIO
- Find the plugin and install it.
- Restart vscode.
Loading...
Firmware Location
- After 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 board model you selected during compilation, such asD8orsuper8. This directory name corresponds to your compilation environment.Loading...
Download Firmware
- Use the previously prepared TF card.
- Format it using
SDFormatter.Loading... - Locate the compiled
Marlinfirmware file, specificallyfirmware.binin the.pio\build\LPC1716\directory.- Note:
LPC1716should be replaced with the corresponding motherboard model.
Loading... - Note:
- Copy the
firmware.binfile to the TF card. - Power off the motherboard and insert the TF card.
- Power on the motherboard and wait for 10 seconds.
- Remove the TF card and insert it into the computer. If the
firmware.binfile disappears from the SD card andFLY.CURappears, the flashing process was successful.Loading...
Loading...