-
-
Notifications
You must be signed in to change notification settings - Fork 693
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
Serial connections do work on arm64 with a 64-bit JVM #932
Comments
wborn
added a commit
to wborn/openhab-docs
that referenced
this issue
Oct 26, 2019
* Emphasize that Java 8 should be used which hopefully makes users double check their Java version * Add recommendation for using 64-bit JVM on Intel/AMD * Update recommendation for ARM with Raspberry Pi example so users can easier relate to it * Update reasons for using 32-bit JVM on ARM so users don't put effort into recompiling nrjavaserial on arm64 because it already works Fixes openhab#932 Signed-off-by: Wouter Born <[email protected]>
wborn
added a commit
to wborn/openhab-docs
that referenced
this issue
Oct 26, 2019
* Emphasize that Java 8 should be used which hopefully makes users double check their Java version * Add recommendation for using 64-bit JVM on Intel/AMD * Update recommendation for ARM with Raspberry Pi example so users can easier relate to it * Update reasons for using 32-bit JVM on ARM so users don't put effort into recompiling nrjavaserial on arm64 because it already works * Fix typo Fixes openhab#932 Signed-off-by: Wouter Born <[email protected]>
wborn
added a commit
to wborn/openhab-docs
that referenced
this issue
Oct 26, 2019
* Emphasize that Java 8 should be used which hopefully makes users double check their Java version * Add recommendation for using 64-bit JVM on Intel/AMD * Update recommendation for ARM with Raspberry Pi example so users can easier relate to it * Update reasons for using 32-bit JVM on ARM so users don't put effort into recompiling nrjavaserial on arm64 because it already works * Fix typo Fixes openhab#932 Signed-off-by: Wouter Born <[email protected]>
Merged
Confectrician
pushed a commit
that referenced
this issue
Oct 29, 2019
* Emphasize that Java 8 should be used which hopefully makes users double check their Java version * Add recommendation for using 64-bit JVM on Intel/AMD * Update recommendation for ARM with Raspberry Pi example so users can easier relate to it * Update reasons for using 32-bit JVM on ARM so users don't put effort into recompiling nrjavaserial on arm64 because it already works * Fix typo Fixes #932 Signed-off-by: Wouter Born <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The prerequistes documentation should be updated because nowadays serial connections do work on arm64 with a 64-bit JVM.
See also: openhab/openhab-core#447
The current documentation states:
This may cause people to put effort into recompiling the nrjavaserial library themselves (see community topic) eventhough it should already work out of the box with openHAB 2.4.0.
Maybe the documentation should warn that there might still be "other" add-ons that only work with a 32-bit JVM on ARM processors?
The text was updated successfully, but these errors were encountered: