diff --git a/FPV-orange-pi-5-groundstation.md b/FPV-orange-pi-5-groundstation.md new file mode 100644 index 0000000..a697042 --- /dev/null +++ b/FPV-orange-pi-5-groundstation.md @@ -0,0 +1,251 @@ +Download Ubuntu Server ISO and flash to device -- https://github.com/Joshua-Riek/ubuntu-rockchip + + sudo apt update + sudo apt upgrade + +Go ahead and pull some packages we will need, too. + + sudo apt install dkms python3-all-dev fakeroot network-manager + + +------------------------------------------------------------------------------------------- + +Gsteamer setup with MPP + + +Download and install gstreamer + + sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 + + + +Download and install rockchip mpp, rga, and gstreamer plugin from an included custom PPA, for hardware accelerated decoding. + + sudo apt install gstreamer1.0-rockchip1 librga-dev librga2 librockchip-mpp-dev librockchip-mpp1 librockchip-vpu0 libv4l-rkmpp rockchip-multimedia-config libgl4es libgl4es-dev libdri2to3 + + + +test with: + + gst-inspect-1.0 | grep 265 + + gst-inspect-1.0 | grep mpp + + + + +----------------------------------------------------------------------- + +rtl8812au drivers installation + + +enter the following line-by-line + + sudo bash -c "cat > /etc/modprobe.d/wfb.conf < + RUNNING=$! + else + kill $RUNNING + RUNNING=0 + fi + sleep 0.2 + fi + sleep 0.1 + done + + + +Finally: + + sudo nano /etc/xdg/openbox/autostart + +add: + + bash /home/ubuntu/setdisplay.sh + + hsetroot -cover /home/ubuntu/desktop.png & + + sudo /home/ubuntu/dvr.sh & + + + +