keyboard_arrow_left Back to the overview

Update firmware on
Xiaomi Poco F1

beryllium
  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_ab abl.elf
    fastboot flash aop_ab aop.img
    fastboot flash bluetooth bluetooth.img
    fastboot flash cmnlib_ab cmnlib.img
    fastboot flash cmnlib64_ab cmnlib64.img
    fastboot flash devcfg_ab devcfg.img
    fastboot flash dsp dsp.img
    fastboot flash hyp_ab hyp.img
    fastboot flash keymaster_ab keymaster.img
    fastboot flash logo logo.img
    fastboot flash modem modem.img
    fastboot flash qupfw_ab qupfw.img
    fastboot flash storsec_ab storsec.img
    fastboot flash tz_ab tz.img
    fastboot flash xbl_ab xbl.img
    fastboot flash xbl_config_ab xbl_config.img
    
  5. Reboot:
    fastboot reboot