Open jomarahi opened 3 years ago
Same here (3B+)
Having the same issue, RPi3 HDMI display.
Same here 3B+
I investigated a little and it works just fine with the 32 bit Balena OS on RPi3 B+
Same here RPi3 HDMI display. Works with 32 bit Balena OS.
Only Raspberry Pi 3 (using 64bit OS) is available đź‘Ž
In the container I become:
root@80d05dd6f3ed:/home/chromium/tohora# ./tohora
bash: ./tohora: No such file or directory
@mozz100 can you help?
I’m travelling with hardly any internet for summer. I can’t help right now I’m afraid, but I have a suggestion.
Can you provide more detail? It’s not immediately clear to me what you mean by “in the container I become” - more detail might help others here. Is that a local container on your host computer, or are you doing that through balena’s UI? Also tohora expects to be invoked with a port number and a command. Have you tried that?
I was able to fix the error.
In this file:
https://github.com/balenalabs/balena-dash/blob/28e02ea5b4f07e786d9b2b9ecf0ca8af338750ee/kiosk/Dockerfile.template#L2
I overwritten the second line with:
FROM balenalib/raspberrypi3-golang as builder
^ this worked for me.
I'm getting this error in the log when i start the rpi:
kiosk alt_start.sh: line 9: ./tohora: No such file or directory
The file is there but it will not run. Running version 1.0.5 on a RPI 3+ with original display Any ideas?