bitbank2 / ArmbianIO

A C (+ Python and Java) library for simplifying access to I2C, SPI and GPIO on boards supported by Armbian
GNU General Public License v3.0
78 stars 27 forks source link

Add support for the Banana Pi CM4 #23

Open melroy89 opened 1 year ago

melroy89 commented 1 year ago

Could you add support for the Banana Pi CM4?

See: https://wiki.banana-pi.org/Banana_Pi_BPI-CM4 (basically a replacement of the Raspberry Pi CM4)

Since this board is missing from your list (Banana Pi CM4)? Including the IO board (Banana Pi CM4IO).

https://github.com/bitbank2/ArmbianIO/blob/master/armbianio.c#L156

Example of the Banana Pi CM4 IO board name:

cat /run/machine.id
Banana Pi CM4IO

Thanks!

bitbank2 commented 1 year ago

I'm super busy with other projects at the moment. I don't even have one of these boards set up to test. Can you make the change and do a pull request?

Thanks

melroy89 commented 1 year ago

Sure. Let me take a closer look at it.

melroy89 commented 12 months ago

I started by adding the Mango Pi + improvements: https://github.com/bitbank2/ArmbianIO/pull/24