raspberrypi/hats

How can I create /proc/device-tree/hat/custom_0

Closed this issue · 4 comments

How can I create such a node ( /proc/device-tree/hat/custom_0 )?
which contains additional info.

Any parameters appearing after -c will be treated as the names of files to be added as custom blobs, e.g.:

$ eepmake myhat-eeprom.txt myhat.eep myhat.dtbo -c myhat-custom_0 myhat-custom_1

How does this file (myhat-custom_0) look like, if I want the following string in the EEprom?
"I was here"

The files should contain exactly what you want to appear in the custom entries.

works. Wow didn't thought that things could also be easy.
Thank you