Installed 2022-09-22-raspbian-bullseye-arm64+aml-s905x-cc.img, which is the only bootable software for the potato, but for installing Music Player Daemon a port of the debian bullseye is required. How to install the mpd and mpc (music player client) on le potato?
All of the images are bootable and continuously tested. For software, search online for Debian instructions.
I downloaded following images:2022-09-22-raspbian-bullseye-armhf+all-h3-cc-h3, Armbian_23.02.2_Lepotato_jammy_current_6.1.11, ext4, debian-bookworm-arm64-taiwe9.bin.gz and debian-bullseye-arm64-cohzi4.bin.gz. none of them are bootable. Only the image 2022-09-22-raspbian-bullseye-arm64+aml-s905x-cc works. During start up characters are unreadable
during installing mpd always same error: configparser is missing!
Le Potato is aml-s905x-cc not all-h3-cc-h3. You downloaded the wrong image. Please read the instructions on the download page.
Installed 2022-09-22-raspbian-bullseye-arm64+aml-s905x-cc on a Sandisk extreme pro 32GB micro SD. Next I gave following commands: $ sudo apt-get update, $ sudo apt-get upgrade, $ sudo reboot, $ sudo apt-get install mpd mpc python3-mpd python3-rpi.gpio and then $ sudo apt install python-configparser python2 but that latest command resulted in an error: can’t find package python-configparser. Then tried the command:
$ wget http://www.bobrathbone.com/raspberrypi/packages/radiod_7.4_armhf.deb. This Raspberry PI Internet Radio software is distributed as a Debian package. Then I wanted to use the dpkg command to unpack the radio software $ sudo dpkg -i radiod_7.4_armhf.deb but I got errors: dpkg: requirement problems prevent configuration of radiod:armhf because radiod:armhf depends on python2, python3, python3-mpd, python3-rpi.gpio, python-configparser, mpd and mpc. All remain unconfigured. What to do to run the mpd because I have no idea to find the correct debian instructions
This package was designed for Raspbian 10. You downloaded Raspbian 11. That package no longer exists in Raspbian 11 and the software you are using is near obsolete.
Thank you, I will follow your instructions
kind regards