摘要:
adb reboot bootloader -- 进入fastboot模式 fastboot devices -- 查看设备是否连上 astboot命令: fastboot devices //加载fastboot驱动 fastboot erase xxxx //假如我要擦除RECOVERY 就是: 阅读全文
posted @ 2022-08-13 12:23
轻轻的吻
阅读(612)
评论(0)
推荐(0)
摘要:
1、读RTC相关寄存器值 adb shell echo "0x5A58" > d/regmap/spmi0-00/address //要读的寄存器的起始地址 adb shell echo "10" > d/regmap/spmi0-00/count //读10个 adb shell cat d/re 阅读全文
posted @ 2022-08-13 11:53
轻轻的吻
阅读(571)
评论(0)
推荐(0)