支持WiFi与4G模组联网
背景
本文基于4G模组/WiFi网络的目标,需要首先在T113s3Pro-V1.3-SdNand 工业套件上把4G模组联网,和WiFi功能支持起来,然后再去实现其他功能。
WiFi模组适配
WiFi模组介绍
T113s3Pro-V1.3-SdNand 工业套件,板载的AIC8800是具有双频WiFi6和BT二合一模块,。
模组移植适配
在百问网开发网站提供的补丁包,打入完成后,具有了WiFi模组的驱动程序。
T113S3-PRO_TinaSDK5
├── kernel
│ └── linux-5.4
│ └── drivers
│ └── net
│ └── wireless
│ └── aic8800
│ ├── Kconfig
│ ├── Makefile
│ ├── aic8800_bsp
│ │ ├── Makefile
│ │ ├── aic8800d80_compat.c
│ │ ├── aic8800d80_compat.h
│ │ ├── aic8800dc_compat.c
│ │ ├── aic8800dc_compat.h
...
│ └── aic8800_fdrv
│ ├── sdio_host.h
│ ├── usb_host.c
│ └── usb_host.h
└── platform
└── allwinner
└─ ─ wireless
└── firmware
└── aic8800
└── aic8800d80
├── aic_userconfig_8800d80.txt
├── fmacfw_8800d80_u02.bin
├── fw_adid_8800d80_u02.bin
├── fw_patch_8800d80_u02.bin
├── fw_patch_table_8800d80_u02.bin
└── lmacfw_rf_8800d80_u02.bin