Fastboot method to update firmware
- Go to Xiaomi Fastboot Update Page and download latest Fastboot ROM eg latest China stable.
- Extract the contents to disk
- Run Terminal cd to the folder that has the firmware files, like /images for example.
- Boot your phone to Bootloader Mode. Restart phone and hold Volume Down and Power button to boot to Fastboot.
- Run each of these commands (or put into a batch file).
- Copying files to Android device while in Recovery - adb push ‘filename’ /sdcard/Download
// Put into a batch file if on windowsfastboot flash dsp adspso.binfastboot flash bluetooth BTFM.binfastboot flash cmnlib64 cmnlib64.mbnfastboot flash cmnlib64bak cmnlib64.mbnfastboot flash cmnlib cmnlib.mbnfastboot flash cmnlibbak cmnlib.mbnfastboot flash devcfg devcfg.mbnfastboot flash aboot emmc_appsboot.mbnfastboot flash abootbak emmc_appsboot.mbnfastboot flash hyp hyp.mbnfastboot flash hypbak hyp.mbnfastboot flash keymaster keymaster.mbnfastboot flash keymasterbak keymaster.mbnfastboot flash logo logo.imgfastboot flash modem NON-HLOS.binfastboot flash pmic pmic.elffastboot flash pmicbak pmic.elffastboot flash rpm rpm.mbnfastboot flash rpmbak rpm.mbnfastboot flash splash splash.imgfastboot flash tz tz.mbnfastboot flash tzbak tz.mbnfastboot flash xbl xbl.elf

