Skip to content

Bit in reduntant OTP registers not updated if mayority vote is 0, but main register is 1. #330

Description

@erwin3169

picotool otp get CRIT1.SECURE_DEBUG_DISABLE
ROW 0x0040: OTP_DATA_CRIT1
"Page 1 critical boot flags (RBIT-8)"
RAW_VALUE=0x000007;0x000005;0x000005;0x000005;0x000005;0x000005;0x000005;0x000005(WARNING - REDUNDANT ROWS AREN'T EQUAL)
VALUE 0x000005

field SECURE_DEBUG_DISABLE (bit 1) = 0
    "Disable Secure debug access"

picotool otp set CRIT1.SECURE_DEBUG_DISABLE 1
ROW 0x0040 OLD_VALUE=0x000007: OTP_DATA_CRIT1
"Page 1 critical boot flags (RBIT-8)"
field SECURE_DEBUG_DISABLE (bit 1)

I am unable to disable secure debug, as picotool refuses to write a 1 to the redundant registers. Any way to solve this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions