🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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 ```