CrealityOfficial / E3-Free-runs-Silent-Motherboard

Driver use TMC2209 ,Config with uart fit for High speed 3D Printer hardware
GNU General Public License v3.0
19 stars 13 forks source link

Unable to update firmware #8

Closed dannegomez closed 10 months ago

dannegomez commented 10 months ago

Changed my Ender 3 Pro to the E3 board yesterday, compiled a new version with Marlin and BLTouch enabled. Copied the bin file to an SD card and stuck it into the printer, then turned the power on. However, the printer booted up without upgrading the firmware.

Description The board does not update to the new firmware when booting with an SD card containing a .bin file.

Expected behavior The board should flash with the "firmware.bin" file and enable BLTouch. The bed leveling menu should be visible on the LCD.

Actual behavior The board boots up but does NOT flash the firmware or enable BLTouch.

Am I doing something wrong, or is there a problem with the E3 board?

ElasticSky commented 10 months ago

Hey there,

You need to create a folder called "STM32F4_UPDATE" and then put the .bin file there.

NOTE: The firmware file name needs to be different from the previous file name as the printer remembers the last name.

Kind regards

dannegomez commented 10 months ago

Thank you @ElasticSky, that made it work

Curious to know, where did you find this information?