Merge "Enabling PKVM requires bootloader unlocking"

This commit is contained in:
Treehugger Robot 2022-06-28 16:42:20 +00:00 committed by Gerrit Code Review
commit 5b2a6e5fbe
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Once upgraded to Android 13, execute the following command to enable pKVM.
```shell
adb reboot bootloader
fastboot flashing unlock
fastboot oem pkvm enable
fastboot reboot
```