This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
products:sbc:common:development:fastboot [2024/08/06 04:50] nick created |
products:sbc:common:development:fastboot [2024/08/06 05:04] (current) nick |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Use fastboot ====== | ====== Use fastboot ====== | ||
- | |||
- | ===== What is fastboot ===== | ||
Fastboot is a method to quickly upgrade each partition package of Android. | Fastboot is a method to quickly upgrade each partition package of Android. | ||
- | ===== Install fastboot ===== | + | ===== Install fastboot |
You can follow [[products: | You can follow [[products: | ||
Line 11: | Line 9: | ||
===== Enter fastboot mode ===== | ===== Enter fastboot mode ===== | ||
- | 1. Connect the PC host and board with USB cable. | + | - Connect the PC host and board with USB cable. |
- | 2. Refer this [[: | + | |
- | 3. Once again, make sure you've done the correct connections and setup. | + | |
- | 4. Hit '' | + | |
- | 5. Type '' | + | |
```shell | ```shell | ||
Line 24: | Line 22: | ||
``` | ``` | ||
- | ===== Unlock | + | ===== Unlock |
To use fastboot to flash the machine, you must first unlock the bootloader, otherwise the machine cannot be flashed. | To use fastboot to flash the machine, you must first unlock the bootloader, otherwise the machine cannot be flashed. | ||
Line 48: | Line 46: | ||
``` | ``` | ||
- | ===== Fastboot | + | ===== Fastboot |
```shell | ```shell | ||
Line 78: | Line 76: | ||
$ fastboot getvar super-partition-name | $ fastboot getvar super-partition-name | ||
``` | ``` | ||
- | ===== Update | + | ===== Update |
```shell | ```shell | ||
Line 84: | Line 82: | ||
``` | ``` | ||
- | ===== Update | + | ===== Update |
```shell | ```shell | ||
$ fastboot flash vendor_boot_a / | $ fastboot flash vendor_boot_a / | ||
``` | ``` | ||
- | ===== Exit Fastboot | + | ===== Exit fastboot |
```shell | ```shell | ||
Line 95: | Line 93: | ||
``` | ``` | ||
- | ===== See Also ===== | + | ===== See also ===== |
[[https:// | [[https:// | ||