ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.8k stars 1.86k forks source link

Support Ugoos AM6B Plus? #115

Closed UMU618 closed 2 years ago

UMU618 commented 2 years ago

CPU: S922X-J WiFi6: AP6398S

ophub commented 2 years ago

Can support the use of wired network.

UMU618 commented 2 years ago

khadas vim3 uses the same AP6398S, and CoreELEC supports vim3.

ophub commented 2 years ago

There was no user feedback on this device before, and I asked the flippy boss about the wireless problem. The AP6398S belongs to brcmfmac, and the chip is brcm4359-sdio. The driver path is drivers/net/wireless/broadcom/mac80211/brcmfmac

https://github.com/unifreq/linux-5.15.y/blob/main/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c#L625

Snip20220221_2

The fourth from the bottom on the picture is brcm4359-sdio, so it is theoretically supported, but requires real device testing.