balena-labs-projects / balena-dash

Build a Raspberry Pi based desktop dashboard for stats, photos, videos and more!
https://balena.io/blog/make-a-web-frame-with-raspberry-pi-in-30-minutes/
MIT License
431 stars 137 forks source link

Tohora error #116

Open jomarahi opened 3 years ago

jomarahi commented 3 years ago

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?

nickd2048 commented 3 years ago

Same here (3B+)

ReubenBTalbott commented 3 years ago

Having the same issue, RPi3 HDMI display.

zsolt-halo commented 3 years ago

Same here 3B+

zsolt-halo commented 3 years ago

I investigated a little and it works just fine with the 32 bit Balena OS on RPi3 B+

patrocle commented 3 years ago

Same here RPi3 HDMI display. Works with 32 bit Balena OS.

cniweb commented 3 years ago

Only Raspberry Pi 3 (using 64bit OS) is available đź‘Ž

cniweb commented 3 years ago

In the container I become:

root@80d05dd6f3ed:/home/chromium/tohora# ./tohora 
bash: ./tohora: No such file or directory
cniweb commented 3 years ago

@mozz100 can you help?

mozz100 commented 3 years ago

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?

cniweb commented 3 years ago

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

dkter commented 2 years ago

^ this worked for me.