Marlin Firmware Download
Notes
Please do not place it in a directory path containing Chinese characters.
Fly_CDY-V3-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 TF card prepared earlier.
- Format it using
SDFormatter.Loading... - Locate the compiled
Marlinfirmware, specifically thefirmware.binfile in.pio\buid\LPC1716\.- Note: Replace
LPC1716with the corresponding motherboard model.
Loading... - Note: Replace
- Copy the
firmware.binfile to the TF card.
Windows File Extension Display
Windows may hide file extensions by default, which can mistakenly save the file as firmware.bin.txt or firmware.bin.bin. Before copying the firmware to the TF card, enable file extension display in File Explorer:
- Open any folder.
- Click
Viewat the top. - Check
File name extensions. - Confirm the full file name on the TF card is
firmware.bin.
- 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 your computer. If the
firmware.binfile disappears and aFLY.CURfile appears, the flashing was successful.Loading...
Loading...