diff --git a/README.md b/README.md index bab47af..4616c35 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ OpenIPC Wiki - [OpenIPC as FPV system](en/fpv.md) - [Sigmastar FPV devices](en/fpv-sigmastar.md) - [Ubuntu based groundstation](en/fpv-gs-ubuntu.md) +- [OrangePI 5 Ubuntu based groundstation](en/fpv-orange_pi5-ground.md) ### Troubleshooting - [Network does not work](en/trouble-network.md) diff --git a/en/fpv-orange_pi5-ground.md b/en/fpv-orange_pi5-ground.md new file mode 100644 index 0000000..be93b80 --- /dev/null +++ b/en/fpv-orange_pi5-ground.md @@ -0,0 +1,160 @@ +# OpenIPC Wiki + +[Table of Content](../README.md) + +## Quick Setup of Ground Station for OrangePi 5 Ubuntu 22.04 + +--- + +

+ Logo  + Logo +

+ +### Prepare + +``` +sudo apt update +sudo apt upgrade +``` + +### Download and install the Linux kernel headers for rockchip rk3588 + +[https://drive.google.com/drive/folders/1R7VmAeo3_LpFDQvYSEG9ymAC-DvaLt47](https://drive.google.com/drive/folders/1R7VmAeo3_LpFDQvYSEG9ymAC-DvaLt47) + +``` +sudo dpkg -i linux-headers-legacy-rockchip-rk3588_1.1.2_arm64.deb +sudo dpkg -i linux-image-legacy-rockchip-rk3588_1.1.2_arm64.deb +``` + +### Wifi card driver + +To disable add it to the blacklist: + +``` +sudo bash -c "cat > /etc/modprobe.d/wfb.conf <