Hilscher Community Forum
One Time Programming Cells of Raspberry CPU - Printable Version

+- Hilscher Community Forum (https://forum.hilscher.com)
+-- Forum: netPI 3 - Docker featuring Industrial Raspberry Pi 3 platform (https://forum.hilscher.com/forum-1.html)
+--- Forum: Hardware (https://forum.hilscher.com/forum-4.html)
+--- Thread: One Time Programming Cells of Raspberry CPU (/thread-403.html)



One Time Programming Cells of Raspberry CPU - Armin@netPI - March-9th-2019

The Raspberry Pi CPU has 16 custom OTP cells that can be programmed from a user application one time.

OTP cells are interesting if you want save a permament license code on your hardware for example that cannot be deleted any more.

The Raspberry Organization dedicated an extra article on their web site how to use the OTP cells here: https://www.raspberrypi.org/documentation/hardware/industrial/README.md. For own tests the referenced shell command
Code:
vcgencmd

comes precompiled in netPIs Raspbian Docker container here. In there it is located in the Raspbian's default folder /opt/vc/.

If you are interested in the source code of this command you find it in the userland area of the official Raspbian here.