Downloading Corresponding Image
Use Network Disk🚀 to download the provided .img image file in the System Image/Ubuntu24/ directory.
The image used in this document is: TaishanPi-3M-RK3576_Ubuntu24-Xubuntu_RTL8852BE.img
Download the image containing the corresponding model name.
| # | Model Name | Purchase Link | Remarks |
|---|---|---|---|
| 1 | RTL8852BE | Link | Testing & Reference only & No cooperation (if purchasing, ask the merchant to give a metal extension board to secure the module) |
| 2 |
Connecting PCIe-WiFi Module
Flashing Image to Development Board
Reference Finished Image Flashing to flash the downloaded image to the development board.
Testing Network Connection
Check if wlan0 device exists:
bash
ifconfig1
Check if wlan0 device is using the RTL8852BE chip driver:
bash
readlink -f /sys/class/net/wlan0/device/driver1
If wlan0 device exists, it means 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, use ping command to test if the network is working: