Prerequisites
Ensure you have USB debugging enabled
Put the device into fastboot
adb reboot bootloader
fastboot -w
fastboot update <path to rom.zip file>
Let the system update
Enable USB debugging and extract the boot image
.\adb reboot bootloader
.\fastboot flash boot <path to magiskboot.img>
Comments