hc
2023-08-30 862c27fc9920c83318c784bfdadf43a65df1ec8f
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
export RK_LOADER_UPDATE_SPL=true
 
# ramboot config
export RK_CFG_RAMBOOT=rockchip_rk356x_ramboot
# Set ramboot image type
export RK_RAMBOOT_TYPE=CPIO
# Define enable RK SECUREBOOT
export RK_RAMDISK_SECURITY_BOOTUP=true
export RK_SECURITY_OTP_DEBUG=true
export RK_SYSTEM_CHECK_METHOD=DM-E