AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 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 ```