Skip to content

Commit 564b076

Browse files
authored
add iNav and Ardu to README
1 parent 1c817e4 commit 564b076

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Provided targets and tools are:
2424

2525
## Installation
2626

27-
Build the needed targets:
27+
Build the needed targets or install using WTFOS:
2828

2929
```
3030
make -f Makefile.dji msp_displayport_mux
@@ -36,14 +36,27 @@ make -f Makefile.dji osd_dji
3636
* Ensure that the correct UART is set to use MSP
3737
* Enable MSP DisplayPort
3838

39-
On Betaflight, this is done using the following commands:
39+
On *Betaflight*, this is done using the following commands:
4040

4141
```
4242
set osd_displayport_device = MSP
4343
set displayport_msp_serial = <ConfiguratorUART - 1>
4444
```
4545

46-
> Eg.: If the Configurator says UART2, the value for **<ConfiguratorUART - 1>** is **1**.
46+
Eg.: If the Configurator says UART2, the value for **<ConfiguratorUART - 1>** is **1**.
47+
48+
On *iNav*, this is done by selecting "HDZero VTx" as the Peripheral.
49+
50+
On *Ardupilot*, this is done by setting:
51+
52+
```
53+
SERIALx_PROTOCOL = 42
54+
OSD_TYPE = 5
55+
```
56+
57+
and optionally
58+
59+
`MSP_OPTIONS = 4` to allow the use of a Betaflight font.
4760

4861
### Air Unit / Air Unit Lite (Vista)
4962

0 commit comments

Comments
 (0)