The old one USE AP6356S both the WIFI and Bluetooth work well with LibreELEC official images
Bash
grep "" /sys/bus/sdio/devices/mmc0\:0001\:*/uevent
/sys/bus/sdio/devices/mmc0:0001:1/uevent:DRIVER=brcmfmac
/sys/bus/sdio/devices/mmc0:0001:1/uevent:SDIO_CLASS=00
/sys/bus/sdio/devices/mmc0:0001:1/uevent:SDIO_ID=02D0:4356
/sys/bus/sdio/devices/mmc0:0001:1/uevent:SDIO_REVISION=0.0
/sys/bus/sdio/devices/mmc0:0001:1/uevent:MODALIAS=sdio:c00v02D0d4356
/sys/bus/sdio/devices/mmc0:0001:2/uevent:DRIVER=brcmfmac
/sys/bus/sdio/devices/mmc0:0001:2/uevent:SDIO_CLASS=00
/sys/bus/sdio/devices/mmc0:0001:2/uevent:SDIO_ID=02D0:4356
/sys/bus/sdio/devices/mmc0:0001:2/uevent:SDIO_REVISION=0.0
/sys/bus/sdio/devices/mmc0:0001:2/uevent:MODALIAS=sdio:c00v02D0d4356
/sys/bus/sdio/devices/mmc0:0001:3/uevent:SDIO_CLASS=02
/sys/bus/sdio/devices/mmc0:0001:3/uevent:SDIO_ID=02D0:4356
/sys/bus/sdio/devices/mmc0:0001:3/uevent:SDIO_REVISION=0.0
/sys/bus/sdio/devices/mmc0:0001:3/uevent:MODALIAS=sdio:c02v02D0d4356
Display More
The new one USE AP6398SV, with LibreELEC nightly images, only Bluetooth works, and there is no Wlan interface
Code
grep "" /sys/bus/sdio/devices/mmc0\:0001\:*/uevent
/sys/bus/sdio/devices/mmc0:0001:1/uevent:SDIO_CLASS=00
/sys/bus/sdio/devices/mmc0:0001:1/uevent:SDIO_ID=02D0:AAE7
/sys/bus/sdio/devices/mmc0:0001:1/uevent:SDIO_REVISION=0.0
/sys/bus/sdio/devices/mmc0:0001:1/uevent:MODALIAS=sdio:c00v02D0dAAE7
/sys/bus/sdio/devices/mmc0:0001:2/uevent:SDIO_CLASS=00
/sys/bus/sdio/devices/mmc0:0001:2/uevent:SDIO_ID=02D0:AAE7
/sys/bus/sdio/devices/mmc0:0001:2/uevent:SDIO_REVISION=0.0
/sys/bus/sdio/devices/mmc0:0001:2/uevent:MODALIAS=sdio:c00v02D0dAAE7
currently, there are only new boards for selling
they mark the wifi chip with read font to emphasize the difference
any plan to support this?
PS: AP6398S uses bcm4359, which is already supported by the Linux kernel
Maybe related: https://patchwork.kernel.org/project/linux-…27&archive=both