Skip to content

Hardware not supported error with tag 1.0.0 for https://github.com/jgarff/rpi_ws281x #25

Open
@kgignatyev

Description

@kgignatyev

Revision : a52082
Serial : 000000007d46b6ab
Model : Raspberry Pi 3 Model B Rev 1.2

When compiled and tried to run I got WS2811_ERROR_HW_NOT_SUPPORTED

which was surprising because I compiled https://github.com/jgarff/rpi_ws281x and its test was running fine.

Then I noticed that a wrapper checkouts tag 1.0.0 and that was the cause of WS2811_ERROR_HW_NOT_SUPPORTED, with checkout master I got everything working, so I suggest the correction

pushd ${NATIVE_SRC}
#git checkout v1.0.0
git checkout master
popd

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions