多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# Lk Bootloader 基本使用 这里只记录和平常的lk不大一样的地方 ## 获取日志 ``` shell $ fastboot oem lk_log $ fastboot get_staged /dev/stdout ``` ## 提取分区内容 ``` shell $ fastboot oem dump <分区名> $ fastboot get_staged <文件名> ``` ## 进入edl模式 ``` shell $ fastboot oem reboot-edl ```