Run anthias-viewer on something else than a raspberry pi? #1749
-
|
Hi there! I was tasked to evaluate if we could use Anthias for a project. I've been able to launch |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
No as things stand, the viewer only works on the raspberry pi. |
Beta Was this translation helpful? Give feedback.
-
|
@bu6n, we now support x86 computers/PCs running Debian 12. |
Beta Was this translation helpful? Give feedback.
-
|
I am very excited to hear about the support for x86. Trying the install on Debian 12 now. |
Beta Was this translation helpful? Give feedback.
-
|
Not sure if anyone else has tried, but I’ve installed Anthias on one of those inexpensive TV boxes you can find everywhere for like 40 bucks. Mainly because I had one sitting around collecting dust and I wanted to see if I could get it working. This particular unit has an AmLogic S912 with 2GB ram, and I’d already installed Armbian 26.2.1 bookworm which wasn’t any more difficult than burning the image to a MicroSD card, sticking it in the box and powering up while holding the reset button for a few seconds. The next part was getting Anthias installed. I ran the install, but it failed. The installer script makes the platform determination quite simply; “if this isn’t x86_64, it’s a raspberry pi.” As such a few things will go wrong installing on this type of board. Not sure what the right answer (if any) is for handling platform detection very specifically, for instance my board has “Octopus Planet” in /proc/device-tree/model, another is NEXBOX A1. There’s no telling what is all out there, but theoretically it would not matter too much if the system is running on a supported release of Armbian. So I just went down the path of “if it’s not x86, and it’s not a Raspberry Pi, it’s a generic ARM board.” It's a good start if nothing else. After making the necessary edits (more or less just skipping Rasbian specific things), I got the installer to complete, pull down the docker images, and complete the install successfully. I ended up using the pi5 docker images. I don’t have accelerated video support and see 3 or 4 frames a second, but just loading web pages works fine. |
Beta Was this translation helpful? Give feedback.
No as things stand, the viewer only works on the raspberry pi.