[AB] Current boot: Preloader_a [AB] ab_suffix: _a, ab_retry: 7 [AB] boot_success is 1! [PLFM] Init PMIC: OK(0) [PLFM] chip_ver[0][BLDR] Build Time: 20231208-193028 [ROM_INFO] 'v131074'[LIB] Loading SEC config [
烧写新的u-boot_fs4412.bin 复位,发现灯有点亮,说明我们的u-boot 有运行到 附:build.sh脚本文件 1. #!/bin/sh 2. 3. sec_path="CodeSign4SecureBoot/" 4. CPU_JOB_NUM=$(grep processor /proc/cpuinfo | awk '{field=$NF};END{print field+1}') 5. ROOT_DIR=$(pwd) 6. CUR_DIR=${ROOT_...
python mtk.py da seccfg lock Reboot the phone: python mtk.py reset and disconnect usb cable to let the phone reboot. If you are getting a dm-verity error on Android 11, just press the power button, then the device should boot and show a yellow warning about unlocked bootloader and then...
[PLFM] Init Boot Device: OK(0) pl pmic FCHRKEY release [SEC_K] SML KEY AC = 0 [SEC_K] SBC_PUBK Found [LIB] Loading SEC config [LIB] Name = [LIB] Config = 0x22, 0x22 [LIB] SECRO (ac, ac_offset, ac_length) = (0x1, 0x40, 0x40) 0x31,0x41,0x35,0x35 ...
- Removal of commands If no commands are needed to boot, you can disable CONFIG_CMDLINE to remove them. In this case, the command line will not be available, and when U-Boot wants to execute the boot command (on start-up) it will call board_run_command() instead. This can reduce ...
1voidplatform_init(void)2{3#ifdef LK_PROFILING4unsignedinttime_nand_emmc;5unsignedinttime_led_init;6unsignedinttime_env;7unsignedinttime_disp_init;8unsignedinttime_load_logo;9unsignedinttime_backlight;10unsignedinttime_boot_mode;11#ifdef MTK_SECURITY_SW_SUPPORT12unsignedinttime_security_init;13#...
[19:52:08][SEC_INIT] Search SECRO - SW sec boot configured (0, 0) [19:52:08][SEC_INIT] Search SECRO - SDL configuration[LOCK] (1, 1, 1, 1) [19:52:08][SEC_INIT] Search SECRO - SB configuration[LOCK] (1, 1, 1, 1, 1, 1, 1, 1) [19:52:08][SEC_INIT] Search SECRO...
Current user of this option is drivers/serial/nsl16550.c driver - Removal of commands If no commands are needed to boot, you can disable CONFIG_CMDLINE to remove them. In this case, the command line will not be available, and when U-Boot wants to execute the boot command (on start-...
206 if (g_boot_arg->boot_mode == DOWNLOAD_BOOT) { 207 dprintf(CRITICAL, "[LK] boot mode is DOWNLOAD_BOOT\n"); 208 209 #ifdef MTK_SECURITY_SW_SUPPORT 210 /* verify da before jumping to da*/ 211 if (sec_usbdl_enabled()) { 212 u8 *da_addr = (u8*)g_boot_arg->da_info....
python mtk da seccfg unlock for relocking use: python mtk da seccfg lock Reboot the phone: python mtk reset and disconnect usb cable to let the phone reboot. If you are getting a dm-verity error on Android 11, just press the power button, then the device should boot and show ...