Support Sinovoip's Banana Pi M1+ #337
Comments
UPDATE COMMIT: 92f0658 This is included in the the latest 1.2-SNAPSHOT build now. Please note that I do not have any of these devices so I'm not able to really test it.
STATUS:
Feel free to start testing it and report back any issue .. or better yet submit pull requests with fixes. Thanks, Robert |
Closed. As of Pi4J v2.x, board/platform expansion will provided via pluggable modules and support for specific platforms beyond the RPI is outside of the scope of the Pi4J project. We had to make this change because supporting and testing 'N' number of board variants became impossible for a small volunteer team to keep up with. Moving forward, Pi4J will provide the core framework and infrastructure and if someone wants to create drivers for alternate platforms/boards, they will be able to do that and maintain it separately from the Pi4J codebase. Pi4J v2 also does not mandate/assume an implementation like WiringPi. |
The statically linked Banana Pro wiringpi library doesn't work with Banana Pi M1+. This is no surprise as the BPI-M1+ uses a different pin numbering. However it took me some time to understand that and also to find a solution. So I like to abuse this issue mainly for documentation:
Until pi4j supports a further platform which is linked against BPI-WiringPi you can still use Pi4j with the Banana Pi M1+.
java -Dpi4j.linking=dynamic
.The text was updated successfully, but these errors were encountered: