makerbase-mks / MKS-EAGLE

MKS Eagle is an integrated design version of Nano V3.0. It retains the functions of Nano V3, but intergrates 5 TMC2209 drivers on board with UART mode, and uses integrated heat dissipation and four-layer PCB optimization design.
https://www.aliexpress.com/item/1005003183498253.html?spm=a2g0o.store_pc_home.productList_8356958.pic_0
GNU General Public License v3.0
13 stars 2 forks source link

Unable to update Marlin FW from SD card #12

Closed eduard-sukharev closed 11 months ago

eduard-sukharev commented 1 year ago

I have successfully flashed the bootloader and the stock firmware from this repository with DFU mode. When I build Marlin firmware bugfix-2.1.x configured for my printer I get a mks_eagle.bin file of firmware.

If I use that binary file with DFU mode — it flashes ok. If I place that file on SD card and insert into MKS Eagle board, then power the board up, nothing happens — I only get old version of firmware, new firmware is not activated and not flashed.

SD card has MS-Dos partition table, with single 8Gb FAT32 partition.

I have successfully updated MksWifi.bin firmware for my MKS WiFi module from that same SD card, so I know for sure that SD card works and is readable and can be used to update firmware, but for some reason it does not work to update Marlin Firmware itself.