Skip to content

Commit 6cdfdf8

Browse files
authored
Merge pull request #4107 from timg236/revoke-devkey
revoke-devkey: Note that this is now set automatically
2 parents aada573 + 29b1c12 commit 6cdfdf8

File tree

1 file changed

+6
-1
lines changed
  • documentation/asciidoc/computers/config_txt

1 file changed

+6
-1
lines changed

documentation/asciidoc/computers/config_txt/boot.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,12 @@ Default: `0`
255255
[[revoke_devkey]]
256256
==== `revoke_devkey`
257257

258-
If this property is set to `1` then `recovery.bin` will write a value to OTP that prevents the ROM from loading old versions of the second stage bootloader which do not support `secure-boot`. This prevents `secure-boot` from being turned off by reverting to an older release of the bootloader.
258+
Raspberry Pi 4 only.
259+
260+
If this property is set to `1` then `recovery.bin` will write a value to OTP that prevents the ROM from loading old versions of the second stage bootloader which do not support `secure-boot`. This prevents `secure-boot` from being turned off by reverting to an older release of the bootloader. Therefore, this property must be set if `secure-boot` is enabled on production devices.
261+
262+
This property is automatically is set by `recovery.bin` `2025/05/16` and newer if `program_pubkey=1`.
263+
259264

260265
Default: `0`
261266

0 commit comments

Comments
 (0)