Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to OR values into non ECC rows #137

Open
kilograham opened this issue Sep 8, 2024 · 1 comment · Fixed by #175
Open

Add ability to OR values into non ECC rows #137

kilograham opened this issue Sep 8, 2024 · 1 comment · Fixed by #175
Assignees

Comments

@kilograham
Copy link
Contributor

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

@will-v-pi
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants