waveshare / WM8960-Audio-HAT

The drivers of [WM8960 Audio HAT] for Raspberry Pi
GNU General Public License v3.0
100 stars 65 forks source link

The driver does not seem to work on Raspberry Pi 5 #51

Closed zytegalaxy closed 6 months ago

zytegalaxy commented 7 months ago

Installing the driver makes OS crash after reboot. Is there going to be a driver update for Raspberry Pi 5?

zytegalaxy commented 6 months ago

I opened a ticket and staff responded with the following fix that I tested and works on Pi 5 and Pi 4:

sudo bash install_wm8960.sh

https://github.com/ubopod/ubo-sdk/blob/main/system/setup/install_wm8960.sh

cnyanhao commented 3 months ago

Hi,

What did you do after failing the old method and before trying the new install_wm8960.sh? Do you uninstall the driver first? Do you set arm_64bit=0 in /boot/config.txt?

Thank you.