There is a device family based on different arm64 chips (allwinner H3,H5, etc).
They can run on Armbian linux. Also I managed to run net core successfully few months ago.
Are their GPIO supported in anyway?
I'm currently trying to add full support(pull-up, pull-down) for Allwinner GPIO through control registers.
The code is almost complete, and after I have cleaned up the code and done more testing, I can submit a PR. @krwq
(Not all Allwinner chips. I can only guarantee that H2 and H6 are fully supported, because I only have these two boards.)
@ZhangGaoxing awesome! @joperezr any opinion on putting those under System.Device.Gpio? I've mixed feeling because it feels like that's better place but at the same time System.Device.Gpio has CI coverage and this likely wouldn't have coverage any time soon.
Agreed, I think it would be good to introduce this for now as part of the Iot.Device.Bindings package, and once we are ready to add full support (and CI coverage) for it then we can move it to the main library.
Most helpful comment
I'm currently trying to add full support(pull-up, pull-down) for Allwinner GPIO through control registers.
The code is almost complete, and after I have cleaned up the code and done more testing, I can submit a PR. @krwq
(Not all Allwinner chips. I can only guarantee that H2 and H6 are fully supported, because I only have these two boards.)