Fastboot Command !link! -
or
fastboot devices
fastboot boot test-kernel.img
fastboot oem lock # optional, if already unlocked fastboot flash bootloader bootloader.img fastboot reboot-bootloader fastboot flash radio radio.img # if applicable fastboot flash boot boot.img fastboot flash system system.img fastboot flash vendor vendor.img fastboot flash userdata userdata.img fastboot erase cache fastboot reboot fastboot command
If you are restoring a Google Pixel (or similar device) to stock using a factory image downloaded from the manufacturer, you can use: or fastboot devices fastboot boot test-kernel
These are the commands you will use most frequently. fastboot command