Downloading the Corresponding Image
Download our provided .img image file from the Network Disk🚀 in the System Image/Debian12/ directory.
The image used in this document is: TaishanPi-3M-RK3576_Debian12-Xfce_RTL8852BE.img
Just download the image containing the corresponding model.
| # | Model Name | Purchase Link | Remarks |
|---|---|---|---|
| 1 | RTL8852BE | Link | Testing&Reference only&No cooperation (If purchasing, ask the merchant to gift a metal extension board to secure the module) |
| 2 |
Connecting the PCIe WiFi Module
Flashing the Image to the Development Board
Refer to Finished Image Flashing to flash the downloaded image file to the development board.
Testing Network Connection
Check if the wlan0 device exists:
bash
ifconfig1
Check if the wlan0 device is using the RTL8852BE chip driver:
bash
readlink -f /sys/class/net/wlan0/device/driver1
If the wlan0 device exists, the WiFi driver is loaded successfully. Scan for WiFi signals around:
Press
qto exit the scan interface
bash
sudo nmcli device wifi list1
Connect to wifi:
bash
sudo nmcli dev wifi connect "WiFi_Name" password "WiFi_Password" ifname wlan01
After successful connection, you can use the ping command to test if the network is working: