Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:development:fastboot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 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| VIM1/2/3/3L/4/1S/Edge1 ]] / [[products:sbc:edge2/development:setup-serial-tool| Edge2 ]]) to setup your 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 ''Enter'' keys at the moment of bootup to stop autoboot. This step will let the board boot into U-Boot Mode.   - Hit ''Enter'' keys at the moment of bootup to stop autoboot. This step will let the board boot into U-Boot Mode.
Line 22: Line 22:
 ``` ```
  
-===== Unlock Bootloader =====+===== Unlock bootloader =====
  
 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 Commands =====+===== Fastboot commands =====
  
 ```shell ```shell
Line 76: Line 76:
 $ fastboot getvar super-partition-name  # return super $ fastboot getvar super-partition-name  # return super
 ``` ```
-===== Update Kernel =====+===== Update kernel =====
  
 ```shell ```shell
Line 82: Line 82:
 ``` ```
  
-===== Update DTS =====+===== Update dtb =====
  
 ```shell ```shell
 $ fastboot flash vendor_boot_a /path/to/vendor_boot.img $ fastboot flash vendor_boot_a /path/to/vendor_boot.img
 ``` ```
-===== Exit Fastboot and Restart the Device =====+===== Exit fastboot and restart the device =====
  
 ```shell ```shell
Line 93: Line 93:
 ``` ```
  
-===== See Also =====+===== See also =====
  
 [[https://source.android.com/docs/setup/test/running | Fastboot ]]. [[https://source.android.com/docs/setup/test/running | Fastboot ]].
  
Last modified: 2024/08/06 04:51 by nick