pinout-xyz / Pinout.xyz

Source files for the Raspberry Pi Pinout documentation website.
http://pinout.xyz/
Creative Commons Attribution Share Alike 4.0 International
695 stars 197 forks source link

feature: show OTP boot status when applicable #473

Closed roycewilliams closed 11 months ago

roycewilliams commented 11 months ago

It would be useful to see at a glance whether booting from external storage is enabled for the models that support it.

In other words, a friendly interpretation of the OTP bit that manages boot mode:

$ vcgencmd otp_dump | grep 17:
17:3020000a

... as set by program_usb_boot_mode=1 in config.txt.

roycewilliams commented 11 months ago

Moved to https://github.com/gpiozero/gpiozero/issues/1098 .