Page 1 of 1

Raspberry Pi Zero 2 W Support Now Added to MT32-Pi

Posted: Mon Dec 13, 2021 9:40 am
by Xbytez
The latest MT32-Pi update now includes full support for Pi Zero 2 W. This release also adds an embedded FTP server.

https://github.com/dwhinham/mt32-pi/rel ... .11.0?s=09

Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi

Posted: Mon Dec 13, 2021 11:03 am
by Neocaron
So it happened just like then? No downsides? Pretty awesome if that's the case.

Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi

Posted: Mon Dec 13, 2021 1:52 pm
by NegSol
:mrgreen: Works nicely - great release! :mrgreen:

Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi

Posted: Mon Dec 13, 2021 4:54 pm
by nizce
Great!

Any changes needed to the pinout info on the wiki or is it the same?

Saw this info in the release notes, so just want to make sure:
"PWM audio is available on GPIO pins 12/13 for this model."

The pinout table in the wiki does not mention GPIO pin 13, but GPIO pin 12 is used for something called 'I²S BCLK' (been there since before this latest release)

Sorry if it's a dumb question, just want to make sure I don't connect wrong(don't have an IO board) :)

Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi

Posted: Mon Dec 13, 2021 6:05 pm
by NegSol
I use i2s as audio out and configured my GPIO like in the wiki - so 12 is connected to D11/MOSI (i.e. I²S BCLK). I guess i2s and PWM audio are mutually exclusive - so then one could reuse 12 and 13 for this. But that would be a bit strange, as there are so many GPIO Pins available. I do not know :( :? :)

Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi

Posted: Mon Dec 13, 2021 6:36 pm
by d0pefish
First, don't confuse GPIO pins with physical pins. GPIO 12/13 are on physical pins 32/33 (see https://pinout.xyz).

Second, PWM audio is ... just that. PWM audio. This is irrelevant for MiSTer use, which uses I²S. This changelog note is for weird people who want to reconstruct the missing "headphone jack" PWM audio circuit you normally find on the larger Pi models, which is, as we all know, poor quality for this use case.

TL;DR - ignore that changelog note, it doesn't apply to you. The MiSTer connection pinout on the wiki page is still correct.

Have fun! 8-)

Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi

Posted: Mon Dec 13, 2021 9:40 pm
by NegSol
Thank you for the infomation and the update!! I like it a lot!

Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi

Posted: Fri Dec 24, 2021 12:53 pm
by Akuma
d0pefish wrote: Mon Dec 13, 2021 6:36 pm Have fun! 8-)
Do you think its possible to PXE-boot the PI from the DE-10 nano?