-
Notifications
You must be signed in to change notification settings - Fork 2k
Update OTP section for programming a device specific private key #2672
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
Update OTP section for programming a device specific private key #2672
Conversation
documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc
Outdated
Show resolved
Hide resolved
documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc
Outdated
Show resolved
Hide resolved
9ad7747
to
26ba0f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to go?
documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc
Show resolved
Hide resolved
46 -- WVC1 decode key + | ||
47-54 -- SHA256 of RSA public key for secure-boot + | ||
55 -- secure-boot flags (reserved for use by the bootloader) + | ||
56-63 -- 256bit device specific private key + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor quibble, but IMHO 256bit should be 256-bit. And perhaps a hyphen between 'device' and 'specific' ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure it matters. Would be better to publish now since the code is out there but feel free to edit directly
---- | ||
|
||
This operation is unlikely to be useful for the vast majority of users, and is irreversible. | ||
|
||
=== Device specific private key | ||
Eight rows of OTP (256bits) are available for use as a device-specific private key. This is intended to support file-system encryption. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space between '256' and 'bits' please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above :)
Okay, lets merge. |
* Tidy up hyphenation around 'bit', following on from comments in #2672 * 64-bit kernel is no longer beta
* Tidy up hyphenation around 'bit', following on from comments in #2672 * 64-bit kernel is no longer beta
No description provided.