You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
picotool otp set correctly disallows you from setting a value which would require clearing bits in the OTP; however often the intention is to just set additional bits; perhaps picotool otp set_bits or similar
The text was updated successfully, but these errors were encountered:
This is already possible if you try to set individual fields - for example picotool otp set crit1.secure_boot_enable 1 followed by picotool otp set crit1.debug_disable 1 will work fine
picotool otp set
correctly disallows you from setting a value which would require clearing bits in the OTP; however often the intention is to just set additional bits; perhapspicotool otp set_bits
or similarThe text was updated successfully, but these errors were encountered: