Skip to content

Flashing Instructions

From Android (kernel flasher apps):

Or by using recovery:

  1. Reboot the device into recovery mode.
  2. Flash the package using ADB sideload or through flasher in custom recovery.
  1. Reboot the device into fastboot mode.
  2. Flash the package:
Terminal window
fastboot flash boot <boot image>

If fastboot can’t determine the slot, or fastboot flash boot ... does not work, check the active slot and flash the matching one:

Terminal window
fastboot flash boot_a boot.img # if slot is a
fastboot flash boot_b boot.img # if slot is b