-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task09 #148
base: anton.kotsiubailo
Are you sure you want to change the base?
Task09 #148
Conversation
Signed-off-by: Anton Kotsiubailo <[email protected]>
Signed-off-by: Anton Kotsiubailo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix according to comments.
/ # cat sys/bus/i2c/devices/0-0050/eeprom | hexdump -C | ||
00000000 aa 55 33 ee 41 33 33 35 42 4e 4c 54 30 30 43 30 |.U3.A335BNLT00C0| | ||
00000010 32 34 31 39 42 42 42 4b 30 31 42 42 ff ff ff ff |2419BBBK01BB....| | ||
00000020 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................| | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to task description:
- you should use EEPROM on additional board - i2c2 bus
- you should make change to devicetree to override EEPROM model to the one that you use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have the same RTC as in the task that is why I have task with BeagleBone EEPROM
Signed-off-by: Anton Kotsiubailo <[email protected]> | ||
--- | ||
09_dt_rtc/README.md | Bin 0 -> 4065 bytes | ||
09_dt_rtc/log.txt | Bin 0 -> 7948 bytes | ||
scissors/README.md | Bin 481 -> 0 bytes | ||
3 files changed, 0 insertions(+), 0 deletions(-) | ||
create mode 100644 09_dt_rtc/README.md | ||
create mode 100644 09_dt_rtc/log.txt | ||
delete mode 100644 scissors/README.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide correct patch for devicetree.
It should be human readable.
No binary data here.
Task09 Done