Using JJPlus WMU6202 on NRU-50+

JJPlus WMU6202 is an mPCIe module with a USB interface powered by RTL8822BU. Since the RTL8822BU driver is not included as part of JetPack, the developer can install the driver manually to enable the WiFi and Bluetooth features of WMU6202.

Driver Installation

cd ~/Desktop
git clone https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
cd RTL88x2BU-Linux-Driver/
make clean
make -j$(nproc)
sudo make install

# Reboot
sudo reboot

Done!

Last updated