Step 1: Disable vbmeta verification
Enable fastboot on your device and ensure the vbmeta.img file is in the platform-tools folder:
adb reboot fastboot
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
fastboot reboot
Step 2: Enter FastbootD and flash the firmware
Unzip super.img to the platform-tools folder and enter the following commands:
adb reboot fastboot
fastboot reboot fastboot
fastboot flash super super.img
fastboot -w
fastboot reboot
Step 3: Done