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
Comments
Post a Comment