CamillaDSP for piCorePlayer

The wget error does not happen on my machine. Either there is something wrong with your network setup, or you just need to try again later.

I just updated the script to use the new piCore 9.2.0 and CamillaDSP 2.0.3 with GUI 2.1.1.
Check it out at https://github.com/JWahle/piCoreCDSP
Thank you for your answer.
I already modified the script and i was identical to your new one. After a few attempts, the installation from the US repository worked. In others, for example, the “alsa-modules-6.1.77-pcpCore-v8.tcz” and/or others were missing. Strange.
I tried again with a new pCP 9.2.0 64bit image and your updated script. The script ran again, but after the reboot there is no GUI on port 5000. Attempts to start CamillaDSP GUI manually resulted in the following error:

tc@pCP:/usr/local$ python3.11 /usr/local/camillagui/main.py
Traceback (most recent call last):
File "/usr/local/camillagui/main.py", line 1, in <module>
from aiohttp import web
ModuleNotFoundError: No module named 'aiohttp'

I could find that module in
/tmp/tcloop/piCoreCDSP/usr/local/camillagui/environment/lib/python3.11/site-packages/aiohttp (64bit)
/usr/local/camillagui/environment/lib/python3.11/site-packages/aiohttp (32bit)

I can't get any further with my beginner's knowledge. Does the script perhaps only work with pCP 32bit?
 
I tried again today. New image, 32bit this time, only DAC and Wifi entered. The script runs without errors, the Raspberry reboots, camilladsp is entered as the output but there is no server running on port 5000.
I don't understand it. What can I do?
 
@JWahle
This is to thank you for this excellent script. I was not only able to have a working Camilladsp setup in piCorePlayer, i also found it really helpful to use as a template for writing a similar script to install the Hifiberry DSP toolkit on piCorePlayer. Hope you don’t mind. Learned a lot about piCorePlayer from your script.
Install_hbdsp.sh can be found in the contrib directory of the hifiberry-dsp repository if you want to have a look.
 
  • Like
Reactions: JWahle
Yes: 🙂


//
 
Thank you very much for the script. I just used it on a new installation of PiCorePlayer and it worked without any problems. In addition I was able to import filter configs to camilla that I had created for another distribution (Moode) without any problems. Fantastic.

One question: The config files are stored in /mnt/mmcblk0p2/tce/camilladsp/config. Are these protected by the usual tiny core mechanisms i.e., can I simply pull the plug without risking to ruin the sd card?

Cheers, Joachim