This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:development:fastboot [2024/08/06 04:51] nick |
products:sbc:common:development:fastboot [2024/08/06 05:04] (current) nick |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| 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 10: | Line 10: | ||
| - Connect the PC host and board with USB cable. | - Connect the PC host and board with USB cable. | ||
| - | - Refer this [[setup-serial-tool|guide]] to setup your serial tool. | + | - Refer the documentation ([[setup-serial-tool| |
| - Once again, make sure you've done the correct connections and setup. | - Once again, make sure you've done the correct connections and setup. | ||
| - Hit '' | - Hit '' | ||
| Line 22: | 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 46: | Line 46: | ||
| ``` | ``` | ||
| - | ===== Fastboot | + | ===== Fastboot |
| ```shell | ```shell | ||
| Line 76: | Line 76: | ||
| $ fastboot getvar super-partition-name | $ fastboot getvar super-partition-name | ||
| ``` | ``` | ||
| - | ===== Update | + | ===== Update |
| ```shell | ```shell | ||
| Line 82: | Line 82: | ||
| ``` | ``` | ||
| - | ===== Update | + | ===== Update |
| ```shell | ```shell | ||
| $ fastboot flash vendor_boot_a / | $ fastboot flash vendor_boot_a / | ||
| ``` | ``` | ||
| - | ===== Exit Fastboot | + | ===== Exit fastboot |
| ```shell | ```shell | ||
| Line 93: | Line 93: | ||
| ``` | ``` | ||
| - | ===== See Also ===== | + | ===== See also ===== |
| [[https:// | [[https:// | ||