Seeed studio reComputer RK3576

Hi,

Just a tips to make wifi AIC8800 working under Diepi on the reComputer RK3576.

1 Download the Armbian debian forky minimal image.
2 Run the board once to setup root account + apt update + apt upgrade

3 Execute the dietpi installer script using generic device to keep armbian kernel

4 Setup dietpi first installation with ethernet cable
5 install wifi driver (dkms) :

apt install python3 dkms linux-headers-vendor-seeed-rk3576 build-essential net-tools git

Download 2 *.deb file from https://github.com/radxa-pkg/aic8800

https://github.com/radxa-pkg/aic8800/releases/download/5.0%2Bgit20260123.5f7be68d-6/aic8800-firmware_5.0+git20260123.5f7be68d-6_all.deb

https://github.com/radxa-pkg/aic8800/releases/download/5.0%2Bgit20260123.5f7be68d-6/aic8800-sdio-dkms_5.0+git20260123.5f7be68d-6_all.deb

Run

dpkg -i ./<aic8800-firmware_5.0+git20260123.5f7be68d-6_all.deb>

dpkg -i ./<aic8800-sdio-dkms_5.0+git20260123.5f7be68d-6_all.deb>

It’s will build the wifi driver ko module to enable the wifi interface!

Working : USB / 2 Ethernet / M2 NVME SSD / WIFI
Power draw idle : <2W with SSD + wifi sta active

Linux kernel : 6.1.115-vendor-seeed-rk3576

Not working : 4G modem on minipcie, break all usb ports (overlay?)