//
// power on mobile phone
//
power on mobile phone

//
// reboot bootloader
//
android/out/host/linux-x86/bin$ sudo adb reboot bootloader

//
// flash lk image
//
android/out/host/linux-x86/bin$ sudo fastboot flash aboot ~/working_space/XXX_project/android/out/target/product/msm8937_64/emmc_appsboot.mbn

//
// flash boot image
//
android/out/host/linux-x86/bin$ sudo fastboot flash boot ~/working_space/XXX_project/android/out/target/product/msm8937_64/boot.img

//
// flash system image
//
android/out$ sudo fastboot flash system ~/working_space/XXX_project/android/out/target/product/msm8937_64/system.img

...
...
...

//
// reboot
//
android/out/host/linux-x86/bin$ sudo fastboot reboot

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2021-12-02
  • 2021-04-08
  • 2021-07-23
  • 2021-05-06
  • 2021-11-10
猜你喜欢
  • 2021-10-09
  • 2021-12-18
  • 2021-11-25
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-02-24
相关资源
相似解决方案