If you try to flash the file misc.bin your device can be in bootloop forever, please follow this guide to fix it.
It works with:
-
Xiaomi Redmi Note 9
-
Xiaomi Redmi 10X 4G
Method 1:
Once your device is on the black screen, plug it on USB (try USB3.0 first).
And then check if it is detected in
adb recovery mode:
If you can see your device in
adb recovery mode, you have to erase
misc partition:
Code:
dd if=/dev/zero of=/dev/block/mmcblk0p2
After it is done, you can reboot your device to system or fastboot again.
Keep atention, if you execute this command wrong, you will ERASE any other partition and it can brick your device forever and cause more damages.
Method 2:
Once your device is on the black screen, plug it on USB (try USB3.0 first).
And then check if it is detected in
adb recovery mode:
And then reboot to bootloader:
And then check if it is detected in
fastboot mode:
If you can see your device in
fastboot mode, you have to erase
misc partition:
Keep attention, if you try to format misc partition, you will get this error:
Formatting is not supported for file system with type 'raw data'.
After it is done, you can reboot your device to system or fastboot again.
Keep atention, if you execute this command wrong, you will ERASE any other partition and it can brick your device forever and cause more damages.
Good luck !
Do you need help with your MERLIN device ?
Read this FAQ: https://forum.xda-developers.com/t/...for-merlin-redmi-note-9-redmi-10x-4g.4225163/