the fact that this shows means that it installed, so for ssh i would just say add the ssh.txt blank file to your /boot/ directory of the SD card, that should automatically enable SSH, once you remote to it, run this command ./screenly/bin/upgrade_containers.sh and it would take a while but it should create the containers since i believe that is your issue just like we’ve seen many other times when this happens.
@ealmonte32 Actually, if @diode used the Raspberry Pi Imager (or the disk image), it’s not using Raspberry Pi OS, but rather BalenaOS. Thus you can’t enable SSH like that.
@diode It can take a while for the system to initiate and there’s unfortunately no feedback on the screen for this. For a Pi 2 in particular (which is very old by now), I’d leave it least 15 minutes for it to invoke. If you’re using anything slower than a Class 10 SD card, even longer.
Sorry for the late response.
During cleanup over the weekend, I found a RPi3B+ collecting dust so upgraded to that one. There, the image works fine and I can reach the web interface.
Thanks for the pointers!
@diode, thanks for the feedback. It’s great to hear that you were able to make it work on an RPi 3B+. Are you still having trouble making it work on an RPi 2B?
For the record, im trying to do the same - install Anthias from the Installer method on an 2 B.
As here, I get the “Anthias by Screenly” logo screen, but then nothing… for hours.
Checked on my router, doesnt even show the device on the network? I get it can take a while to “update from the internet”, but how long should it take for an older model like this to at least show on the network?
@cy80rg, for older models, it would take around 30 minutes to an hour for the installation to finish. It also depends on your Internet speed, settings, and connectivity.
I tried installing Anthias in my Pi 2B days ago, and it works well. Let me try to install it again to make check if it’s still working. I’ll keep you posted.
As an alternative, you can download pre-built Anthias images (which is a balenaOS-based image) from the releases page. However, do take note that you will not be able to SSH and not do any low-level customization if you’re about to install with this option.
@cy80rg, I just attempted to install Anthias in my Pi 2B running Bookworm any haven’t had any issues so far.
It could be that your installation didn’t finish. Did you get a prompt at the end of the installation process whether you want to reboot now or not?
Are all of your containers/services running — server, celery, redis, websocket, nginx, viewer, wifi-connect? You can check by running the following command:
cd ~/screenly
docker compose ps
Would you be able to provide Docker logs for the server and viewer services?
You can do so by running the following:
cd ~/screenly
docker compose logs -ft anthias-server anthias-viewer