![]() |
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) |
Pi Zero 2 W - philrandal - 10-28-2021 Hi folks, The Pi Zero 2 W has been released (https://www.raspberrypi.com/news/new-raspberry-pi-zero-2-w-2/). Moode might need updating to recognise it. Revision code: 902120 Model: Zero 2 W Revision: 1.0 RAM: 512MB Manufacturer: Sony UK Cheers, Phil RE: Pi Zero 2 W - TheOldPresbyope - 10-28-2021 (10-28-2021, 10:05 AM)philrandal Wrote: Hi folks, Quad core Arm v7 make it so much more attractive for tiny moOde projects. RE: Pi Zero 2 W - Sehnsucht - 10-28-2021 (10-28-2021, 11:27 AM)TheOldPresbyope Wrote:(10-28-2021, 10:05 AM)philrandal Wrote: Hi folks, Maybe even CamillaDSP will work on it. RE: Pi Zero 2 W - philrandal - 10-29-2021 (10-28-2021, 11:04 PM)Sehnsucht Wrote:(10-28-2021, 11:27 AM)TheOldPresbyope Wrote:(10-28-2021, 10:05 AM)philrandal Wrote: Hi folks, I haven't used it, so can't begin to try that. But, here's Moode 7.4.1 out of the box on the Pi Zero 2 W. RE: Pi Zero 2 W - philrandal - 10-29-2021 (10-29-2021, 11:32 AM)philrandal Wrote: But, here's Moode 7.4.1 out of the box on the Pi Zero 2 W. As Moode doesn't recognise the Zero 2 W, I can't select the 64-bit kernel to play with. I haven't the time to test any further today, alas, so I can't do any quick code hacking to get it recognised properly. Might have a chance tomorrow. Cheers, Phil RE: Pi Zero 2 W - Lukesan - 10-29-2021 Count me in for a new image. Finally my old Zero W can retire .. or as it goes, looking at another project to use it. RE: Pi Zero 2 W - Tim Curtis - 10-29-2021 (10-29-2021, 11:36 AM)philrandal Wrote:(10-29-2021, 11:32 AM)philrandal Wrote: But, here's Moode 7.4.1 out of the box on the Pi Zero 2 W. Odd that it doesn't fish the Pi model out of the revision code. What is the output from the command below? Code: moodeutl --revision It runs /var/www/command/pyrev.py to parse the revision code. RE: Pi Zero 2 W - Lukesan - 10-29-2021 Just flashed it on a couple of sd-cards to verify something. BT playback, were I use it for, is very very sketchy, it seems to interrupt all the time. Some speakers seem to have more issues. pi@moode:~ $ moodeutl --revision 0x902120 Unknown Pi model ?.? 512MB Sony UK BCM2837 pi@moode:~ $ RE: Pi Zero 2 W - philrandal - 10-29-2021 (10-29-2021, 01:47 PM)Lukesan Wrote: Just flashed it on a couple of sd-cards to verify something. BT playback, were I use it for, is very very sketchy, it seems to interrupt all the time. You beat me to it by a minute! I'd posted the revision code at the start of this thread. Cheers, Phil RE: Pi Zero 2 W - philrandal - 10-29-2021 (10-29-2021, 01:11 PM)Tim Curtis Wrote:(10-29-2021, 11:36 AM)philrandal Wrote:(10-29-2021, 11:32 AM)philrandal Wrote: But, here's Moode 7.4.1 out of the box on the Pi Zero 2 W. adding: 0x12: "Zero 2 W", to PI_TYPES in pirev.py makes moodeutl --revision behave, but we still need extra code in sys-config.php to be able to select a 64-bit kernel. Cheers, Phil |