Raspberry Pi Zero 2 W Support Now Added to MT32-Pi
-
- Site Admin
- Posts: 479
- Joined: Wed May 20, 2020 3:36 pm
- Has thanked: 227 times
- Been thanked: 805 times
Raspberry Pi Zero 2 W Support Now Added to MT32-Pi
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
https://github.com/dwhinham/mt32-pi/rel ... .11.0?s=09
-
- Top Contributor
- Posts: 375
- Joined: Sun Sep 27, 2020 10:16 am
- Has thanked: 209 times
- Been thanked: 87 times
Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi
So it happened just like then? No downsides? Pretty awesome if that's the case.
Remastering Classic Game Cinematics: My new Youtube fun, check it out
https://www.youtube.com/@neocaron87
Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi
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)
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
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
- d0pefish
- mt32-pi Creator
- Posts: 39
- Joined: Fri Dec 11, 2020 6:38 pm
- Location: Newcastle-upon-Tyne, UK
- Has thanked: 27 times
- Been thanked: 29 times
- Contact:
Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi
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!
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!
Re: Raspberry Pi Zero 2 W Support Now Added to MT32-Pi
Thank you for the infomation and the update!! I like it a lot!