Hi all,
I have a K1C with a CR4CU220812S12 mainboard (the newer X2000E SoC variant) that came with the CFS upgrade kit. The CFS firmware installed is 2.3.5.34 (S11-era), and it’s causing sensorless homing instability — random bashing into the frame and mid-print position losses.
I’ve been trying to flash the correct S12 firmware: CR4CU220812S12_ota_X2000E_V1.1.0.27.20251225.img
The problem: the S12 firmware uses a different archive format (gzip/proprietary) than the old S11-era /usr/bin/ota_file binary on my printer can’t unpack. Even with the version check in local_ota_update.sh commented out, flashing fails because ota_file only extracts vmlinux.bin and misses the rest of the package.
What I need: the /usr/bin/ota_file binary from a printer running CR4CU220812S12 + firmware V1.1.0.27. It’s only 8.5KB.
If you have a K1, K1C, or K1 Max with the S12 board running V1.1.0.27, could you SSH in and share the file?
scp root@<your-printer-ip>:/usr/bin/ota_file ./ota_file_s12
Then share ota_file_s12 here or via DM. This would unblock a lot of S12 users who are stuck in the same situation.
Thanks in advance!