admin 管理员组文章数量: 1184232
7.1以前的代码是在u-boot下面,11.0 以后再bootable/recovery/recovery.cpp
--- a/bootable/recovery/recovery.cpp
+++ b/bootable/recovery/recovery.cpp
@@ -421,7 +421,7 @@ static Device::BuiltinAction PromptAndWait(Device* device, InstallResult status)
headers = { "WARNING: Previous installation has failed.",
" Your device may fail to boot if you reboot or power off now." };
}
-
+/*
size_t chosen_item = ui->ShowMenu(
headers, device->GetMenuItems(), 0, false,
std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2));
@@ -435,6 +435,8 @@ static Device::BuiltinAction PromptAndWait(Device* device, InstallResult status)
(chosen_item == static_cast<size_t>(R
版权声明:本文标题:rk3566 11.0 开机时长按下升级键, 恢复出厂设置 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/b/1763787046a3270171.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论