Page 1 of 1

Problems with MT32-pi after updating to v.0.13.0

Posted: Tue Mar 14, 2023 9:42 am
by retro

I updated my MT32-pi to the latest release (v0.13.0) today.

Unfortunately this is causing garbled text on the OLED, and also randomly getting Unknown Mode notifications.

U1hwL2e.jpg
U1hwL2e.jpg (70.33 KiB) Viewed 4931 times
ujVWG8j.jpg
ujVWG8j.jpg (85.96 KiB) Viewed 4931 times

I searched online and https://github.com/dwhinham/mt32-pi/issues/292 was the only result I got for this problem.

My MT32-pi HAT (along with every part of the MiSTer except for the DE-10 Nano) was purchased from https://misterfpga.co.uk.

I am using a Raspberry Pi 3B+.

Please advice.


Re: Problems with MT32-pi after updating to v.0.13.0

Posted: Tue Mar 14, 2023 10:43 am
by Bas

That looks like it'll be fixed in the next firmware build. So you can either build it yourself, wait for the new build or revert to the last known working version.


Re: Problems with MT32-pi after updating to v.0.13.0

Posted: Tue Mar 14, 2023 1:07 pm
by MorkMikael

i may have had the same problem for me if everything worked for you in v0.12.1
what fixed it for me was backing up my config.txt and mt32-pi.cfg
and delete every thing except roms and soundfront.
and go to https://github.com/dwhinham/mt32-pi/releases and get v0.13.0 from there.
and then get the new mt32-pi.cfg file from v0.13.0 and update your options form v0.12.1 mt32-pi.cfg to mt32-pi.cfg file from v0.13.0
and then copy over the files form v0.13.0 except mt32-pi.cfg and config.txt
and then it work for me

e7G78Ng.jpg
e7G78Ng.jpg (602.95 KiB) Viewed 4929 times

Re: Problems with MT32-pi after updating to v.0.13.0

Posted: Wed Mar 15, 2023 6:56 am
by retro
MorkMikael wrote: Tue Mar 14, 2023 1:07 pm

i may have had the same problem for me if everything worked for you in v0.12.1
what fixed it for me was backing up my config.txt and mt32-pi.cfg
and delete every thing except roms and soundfront.
and go to https://github.com/dwhinham/mt32-pi/releases and get v0.13.0 from there.
and then get the new mt32-pi.cfg file from v0.13.0 and update your options form v0.12.1 mt32-pi.cfg to mt32-pi.cfg file from v0.13.0
and then copy over the files form v0.13.0 except mt32-pi.cfg and config.txt
and then it work for me

Yeah, it was working fine in v0.12.1 without any problems.

I'll try your solution later today and report the outcome. Thank you!


Re: Problems with MT32-pi after updating to v.0.13.0

Posted: Wed Mar 15, 2023 7:33 am
by neogeo81

Works with my MT32 Pi Zero


Re: Problems with MT32-pi after updating to v.0.13.0

Posted: Thu Mar 16, 2023 12:57 am
by retro

Found the cause to be the core_freq and core_freq_min lines in config.txt since they were new additions with this latest release, and my backed up copy of this file didn't have them.

Thank you @MorkMikael. Your post led me to this solution :)