06-30-2024, 10:48 PM
(This post was last modified: 06-30-2024, 11:02 PM by jenzd.
Edit Reason: fixed typo
)
Quick update: I checked if the guide still works with the Moode 9 series (tested with version 9.0.3). In principle the build process still works, yet I encountered two problems:
Best regards
Jens
- Step 1: Installing the build dependencies with apt repeatedly caused a crash on both a Pi Zero 2W and a Pi 3 A+, probably due to insufficient memory (both have 512 MB). This issue should be solved in the upcoming Moode version 9.0.4 where swap file support has been activated.
- Step 2: The bluez-alsa source package is currently still missing in the moodeaudio package repository for bookworm. In order to get the package source, I had to temporarily add the source repository meant for the previous Rapsberry Pi OS version (bullseye) to the file /etc/apt/sources.list.d/moodeaudio-m8y.list :
Code:
deb-src [signed-by=/usr/share/keyrings/moodeaudio-m8y-archive-keyring.gpg] https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bullseye main
Best regards
Jens