Back to the overviewUpdate firmware on
socrates
Update firmware on
Xiaomi Redmi K60 Pro
socrates
Warning: Make sure to download exact firmware for your model. You can discern your model from Settings > About phone > MIUI version (Eg: In MIUI version V13.0.6.0 SKHMIXM ‘MI’ represents your phone region, which is Global). You can also verify your Xiaomi phone at official site.
Tip: Some devices might have buggy USB support while in bootloader mode, if you see
fastboot
hanging with no output when using commands such as fastboot getvar ...
, fastboot flash ...
you may have to try a different USB port (preferably a USB Type-A 2.0 one) or use a USB hub.- Download the required firmware for your model.
- Redmi K60 Pro - OS1.0.9.0.UMKCNXM
Note: The version in the settings screen of both LineageOS and the stock ROM do not reflect the new version number.
Assuming every command worked and neither your computer nor the device shows an error, the firmware update was successful!
- Extract firmware files from zip using payload-dumper-go
payload-dumper-go -o . miui_*.zip
- Power off the device, and boot it into bootloader mode:
- With the device powered off, hold Volume Down + Power.
- Run the following commands to flash firmware:
fastboot flash abl_ab abl.img fastboot flash aop_ab aop.img fastboot flash aop_config_ab aop_config.img fastboot flash bluetooth_ab bluetooth.img fastboot flash cpucp_ab cpucp.img fastboot flash devcfg_ab devcfg.img fastboot flash dsp_ab dsp.img fastboot flash featenabler_ab featenabler.img fastboot flash hyp_ab hyp.img fastboot flash imagefv_ab imagefv.img fastboot flash keymaster_ab keymaster.img fastboot flash modem_ab modem.img fastboot flash qupfw_ab qupfw.img fastboot flash shrm_ab shrm.img fastboot flash tz_ab tz.img fastboot flash uefi_ab uefi.img fastboot flash uefisecapp_ab uefisecapp.img fastboot flash xbl_ab xbl.img fastboot flash xbl_config_ab xbl_config.img fastboot flash xbl_ramdump_ab xbl_ramdump.img
- Reboot:
fastboot reboot
Note: The version in the settings screen of both LineageOS and the stock ROM do not reflect the new version number.
Assuming every command worked and neither your computer nor the device shows an error, the firmware update was successful!