![]() |
Pi Zero 2 W - 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: Pi Zero 2 W (/showthread.php?tid=4414) |
RE: Pi Zero 2 W - TheOldPresbyope - 01-06-2022 (01-06-2022, 02:43 PM)Tim Curtis Wrote: The specs indicate the zero-2 is Cortex A53 which is 4-core ARMv8 and so in theory should be able to run Camilla. @Tim Curtis, @bitlab Adding my CM4 was straight forward but the Zero 2 W will be a bit trickier. In /var/www/snd-config.php we find this snippet Code: $model = substr($_SESSION['hdwrrev'], 3, 1); Here's what debugging reveals for three boards of mine Code: Raspberry Pi 3B+ As you can see, adding the CM4 was just a matter of introducing an additional if clause || $cmmodel = "CM4" OTOH, the existing substring variables aren't much use with the Zero 2 W. I might hack something tonight just to convince myself it is a viable platform but I can't imagine it isn't. It's performance is rather similar to the Pi 3A+ Regards, Kent RE: Pi Zero 2 W - Tim Curtis - 01-06-2022 Might have to do something like below... Code: (strpos($name, 'Pi-Zero 2') !== false) RE: Pi Zero 2 W - TheOldPresbyope - 01-07-2022 (01-06-2022, 11:00 PM)Tim Curtis Wrote: Might have to do something like below... Yup. Now can enable camilladsp on my Zero 2 W as well as my CM4. No time to benchmark comprehensively but just choosing the conv_ae_oratory1990__hd800s configuration, setting the Pi HDMI or Pi Audio jack as output device, and looking at the output from the top command while playing an Internet radio station I see the camilladsp process consuming; 6.6% CPU on RPi4B 6.6% CPU on CM4 8.6% CPU on RPi3B+ 12.3% CPU on Zero 2 W (where all the percentages jump around in roughly a 1% range). The Zero 2 W seems up to the challenge. Regards, Kent RE: Pi Zero 2 W - DRONE7 - 02-06-2022 (10-29-2021, 07:18 PM)TheOldPresbyope Wrote: As for the Zero 2 W, I (pre)ordered one from pishop.us the day of the release announcement. Who knows, it might arrive here before Christmas. I'm not holding my breath after my experience in ordering RPi4B and CM4 boards when they were first released. My Zero 2 W arrived today. Yay ! :-) $25 NZ (16.57 US)+ shipping($6.50 NZ) and still there are traders locally offering for $89.00 NZ ($59.01 US) ![]() |