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

Issues starting container... #4

Open
boojew opened this issue May 12, 2020 · 1 comment
Open

Issues starting container... #4

boojew opened this issue May 12, 2020 · 1 comment

Comments

@boojew
Copy link

boojew commented May 12, 2020

When I try starting the container, I can not get it up and running. If I understand the docs, the HDMI port on my rpi is /etc/ttyAMA0, and so I have mapped it as such below... but I have also tried w/ ACM0, with no sucess


ben@raspberrypi:/home/pi# docker run --privileged -e MQTT_URL=tcp://192.168.0.229:1883 -e CEC_DEVICE=/dev/ttyAMA0  -v /dev/ttyAMA0:/dev/ttyAMA0 tobiasha/hdmi-cec:latest
standard_init_linux.go:190: exec user process caused "exec format error"

OR

ben@raspberrypi:/home/pi# docker run --privileged -e MQTT_URL=tcp://192.168.0.229:1883  -v /dev/ttyAMA0:/dev/ttyACM0 tobiasha/hdmi-cec:latest
standard_init_linux.go:190: exec user process caused "exec format error"

@tobiash
Copy link
Owner

tobiash commented May 13, 2020

There are no images for ARM available yet, at the moment there is only amd64. It should be possible to build it on a raspberry, provided there are arm-compatible versions of libcec.

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