diff --git a/README.md b/README.md index 8cd3a71..742ad50 100644 --- a/README.md +++ b/README.md @@ -110,16 +110,11 @@ For the SKR-Mini-E3-V3.0, the `run_current` for x, y, z stepper motors has been Please note: +- For the sake of simplicity, I will refer to the klipper firmware file as `firmware.bin` even though the actual filename is something along the lines of `firmware-v0.12.0-10-gea2f6bc0-UNTESTED.bin`. - The firmware file **must** be named `firmware.bin`. -- The firmware files are located in `misc/skr-mini`. +- The firmware file is located in `misc/skr-mini`. - ⚠️ Many users have reported having issues flashing Klipper using the Sovol microSD card. -#### Select Your Firmware - -- `klipper-USB.bin` compiled by BTT. -- `klipper-v0.11.0-198-g33b18fd6-latest-UNTESTED.bin` that I compiled, however, it is **untested**. -- [Build](https://github.com/bassamanator/Sovol-SV06-firmware/discussions/117) your own. - #### 1. Prepare the microSD Card for Flashing with These Parameters - Size: `16GB` maximum. diff --git a/misc/skr-mini/firmware-v0.12.0-10-gea2f6bc0-UNTESTED.bin b/misc/skr-mini/firmware-v0.12.0-10-gea2f6bc0-UNTESTED.bin new file mode 100755 index 0000000..851d4fe Binary files /dev/null and b/misc/skr-mini/firmware-v0.12.0-10-gea2f6bc0-UNTESTED.bin differ diff --git a/misc/skr-mini/klipper-USB.bin b/misc/skr-mini/klipper-USB.bin deleted file mode 100644 index 0299eab..0000000 Binary files a/misc/skr-mini/klipper-USB.bin and /dev/null differ diff --git a/misc/skr-mini/klipper-v0.11.0-198-g33b18fd6-latest-UNTESTED.bin b/misc/skr-mini/klipper-v0.11.0-198-g33b18fd6-latest-UNTESTED.bin deleted file mode 100755 index b63c661..0000000 Binary files a/misc/skr-mini/klipper-v0.11.0-198-g33b18fd6-latest-UNTESTED.bin and /dev/null differ