Fastboot method to update firmware

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

Tags:

Categories:

Updated: