Turn off the MiPad and boot into Fastboot mode by pressing down Volume – and power buttons at the same time till the MI logo shows then changes to the fastboot icon
Proceed to run the following commands via the prompt as shown in the capture below. You can copy and paste them one by one.
fastboot flash nvtboot nvtboot.bin
fastboot flash nvtboot1 nvtboot.bin
fastboot flash bootloader bootloader.bin
fastboot flash bootloader1 bootloader.bin
fastboot erase boot
fastboot flash system system.img
fastboot flash system1 system.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img (This will wipe your data minus SD card)
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash boot1 boot.img
fastboot reboot
The last command will reboot your device at which time you can safely disconnect it from your computer.
Hope this works for you.
NOTE: In some cases USB debugging needs to be enabled for this to work. If fastboot command keeps crashing, try the above procedure on another PC. Also if your MiPad can still be turned on, I highly recommend you enable USB debugging then connect to PC and accept whatever permission is required of you. Once the MiPad drivers have been successfully installed on your PC, you can then turn it off and boot into fastboot mode to commence flashing.
Credit: [Miui Device Team] Android Developer Tool (ADT) way of flashing your rom(Mi Pad)
You’ll also like:
Please share this article to help others. Thanks