The TWRP installation guide for Nokia 7.1 (https://twrp.me/nokia/nokia7.1.html) says to use: ``` fastboot flash recovery twrp.img ``` to flash it to the recovery partition, but this is wrong as Nokia 7.1 is an A/B partition device! Should be: ``` fastboot boot twrp.img ```
The TWRP installation guide for Nokia 7.1 (https://twrp.me/nokia/nokia7.1.html) says to use:
to flash it to the recovery partition, but this is wrong as Nokia 7.1 is an A/B partition device!
Should be: