Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Pi Zero 2 W
#1
Hi folks,

The Pi Zero 2 W has been released (https://www.raspberrypi.com/news/new-ras...ero-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

Reply
#2
(10-28-2021, 10:05 AM)philrandal Wrote: Hi folks,

The Pi Zero 2 W has been released (https://www.raspberrypi.com/news/new-ras...ero-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

Quad core Arm v7 make it so much more attractive for tiny moOde projects.
Reply
#3
(10-28-2021, 11:27 AM)TheOldPresbyope Wrote:
(10-28-2021, 10:05 AM)philrandal Wrote: Hi folks,

The Pi Zero 2 W has been released (https://www.raspberrypi.com/news/new-ras...ero-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

Quad core Arm v7 make it so much more attractive for tiny moOde projects.

Maybe even CamillaDSP will work on it.
Reply
#4
(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,

The Pi Zero 2 W has been released (https://www.raspberrypi.com/news/new-ras...ero-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

Quad core Arm v7 make it so much more attractive for tiny moOde projects.

Maybe even CamillaDSP will work on it.

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.


Attached Files Thumbnail(s)
   

Reply
#5
(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

Reply
#6
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.
Reply
#7
(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.

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

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.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#8
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:~ $
Reply
#9
(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.
Some speakers seem to have more issues.

pi@moode:~ $ moodeutl --revision
0x902120        Unknown Pi model        ?.?     512MB   Sony UK BCM2837
pi@moode:~ $

You beat me to it by a minute!

I'd posted the revision code at the start of this thread.

Cheers,

Phil

Reply
#10
(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.

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

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.

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

Reply


Forum Jump: