Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion hardware/industrial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,14 @@ It is possible to lock the OTP changes to avoid them being edited again. This ca
pi@raspberrypi:~ $ /opt/vc/bin/vcmailbox 0x00038021 8 8 0xffffffff 0xaffe0000
```

Once locked, none of the customer OTP values can be accessed.
Once locked, the customer OTP values can no longer be altered. Note that this locking operation is irreversible.

## Making Customer OTP bits unreadable

It is possible to prevent the customer OTP bits from being read at all. This can be done using a special argument with the OTP write mailbox:

```
pi@raspberrypi:~ $ /opt/vc/bin/vcmailbox 0x00038021 8 8 0xffffffff 0xaffebabe
```

This operation is unlikely to be useful for the vast majority of users, and is irreversible.