SV06 Plus: firmwares |
---|
links |
---|
- Marlin V1.1.5: official google drive local mirror
- Klipper V0.12.0-10: github local mirror
- Danger-Klipper Bleeding-Edge-V2 V0.12.0-496: local mirror
flashing tips |
---|
the instructions from Sovol for flashing the SV06 Plus did not work on our machine. if you find yourself also in this situation, here are some tips that have been scraped from across the web.
- rename the firmware file to anything different.
- rename the firmware file, but increment the ending number. e.g. V1.1.5-0324 -> V1.1.5-0325
- ensure the microsd card is formatted as FAT32 with a file allocation table / cluster size of 4096.
- use a different microsd card. we tried several microsd cards between 4-32 GB, but only a 64GB microsd card allowed the printer to flash the firmware. go figure.
format the microsd card with the following commands, depending on your operating system:
- windows: format $: /fs:fat32 /a:4096
- linux: mkfs.fat -F 32 /dev/$
- replace $ with the device
additionally, here are some tips that will not work:
- make sure the .bin suffix is all capitals.
- rename the file to all capitals.
fat32 does not care for uppercase / lowercase characters in filenames.