Fastboot Command |work| -
Modern Android devices use A/B seamless updates. If you flashed an image to the "inactive" slot, you must tell the phone to boot from that slot on the next restart.
| Command | Effect | |---------|--------| | fastboot boot <kernel.img> | Temporarily boot a kernel or recovery image without flashing. | | fastboot reboot | Normal reboot into the primary system. | | fastboot reboot-bootloader | Reboot back into bootloader mode. | | fastboot reboot recovery | Reboot directly into recovery partition. | fastboot command