XiaomiWiki_RU/wiki/About_Fastboot_and_Recovery_ROMs.md

11 lines
1.1 KiB
Markdown
Raw Normal View History

2019-03-01 02:33:20 +01:00
## About Fastboot & Recovery ROMs
2018-11-21 18:22:28 +01:00
The ROM packages you can flash on your device come in two formats: **Fastboot ROMs** and **Recovery ROMs**.
**Fastboot ROMs** come in .tgz files, they're around 2GB in size, contain images for nearly all partitions and have flashing scripts for major desktop operating systems. Flashing a Fastboot ROM is very thorough, clean and flashes nearly all partitions on a device.
**Recovery ROMs** come in .zip files, they're lighter and contain images only for the most important partitions. Flashing a Recovery ROM isn't as clean as flashing a Fastboot ROM as it leaves many partitions untouched.
2019-03-01 04:11:36 +01:00
Official MIUI ROMs are available in the forms of [Fastboot ROMs](http://en.miui.com/a-234.html) and [Recovery ROMs](http://en.miui.com/download.html). Recovery ROMs can be flashed using MIUI itself or XiaomiADB, while Fastboot ROMs can be flashed using MiFlash or the Xiaomi ADB/Fastboot Tools and they also need an unlocked bootloader. More info [here](Flash_official_ROMs.md).
2018-11-21 18:22:28 +01:00
2019-03-01 04:11:36 +01:00
Custom ROMs are available only in the form of Recovery ROMs and can only be flashed in TWRP. More info [here](Flash_TWRP_and_custom_ROMs.md).