diff --git a/en/fpv-gs-ubuntu.md b/en/fpv-gs-ubuntu.md index 6a81841..f2ac8a9 100644 --- a/en/fpv-gs-ubuntu.md +++ b/en/fpv-gs-ubuntu.md @@ -1,16 +1,15 @@ # OpenIPC Wiki [Table of Content](../README.md) -Instructions for installing OpenIPC firmware on SigmaStar devices ------------------------------------------------------------------ +Step by step commands to run GoundStation on Ubuntu 22.04 +---------------------------------------------------------

Logo

-## Step by step commands to run GS on Ubuntu 22.04 - Video version: - [OpenIPC - Prepare GroundStation: Ubuntu + QGroundControl](https://www.youtube.com/watch?v=JMtRAsOm0Dc) + ### Prepare ``` sudo apt update @@ -19,6 +18,7 @@ sudo apt update sudo apt install dkms git python3-all-dev net-tools virtualenv fakeroot debhelper python3-twisted libpcap-dev python3-pyroute2 python3-future python3-configparser python3-all libsodium-dev ``` + ### Libsodium ``` git clone https://github.com/jedisct1/libsodium --branch stable @@ -27,22 +27,26 @@ cd libsodium make && make check sudo make install ``` + ### Wifi card driver ``` git clone -b v5.2.20 https://github.com/svpcom/rtl8812au.git cd rtl8812au/ sudo ./dkms-install.sh ``` + ### WFB-NG ``` git clone -b stable https://github.com/svpcom/wfb-ng.git cd wfb-ng sudo ./scripts/install_gs.sh wlan0 ``` + ### Channel configuration ``` vi /etc/wifibroadcast.cfg ``` + ### Start WFB CLI ``` wfb-cli gs @@ -55,19 +59,22 @@ systemctl status wifibroadcast@gs systemctl stop wifibroadcast@gs systemctl start wifibroadcast@gs ``` + ### Qground control manual - https://docs.qgroundcontrol.com/master/en/getting_started/download_and_install.html +- https://docs.qgroundcontrol.com/master/en/getting_started/download_and_install.html ### Get last logs from service ``` journalctl -xu wifibroadcast@gs -n 100 ``` + ### Useful commands ``` nmcli ifconfig iwconfig + ```