Android系统刷机的几种方式

    xiaoxiao2021-12-12  7

    方式1、使用Intel FlashPlatform刷机软件 adb reboot bootloader 选择flash.json文件路径 T2000A/out/target/product/r2_cht_.ffd/fast_flash files/flash.json 点击开始

    方式2、单独烧img文件步骤: 1 source build/envsetup.sh 2 lunch … 3 /out/target/product/r2_cht_ffd 4 adb reboot bootloader 5 /usr/bin/fastboot.pft -s YogiDevice flashing unlock 6 ls *.img 7 /usr/bin/fastboot.pft -s YogiDevice flash boot boot.img 8 /usr/bin/fastboot.pft -s YogiDevice continue 9 /usr/bin/fastboot.pft -s YogiDevice flash system system.img 从dnx模式进入bootloader下 /usr/bin/fastboot.pft -s YogiDevice 12345678 boot loader.efi /usr/bin/fastboot.pft -s YogiDevice YOGABook12 flash unlock

    方式3、刷入内核boot.img adb reboot fastboot /usr/bin/fastboot.pft -s YogiDevice flashing unlock (解锁) /usr/bin/fastboot.pft -s YogiDevice flash boot out/target/product/r2_cht_ffd/boot.img (刷入内核) /usr/bin/fastboot.pft -s YogiDevice continue (重启)

    转载请注明原文地址: https://ju.6miu.com/read-900176.html

    最新回复(0)