crust-firmware / crust

SCP (power management) firmware for sunxi SoCs
Other
150 stars 34 forks source link

Crust & brcm-sdio interaction issue #200

Closed jernejsk closed 2 years ago

jernejsk commented 2 years ago

Type of issue

Bug report

It seems that Crust interacts badly with some brcm-sdio wifi modules. Typical crash is reported here: https://github.com/LibreELEC/LibreELEC.tv/pull/5890#issuecomment-974834661 I also observed similar crash on another board, OrangePi Win. Note that issue appears already at cold boot, which doesn't make much sense to me. Crust doesn't interact with SDIO and Linux enables 32 kHz output after Crust is loaded. Any idea?

Crust version: 2e5f355790b5f9cd941f939280adda6b4b6581c0 Used compiler: https://toolchains.bootlin.com/downloads/releases/toolchains/openrisc/tarballs/openrisc--musl--stable-2020.08-1.tar.bz2 Configs: orangepi_win_defconfig orangepi_one_defconfig (for BananaPi M2 Zero)

jernejsk commented 2 years ago

Sorry, seems to be LibreELEC issue.