Marlin Firmware Download
Notes
Please do not place under Chinese paths
Fly_CDY-V3-Marlin
- Click on the download link below
-
Loading...
Marlin Firmware Compilation
Note
- This tutorial is based on the
Windowsoperating 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

Firmware Location
- After successful compilation, the firmware file you need is
firmware.bin. - It is located in the
.pio\build\<your motherboard model>\folder within the project directory. - Path explanation:
<your motherboard model>needs to be replaced with the specific motherboard model you selected during compilation, such asD8orsuper8; this directory name matches your compilation environment.
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 beclass10or 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
Marlinfirmware, find thefirmware.binfile under.pio\build\LPC1716\- Please note that
LPC1716needs to be replaced with the corresponding motherboard model

- Please note that
- Download the
firmware.binfile 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.binfile disappears from the SD card andFLY.CURappears, the firmware has been successfully flashed.
Loading...