How can I create /proc/device-tree/hat/custom_0
Closed this issue · 4 comments
rudiratlos commented
How can I create such a node ( /proc/device-tree/hat/custom_0 )?
which contains additional info.
pelwell commented
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
rudiratlos commented
How does this file (myhat-custom_0) look like, if I want the following string in the EEprom?
"I was here"
pelwell commented
The files should contain exactly what you want to appear in the custom entries.
rudiratlos commented
works. Wow didn't thought that things could also be easy.
Thank you