Adding device tree info and GPIO boot-up states to EEPROM #172
mehrdadfeller
started this conversation in
Ideas
Replies: 2 comments
-
Here's an example of DTB:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@sassanh looks like uncle jeff has a good write up on this: https://www.jeffgeerling.com/blog/2023/how-customize-dtb-device-tree-binary-on-raspberry-pi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I am using the eeptools for Pi utilities to read, write, and update the eeprom content. I have a python wrapper for the CLI and that part works well (needs some code clean though)
https://github.com/raspberrypi/utils/tree/master/eeptools
Right now I am not adding any DTB (Device Tree Blobs) and GPIO Info to EEPROM and only custom data (which is the factory test result).
Here we can share ideas for different blobs to add and what config to load into the EEPROM.
Beta Was this translation helpful? Give feedback.
All reactions