You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hardware: Read/Write OTP fuses on the BCM2711 and possibly other Raspberry Pi processors
Do you plan to:
Contribute an initial driver: Yes
Write unit tests: Yes, with the caveat that the test for writing OTP fuses is destructive
Update https://github.com/periph/cmd to use the new functionality: No, the official vcgencmd already handles this use case
Description of the problem
This library lacks the ability to read and write OTP fuses on BCM2711 processors. Extending videocore/videocore.go to to interface with the GPU to read/write the OTP fuses seems to be the correct place to add this feature.
What kind of new feature are you looking for?
Do you plan to:
Description of the problem
This library lacks the ability to read and write OTP fuses on BCM2711 processors. Extending
videocore/videocore.go
to to interface with the GPU to read/write the OTP fuses seems to be the correct place to add this feature.More information about the OTP fuses: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#write-and-read-customer-otp-values
The text was updated successfully, but these errors were encountered: