Moode Forum
Equal setups with different RasPi OS Version - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Equal setups with different RasPi OS Version (/showthread.php?tid=7220)



Equal setups with different RasPi OS Version - wadada - 12-22-2024

I have three moode systems. Now I figured that I do have different RasPi Versions. Moode is always 9.2.
Setup 1:
moOde release = 9.2.0 2024-12-21
RaspiOS = 12.5 Bookworm 64-bit
Linux kernel = 6.6.62 64-bit
Pi model = Pi-3B 1.2 1GB

Setup 2:
moOde release = 9.2.0 2024-12-21
RaspiOS = 12.8 Bookworm 64-bit
Linux kernel = 6.6.62 64-bit
Pi model = Pi-3B+ 1.3 1GB

Both installed some time back and bumped to latest moode version for some time.

Is this just a display bug? Or should I reinstall moode from scretch to get latest RasPiOS Version?


RE: Equal setups with different RasPi OS Version - Tim Curtis - 12-22-2024

It's just prolly some differences in which RaspiOS packages have been installed. The in-place update does not do an apt -y upgrade but instead install a specific set of packages. It done this way to avoid the situation where kernel or other packages are installed that break moode configs.

Run the command below to see which packages are upgradable.

Code:
sudo apt update && apt list --upgradable