Skip to main content

HOW TO ENABLE WIFI AND BLUETOOTH (RT8822CS) IN BANANA PI M5

We all know that there are very few topics available on internet regarding installation of RT8822CS Bluetooth and WiFi adapter for Banana Pi BPI-M5.In this post I will explain each and every step to install the official RT8822CS card in your Banana Pi M5/M2 Pro.At First, I will assume that you have successfully installed the Android in your Banana Pi M5,In case you want to install android follow the steps given in the below video:
Now, follow the below steps to setup RT8822CS card in your device.
1. First of all, download and install the ADB, Fastboot & their Drivers from here on your computer.
2. Enable developer options on Banana Pi M5 by visiting Settings > Tap Build number 7 to 8 times and then enable usb debugging from developer options.
3. Now on your computer, open command prompt and run following commands one by one:
adb devices
adb root
adb remount
adb shell
echo dtbo > /sys/class/unifykeys/name
echo "1" > /sys/class/unifykeys/write
reboot
you will get output like this:
4. Now Connect the RT8822CS module with your BPI M5 as shown in given image and reboot the device.
5. Congratulations, after reboot you will be able to use wifi/bt on your Banana Pi M5.
Subscribe my youtube channel for more tutorials.

Comments

Popular Posts

CONVERT YOUR OLD LAPTOP INTO NAS SERVER

Network Attached Storage (NAS) is a type of storage device that is designed to be connected to a network and provide file-level data access to multiple users or clients. NAS devices are specialized computers that are optimized for data storage, management, and access. NAS devices typically consist of one or more hard drives that are arranged in a RAID configuration to provide redundancy and data protection. They are equipped with network interfaces such as Ethernet ports, which allow them to be connected to a local area network (LAN) or a wide area network (WAN). Once connected to the network, the NAS device can be accessed by multiple clients or users, who can then use it to store, retrieve, and share files. NAS devices are popular in both home and business environments, where they are used to store a wide range of data, including documents, photos, videos, music, and other multimedia files. They are often used as a central repository for shared files, and can be accessed by multiple

HOW TO INSTALL ANDROID 9 (PIE) ON BANANA PI M5

In this tutorial I will tell you that how can you install Android 9 Pie on your Banana Pi M5. Only few articles are available online explaining the installation procedure, but they are just confusing. I also struggled a lot to install android on my Banana Pi M5 as i was not getting the proper steps. But after lot of research finally I will be able to install android on my Banana Pi M5. To make everything work properly just follow each and every given step carefully: Download the Android image from here and extract it somewhere on your computer. Download Aml USB Burning Tool from here  and install it. Now, open the Aml USB Burning Tool and insert android image which we have downloaded earlier by heading over to File > Import Image > select image with .img extension as shown. Now, connect the Banana Pi M5 with your computer by continuously pressing the SW4 button and then insert the USB simultaneously into the computer. Release the button when connection establish with your comp