Raspotify startup in an infinte loop... Help :-/ #541
-
|
Hmm... Right. It's been a while since I did anything on Linux / Pi. I've dusted off an old Pi 2B+ though, as I was taken by the idea of running it as Spotify Connect device. This is my hardware info: And My set up steps are below, but the raspotify service never starts correctly and is in an infinite retry loop until I stop it. Would appreciate any pointers for things to check. Briefly I have the latest build of Bullseye Raspberry OS and to get it setup This is the service status output:
This is one of the restarts in the log, accessed using I also added raspotify to the Anyway, when I run I now feel like I'm at a dead end unless I can get some help on this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
A Raspberry Pi Model B Plus Rev 1.2 is a Pi 1 not a Pi 2. Raspotify no longer supports ARMv6 that is clearly stated in the readme. To elaborate. ARMv6 processors are not supported by upstream Debian armhf(true armhf = ARMv7). The Raspberry Pi Foundation sprinkles in their own sauce and repackages everything to make a distro that is ARMv6 compatible. Raspotify is built with upstream Debian libs not Raspberry Pi OS libs. Mainly because ARMv6 is a dead platform that is no longer even supported by ARM and the toolchain is really not maintained. |
Beta Was this translation helpful? Give feedback.
A Raspberry Pi Model B Plus Rev 1.2 is a Pi 1 not a Pi 2.
Raspotify no longer supports ARMv6 that is clearly stated in the readme.
To elaborate. ARMv6 processors are not supported by upstream Debian armhf(true armhf = ARMv7). The Raspberry Pi Foundation sprinkles in their own sauce and repackages everything to make a distro that is ARMv6 compatible.
Raspotify is built with upstream Debian libs not Raspberry Pi OS libs. Mainly because ARMv6 is a dead platform that is no longer even supported by ARM and the toolchain is really not maintained.