You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues #289 and #291 described problems with mt32-pi v0.12.0 when used with MiSTer FPGA.
The problem has been narrowed-down as being related to the Raspberry Pi firmware version used (start_cd.elf / fixup_cd.dat).
Circle Step 44.5 (as shipped in mt32-pi v0.12.0) recommends firmware from March 24.
With firmware versions later than March 22, I²C communications between mt32-pi and MiSTer are broken (corrupt OLED screen, "Unknown mode" errors, etc).
This has been temporarily worked-around in v0.12.1 by reverting to the previous recommended firmware version (January 20th).
This issue is to track investigation into what the underlying issue is. The firmware commit history suggests changes related to clocks, hence there could be an issue with how Circle's mailbox driver is retrieving clocks via the firmware (the I²C master driver appears to rely on the core clock).
The text was updated successfully, but these errors were encountered:
Issues #289 and #291 described problems with mt32-pi v0.12.0 when used with MiSTer FPGA.
The problem has been narrowed-down as being related to the Raspberry Pi firmware version used (
start_cd.elf
/fixup_cd.dat
).Circle Step 44.5 (as shipped in mt32-pi v0.12.0) recommends firmware from March 24.
With firmware versions later than March 22, I²C communications between mt32-pi and MiSTer are broken (corrupt OLED screen, "Unknown mode" errors, etc).
This has been temporarily worked-around in v0.12.1 by reverting to the previous recommended firmware version (January 20th).
This issue is to track investigation into what the underlying issue is. The firmware commit history suggests changes related to clocks, hence there could be an issue with how Circle's mailbox driver is retrieving clocks via the firmware (the I²C master driver appears to rely on the core clock).
The text was updated successfully, but these errors were encountered: