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
Describe the bug The file libqhy/libqhyccd_armv6.bin is an armv7 not an armv6 file.
To Reproduce Exact steps to reproduce the behavior. objdump -f libqhyccd_armv6.bin | grep ^architecture shows: architecture: armv7, flags 0x00000150:
Also, the QHY cameras don't work on the Raspberry Pi Zero W, that has an armv6 processor.
I have attached the latest known (to me) version of the library that is compiled for the armv6 processor. Perhaps this version can be used.
Thank you for looking into this.
Expected behavior Should be an armv6 file.
Screenshots N/A
Desktop (please complete the following information):
Log Files N/A
libqhyccd.so.21.10.28.13.tar.gz
The text was updated successfully, but these errors were encountered:
Right, we don't build for armhf any more. Just x86_64 and arm64 & mac (intel).
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The file libqhy/libqhyccd_armv6.bin is an armv7 not an armv6 file.
To Reproduce
Exact steps to reproduce the behavior.
objdump -f libqhyccd_armv6.bin | grep ^architecture
shows:
architecture: armv7, flags 0x00000150:
Also, the QHY cameras don't work on the Raspberry Pi Zero W, that has an armv6 processor.
I have attached the latest known (to me) version of the library that is compiled for the armv6 processor. Perhaps this version can be used.
Thank you for looking into this.
Expected behavior
Should be an armv6 file.
Screenshots
N/A
Desktop (please complete the following information):
Log Files
N/A
libqhyccd.so.21.10.28.13.tar.gz
The text was updated successfully, but these errors were encountered: