![]() |
ARM v7 compatibility (QNAP TS-231) - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Server Development (https://forum.jellyfin.org/f-server-development) +--- Thread: ARM v7 compatibility (QNAP TS-231) (/t-arm-v7-compatibility-qnap-ts-231) |
ARM v7 compatibility (QNAP TS-231) - Slava - 2025-07-25 I was trying my luck with QNAP TS 231 that is NOT in supported list. Well it has ARM v7 CPU, and I can't use jellyfin_10.10.7-02_arm64.qpkg Tried to start it from cli on my QNAP NAS: Quote:[/share/CACHEDEV4_DATA/.qpkg/jellyfin] # ./jellyfin.sh start So, I wonder if there is a chance to build a static project for ARM v7. And if so, how can I start? PS I saw this thread, but not sure if it is relevant: https://forum.jellyfin.org/t-getting-started?highlight=getting%2Bstarted RE: ARM v7 compatibility (QNAP TS-231) - bitmap - 2025-07-25 Try the 32-bit release. You can't run a 64-bit version on a 32-bit platform. Keep in mind that 32-bit ARM support is being deprecated in 10.11. https://repo.jellyfin.org/?path=/server/linux/latest-stable/armhf |