Skip to content

Commit

Permalink
Latest MSPOSD manual installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored Oct 31, 2024
1 parent 2fdd6ff commit 874f867
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ This guide provides step-by-step instructions to install and configure msposd on
## Prerequisites

- Access to the device's file system and terminal.
- The following files from the root of this repository:
- The following file from the root of this repository:
- msposd
- font.png
- font_hd.png
- vtxmenu.ini

## Installation Steps

Expand All @@ -17,25 +18,25 @@ This guide provides step-by-step instructions to install and configure msposd on
Copy the following files from the root of this repository to the `/usr/bin/` directory on your device:

- msposd

Copy the following files from the root of this repository to the `/etc/` directory on your device:

- vtxmenu.ini

Copy the following files from the BF or INAV folders of this repository to the `/usr/share/fonts/` directory on your device:
- font.png
- font_hd.png

### 2. Configure the Device

Execute the following commands on your device:

#### Update the S98datalink Service

sed -i '/echo "Starting wifibroadcast service..."/c\msposd --master /dev/ttyS2 --baudrate 115200 --channels 8 --out 127.0.0.1:14555 -osd -r 20 --ahi 0 --wait 5 --persist 50 -v &' /etc/init.d/S98datalink
sed -i '/killall -q mavfwd/c\killall -q msposd' /etc/init.d/S98datalink

#### Disable Default Telemetry

sed -i '/telemetry=true/c\telemetry=false' /etc/datalink.conf
#### Change the router type

#### Terminate Any Running Instances of msposd
vi /etc/telemetry.conf

killall -q msposd
In the file change the router from whatever it is to router=2

#### Set Execution Permissions

Expand Down

0 comments on commit 874f867

Please sign in to comment.