-
Notifications
You must be signed in to change notification settings - Fork 8
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
OTP_DATA_PAGE1_LOCK1 set BL lock error #2
Comments
I confirm that This is expected from the datasheet:
which is equivalent to
Here, the datasheet does not say anything related with PAGE2_LOCK1 default permission, but it seems it uses the same: RW for S, RW for BL and RO for NS. So, NS cannot write BOOTKEYs. |
Hey guys, would you be interested in teaming up to tackle this challenge? |
Sure, what would you need? |
Followed the instruction to lock chip but encounter error when burn lock for OTP_DATA_PAGE1_LOCK1 and OTP_DATA_PAGE2_LOCK1
With fresh Pico 2 board, this value already programmed to 0x040404 and when run
./lock_chip.sh
it refuse to burn since bit 3 is already set.I think the script need to update to follow:
So what is the actual OTP lock configuration of the Golden unit? is it will be 0x141414 or 0x101010?
Log:
The text was updated successfully, but these errors were encountered: