[partitions]
slccmpt=true
slc=true
mlc=false
[scfm]
disable=false
allow_sys=true
[disable_encryption]
mlc=false
if(redotp && !(rednand.slc.lba_length && rednand.slccmpt.lba_length && rednand.mlc.lba_length)){
// if the slc or slccmpt gets mounted with the wrong key, it can be corrupted
// TODO: add option to use key and IV from system OTP
// TODO: add override option
printf("redOTP requires all partitions to be redirected to prevent corruption!\n");
return -1;
}
you are right! So it is not needed to remove the check in minute...You don't need red otp. Since you have defuse, you can just have it as otp.bin and don't need an extra redotp.bin