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
SDFormatterLoading... - Locate the compiled
Marlinfirmware, specifically thefirmware.binfile in.pio\build\LPC1716\- Note:
LPC1716should be replaced with the corresponding motherboard model
Loading... - Note:
- Copy
firmware.binto 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, insert it into the computer. If the
firmware.binfile in the SD card has disappeared andFLY.CURappears, the flashing is successfulLoading...
Loading...