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

Add RPI Binary #24

Closed
MstrVLT opened this issue Oct 9, 2019 · 11 comments
Closed

Add RPI Binary #24

MstrVLT opened this issue Oct 9, 2019 · 11 comments
Labels
Enhancement New feature or request Volunteers wanted NO SUPPORT unless someone wants to help!

Comments

@MstrVLT
Copy link

MstrVLT commented Oct 9, 2019

A lot of people, including me, would like to see a version for RPI in the releases.
Thx!

@Vascom
Copy link
Contributor

Vascom commented Oct 9, 2019

Depends on Operating System on your RPI.

@Ho-Ro Ho-Ro added Enhancement New feature or request Volunteers wanted NO SUPPORT unless someone wants to help! labels Oct 9, 2019
@Ho-Ro
Copy link
Member

Ho-Ro commented Oct 10, 2019

I guess you use Raspbian, then just follow the build instructions for debian. I don't use OpenHantek6022 on a Raspi, so I never compiled it.
Maybe @LameLefty can provide his build too, if he's still on board.

Otherwise: Volunteers wanted!

See also Ho-Ro/OpenHantek6022#2

@Ho-Ro
Copy link
Member

Ho-Ro commented Oct 10, 2019

Other idea would be a CI solution - does anyone know an (easy) web based CI setup to build raspbian binaries, similar to e.g. our travis?

@Vascom
Copy link
Contributor

Vascom commented Oct 10, 2019

It need not only binary build but also packaging to deb. And two build versions: 32- and 64-bits.
Better way - add it to repo, used by Raspbian.

@vizkoze
Copy link

vizkoze commented Oct 10, 2019

Hi, i was trying to build it on my old raspberry pi 1B. the first version with only 256MB of memory and ran out of memory while building. I did get to 62% tho :)
Will try this evening on a 3a+ or 3b with raspbian buster.

@Ho-Ro
Copy link
Member

Ho-Ro commented Oct 13, 2019

@vizkoze
Copy link

vizkoze commented Oct 14, 2019

Hi Ho-Ro,
i tried building it myself and using your binary but i got the same error:
libEGL warning: DRI2: failed to authenticate
qt5ct: using qt5ct plugin
QEGLPlatformContext: Failed to create context: 3009

tried on raspbian buster with what i read on:
https://raspberrypi.stackexchange.com/questions/61078/qt-applications-dont-work-due-to-libegl
but i didn't have any luck in my short testing period

@Ho-Ro
Copy link
Member

Ho-Ro commented Oct 14, 2019

Hi,
did you try to call OpenHantek --useGLES?
Independent of your issue I've also built some armhf packages for Raspi, available on the release v2.16-rc2 page.
HTH Martin

EDIT: typo

@Ho-Ro
Copy link
Member

Ho-Ro commented Oct 15, 2019

OpenHantek --useGLES did the trick. 4d503e4 sets OpenGLES as default for arm architecture (RPi). Binary deb, rpm and tgz packages are available under Releases.

@Ho-Ro Ho-Ro closed this as completed Oct 15, 2019
@vizkoze
Copy link

vizkoze commented Oct 16, 2019

I just wanted to report back and thank you for your build. I had to install libopengl0 to make it work.
maybe it was just because I compiled an older version that still was polluting the installation?
Anyhow, thank you for this wonderful piece of software

@Ho-Ro
Copy link
Member

Ho-Ro commented Oct 19, 2019

I had to install libopengl0 to make it work.

This lib is now also in the list of requirement in *.deb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Volunteers wanted NO SUPPORT unless someone wants to help!
Projects
None yet
Development

No branches or pull requests

4 participants