From 874f867f530d29fd18ff76953e3c8bf3697c2075 Mon Sep 17 00:00:00 2001 From: MarioFPV <57532232+MarioFPVdev@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:21:20 +0000 Subject: [PATCH] Latest MSPOSD manual installation guide --- README-manual.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README-manual.md b/README-manual.md index 38a5e9e..b76a07c 100644 --- a/README-manual.md +++ b/README-manual.md @@ -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 @@ -17,6 +18,12 @@ 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 @@ -24,18 +31,12 @@ Copy the following files from the root of this repository to the `/usr/bin/` dir 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