Enabling PKVM requires bootloader unlocking

Bug: N/A
Test: N/A
Change-Id: I052ad516903dba7949f97b2118013ffbbfc89d51
This commit is contained in:
Jiyong Park 2022-06-28 20:44:23 +09:00
parent ad0c2fb094
commit a3953d1e56
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
```