blob: 75732200da2393b2f5fc0a6baf0ec3d6f127533b [file] [view]
# fx fastboot
interact directly with a device's bootloader via the fastboot protocol
```none
USAGE:
fx fastboot [arguments to fastboot]
This simply runs the prebuilt fastboot binary with the arguments given.
See "fx fastboot help" for options to fastboot.
```
[fastboot source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/fastboot.fx)