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

Update oesenc_pi.cpp #61

Closed
wants to merge 3 commits into from
Closed

Update oesenc_pi.cpp #61

wants to merge 3 commits into from

Conversation

hreuver0183
Copy link
Contributor

@hreuver0183 hreuver0183 commented Feb 18, 2020

Disable the isDongleAvailable check for ARM64.
ARM64 uses an older version of oeserverd which misses support for USB dongles.
This causes OpenCPN to halt since the option used is not available. (quickfix for issue #55 and #56)

2nd PR fixes package build for arm64. Without patch something like a armhf package with arm64 binaries is built. Such a package does not work. (issue #52)

Disable the isDongleAvailable check for ARM64.
ARM64 uses an older version of oeserverd which misses support for USB dongles.
This causes OpenCPN to halt since the option used is not available.
Without the arm64 patch the plugin tries to generate an armhf plugin for an arm64 system.
This won't work. Better copy the cmake code used in OpenCPN.
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

Successfully merging this pull request may close these issues.

1 participant