代码拉取完成,页面将自动刷新
#include <stdio.h>
#include "rkboot_control.h"
#include <string.h>
int main(int argc, char *argv[]){
//1. bootsucceed
//2. bootactivity
//3. wipe_userdata reboot/ wipe_userdata
if(argc == 1){
printf("Error: bootcontrol parameter error.\n");
printf("rkboot_control now.\n");
printf("rkboot_control other.\n");
printf("rkboot_control wipe_userdata.\n");
printf("rkboot_control wipe_userdata reboot.\n");
struct AvbABData info;
readMisc(&info);
display(info);
return -1;
}
if(strcmp(argv[1], "now") == 0){
printf("set now slot to succeed.\n");
return setSlotSucceed();
}else if(strcmp(argv[1], "other") == 0){
printf("set other slot to activity.\n");
return setSlotActivity();
}else if(strcmp(argv[1], "wipe_userdata") == 0){
printf("wipe_userdata.\n");
if(argc == 3 && strcmp(argv[2], "reboot") == 0){
return wipe_userdata(true);
}else{
return wipe_userdata(false);
}
}
return 0;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。