Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orange Pi Zero support ? #160

Closed
Adelysnet opened this issue Mar 10, 2017 · 2 comments
Closed

Orange Pi Zero support ? #160

Adelysnet opened this issue Mar 10, 2017 · 2 comments

Comments

@Adelysnet
Copy link

Adelysnet commented Mar 10, 2017

Any chance to make it works on a orange pi zero running Armbian Jessie ?

For what its worth, I've tried to add hardware support in rpihw.c, copying the RPI B+ part and changing the revision to 0x0000 (from my cpuinfo file) but it fails with a device error :

Can't open device file
: No such device or address
ws2811_init failed: Failed to create mailbox device

Romain

@sschroe
Copy link
Contributor

sschroe commented Mar 10, 2017

Its not going to work just like that as the Orange Pi uses a different SoC. If the used AllWinner H2 SoC supports PWM with DMA then it should be possible to make the library work but this would require access to the documentation so we can figure out how to use it.

@jgarff jgarff closed this as completed Mar 24, 2017
@cpwtech
Copy link

cpwtech commented Mar 25, 2017

What documentation would you need I have a pdf Datasheet on the Allwinner H3 that is like 614 pgs long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants