J'ai déverrouillé le bootloader, et dans le bootloader, j'ai suivi les instructions sur Site TWRP :
Mais j'ai échoué avec No such partition
.
Voici mon journal :
platform-tools ./adb shell getprop ro.boot.slot_suffix
_b
platform-tools ./fastboot flash boot ~/Downloads/twrp-3.2.3-0-mata.img
Sending 'boot__b' (48712 KB) OKAY [ 2.086s]
Writing 'boot__b' FAILED (remote: 'No such partition.')
fastboot: error: Command failed
platform-tools ./fastboot --set-active=_a
Slot _a does not exist. supported slots are:
a
b
platform-tools ./fastboot --set-active=a
Setting current slot to 'a' OKAY [ 0.162s]
Finished. Total time: 0.162s
platform-tools ./fastboot flash boot ~/Downloads/twrp-3.2.3-0-mata.img
Sending 'boot__a' (48712 KB) OKAY [ 1.145s]
Writing 'boot__a' FAILED (remote: 'No such partition.')
fastboot: error: Command failed
Quelqu'un pourrait-il me donner des indications sur ce problème ?