keyboard_arrow_left Back to the overview

Update firmware on
Xiaomi POCO X3 NFC

surya
  1. Download the required firmware for your model.
  2. Extract firmware files from zip
    unzip -qq miui_*.zip firmware-update/*
    cd firmware-update
    
  3. Power off the device, and boot it into bootloader mode:
    • With the device powered off, hold Volume Down + Power. Keep holding both buttons until the word “FASTBOOT” appears on the screen, then release.
  4. Run the following commands to flash firmware:
    fastboot flash abl abl.elf
    fastboot flash ablbak abl.elf
    fastboot flash aop aop.mbn
    fastboot flash aopbak aop.mbn
    fastboot flash bluetooth BTFM.bin
    fastboot flash cmnlib cmnlib.mbn
    fastboot flash cmnlibbak cmnlib.mbn
    fastboot flash cmnlib64 cmnlib64.mbn
    fastboot flash cmnlib64bak cmnlib64.mbn
    fastboot flash devcfg devcfg.mbn
    fastboot flash dsp dspso.bin
    fastboot flash hyp hyp.mbn
    fastboot flash hypbak hyp.mbn
    fastboot flash imagefv imagefv.elf
    fastboot flash imagefvbak imagefv.elf
    fastboot flash keymaster km4.mbn
    fastboot flash keymasterbak km4.mbn
    fastboot flash storsec storsec.mbn
    fastboot flash modem NON-HLOS.bin
    fastboot flash qupfw qupv3fw.elf
    fastboot flash qupfwbak qupv3fw.elf
    fastboot flash tz tz.mbn
    fastboot flash tzbak tz.mbn
    fastboot flash uefisecapp uefi_sec.mbn
    fastboot flash uefisecappbak uefi_sec.mbn
    fastboot flash xbl xbl.elf
    fastboot flash xblbak xbl.elf
    fastboot flash xbl_config xbl_config.elf
    fastboot flash xbl_configbak xbl_config.elf
    
  5. Reboot:
    fastboot reboot