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

building/running for ABI arm64-v8a (aarch64 instruction set) #4

Closed
mejha opened this issue May 11, 2023 · 3 comments
Closed

building/running for ABI arm64-v8a (aarch64 instruction set) #4

mejha opened this issue May 11, 2023 · 3 comments

Comments

@mejha
Copy link
Contributor

mejha commented May 11, 2023

Hello,

Is there any way to build this for ABI arm64-v8a? I was not able to find library for udev for aarch64.
I would like to use blhost in Android device, it can run armv7l release but it's missing udev library.

Is there maybe some workaround for this? Is perhaps some other tool available for this that can run on Android?

@Lauszus
Copy link
Owner

Lauszus commented May 11, 2023

I would make a new Dockerfile based on the armv7l one: https://github.com/Lauszus/blhost/blob/master/Dockerfile.armv7l, but use the following image instead: https://hub.docker.com/r/balenalib/aarch64-debian

@Lauszus
Copy link
Owner

Lauszus commented May 11, 2023

FYI I've also made a Python version: https://github.com/Lauszus/pyblhost, which you might find useful.

@mejha
Copy link
Contributor Author

mejha commented May 12, 2023

@Lauszus thank you for your suggestion.

I tried creating new Dockerfille (balenalib/aarch64-debian:latest) as you have mentioned, added line RUN apt-get install -y libstdc++6 and it builds just fine. Thanks.

@mejha mejha closed this as completed May 12, 2023
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

No branches or pull requests

2 participants