Replies: 4 comments 5 replies
-
No plans to support any SBC other than RPI. The Pi4j V2 statement is: [(https://pi4j.com/about/new-in-v2/)] v2 The following features have been removed from the Pi4J library: |
Beta Was this translation helpful? Give feedback.
-
Indeed, there are no plans. But... ;-) As you can see on the architecture diagram, https://pi4j.com/architecture/, the design with modules does allow the creation of a package for other platforms. Only Raspberry Pi was kept as the maintenance and testing grew exponentially with each platform, and we don't have enough "power" to handle this. Of course, if someone would stand up to take up this role for a specific platform, that decision can be reconsidered. |
Beta Was this translation helpful? Give feedback.
-
I wanted to "attempt" to create two new "matrix" images, and wanted to know if it is okay.
Perhaps in private email discuss. I would work in own repos and if you see anything you like can take it back. Should be easy merge at least for the matrix build part. Learned so much today reading all these projects. Quite impressive work! |
Beta Was this translation helpful? Give feedback.
-
I checked the source code to try and support the RK3588, (different board from the OPI 5 Plus but the same microcontroller). I had high hopes that the plugin system would make this possible. It's a great idea, but unfortunately, the plugin system alone isn't sufficient. The core library would need substantial modifications because many elements, like BoardInfo, BoardInfoHelper, and BoardModel, are heavily dependent on non-inheritable or non-extendable classes and enums. For example, GPIOD library could be re-used "as-is" on the RK3588 but there are multiple checks on the BoardModel (that cannot be extanded) and thus prevent the library from loading |
Beta Was this translation helpful? Give feedback.
-
Hi, is there any plan to support other device than RPi?
I'm specifically asking about Orange Pi 5 Plus.
Currently RPi is behind in terms of computing power, so I'm forced to move to Orange and I'm trying to use GPIO on this SBC...
Beta Was this translation helpful? Give feedback.
All reactions