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

unicornd is not supported on Pi 3B+ #131

Closed
jakane opened this issue Mar 18, 2019 · 1 comment
Closed

unicornd is not supported on Pi 3B+ #131

jakane opened this issue Mar 18, 2019 · 1 comment
Labels

Comments

@jakane
Copy link

jakane commented Mar 18, 2019

Unable to start unicornd on a rasberry Pi 3B+

$ grep Revision /proc/cpuinfo
Revision : a020d3

Patching up fixes this:

$ diff rpihw.c.bak rpihw.c
297a298,308

// // jkane
// Pi 3 Model B+
//
{
    .hwver  = 0xa020d3,
    .type = RPI_HWVER_TYPE_PI2,
    .periph_base = PERIPH_BASE_RPI2,
    .videocore_base = VIDEOCORE_BASE_RPI2,
    .desc = "Pi 3",
},
//
@Gadgetoid
Copy link
Member

Ah, thanks! Looks like I need to update that submodule to track a newer version of rpi_ws281x.

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

No branches or pull requests

2 participants