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 <