We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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", }, //
The text was updated successfully, but these errors were encountered:
Ah, thanks! Looks like I need to update that submodule to track a newer version of rpi_ws281x.
rpi_ws281x
Sorry, something went wrong.
3300151
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: