Skip to content

firtel-t/aic8800-sdio-openwrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIC8800 SDIO Driver for OpenWrt

OpenWrt kernel module package for the AIC8800D80 Wi-Fi 6 chipset (SDIO interface).

Targets boards like:

  • Radxa Zero 3W
  • Radxa Rock 3C (rev 1.4+)
  • Other RK3566/RK3568 boards with onboard AIC8800D80

Compatibility

OpenWrt Kernel Target Status
25.12.x 6.12 rockchip/armv8 ✅ Target
24.10.x 6.6 rockchip/armv8 Should work (untested)

Install on Device

# Copy the .ipk files to your OpenWrt device, then:
opkg install kmod-aic8800-sdio_*.ipk
opkg install aic8800-sdio-firmware_*.ipk

# Verify
dmesg | grep aic8800
iw dev

Package Contents

  • kmod-aic8800-sdio — Kernel modules (aic_load_fw.ko, aic8800_fdrv.ko)
  • aic8800-sdio-firmware — Firmware files installed to /lib/firmware/aic8800D80/

Source

Notes

  • The AIC8800 driver is not in the mainline Linux kernel and likely won't be merged upstream due to code quality issues.
  • This is an unofficial community effort. Use at your own risk.
  • Bluetooth support is not included in this package.

License

Driver source: GPL-2.0 (as declared by Aicsemi/Radxa) OpenWrt packaging: GPL-2.0

About

This repository provides Makefiles for building AIC8800 kernel modules for the Radxa 3W board.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors