Replies: 1 comment
|
Thanks a lot @pjbosco ! Please continue with a pull request... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Pi4J currently does not support the 16GB variant of the Compute Module 5 because the
BoardModelenum has incorrect revision codes for theCOMPUTE_5instance. The correct revision codes can be found here.I have forked Pi4J and updated the
BoardModelenum'sCOMPUTE_5instance with the correct revision codes for CM5 and CM5 Lite based on the documentation linked above. I have also updated the remarks for the instance to include the url of the documentation linked above for reference.Changes are here.
I figured I would reach out in the discussion first before creating a new issue or pull request to gauge interest in this change.
All reactions