Skip to main content

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 Windows system.
  • 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)

  1. Open vscode, open the extension store (the button with four squares on the left side of the interface)
  2. Enter the following in the search box
platformIO
  1. Find the plugin and install it
  2. 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 as D8 or super8. This directory name matches your compilation environment.
    Loading...

Download Firmware

  1. Use the TF card prepared earlier
  2. Format it using SDFormatter
    Loading...
  3. Locate the compiled Marlin firmware, specifically the firmware.bin file in .pio\build\LPC1716\
    • Note: LPC1716 should be replaced with the corresponding motherboard model
    Loading...
  4. Copy firmware.bin to the TF card
  5. Power off the motherboard, then insert the TF card into the motherboard
  6. Power on the motherboard and wait for 10 seconds
  7. Remove the TF card, insert it into the computer. If the firmware.bin file in the SD card has disappeared and FLY.CUR appears, the flashing is successful
    Loading...
Loading...