periph / host

Go·Hardware·Lean - Host drivers
https://periph.io
Apache License 2.0
53 stars 27 forks source link

Support R/W of OTP fuses on BCM2711 processors #38

Open seth-pierson opened 9 months ago

seth-pierson commented 9 months ago

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

maruel commented 9 months ago

Sounds great!