mirror of https://github.com/OpenIPC/wiki.git
commit
76b1378bc4
|
@ -15,17 +15,7 @@ Video version: - [OpenIPC - Prepare GroundStation: Ubuntu + QGroundControl](http
|
||||||
sudo apt update
|
sudo apt update
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
sudo apt install dkms git python3-all-dev net-tools virtualenv fakeroot debhelper python3-twisted
|
sudo apt install dkms git python3-all-dev net-tools virtualenv fakeroot debhelper python3-twisted libpcap-dev python3-pyroute2 python3-future python3-all libsodium-dev
|
||||||
libpcap-dev python3-pyroute2 python3-future python3-configparser python3-all libsodium-dev
|
|
||||||
```
|
|
||||||
|
|
||||||
### Libsodium
|
|
||||||
```
|
|
||||||
git clone https://github.com/jedisct1/libsodium --branch stable
|
|
||||||
cd libsodium
|
|
||||||
./configure
|
|
||||||
make && make check
|
|
||||||
sudo make install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Wifi card driver
|
### Wifi card driver
|
||||||
|
@ -62,7 +52,7 @@ systemctl start wifibroadcast@gs
|
||||||
|
|
||||||
### Qground control manual
|
### Qground control manual
|
||||||
|
|
||||||
- https://docs.qgroundcontrol.com/master/en/getting_started/download_and_install.html
|
- https://docs.qgroundcontrol.com/master/en/qgc-user-guide/getting_started/download_and_install.html
|
||||||
|
|
||||||
### Get last logs from service
|
### Get last logs from service
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue