You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/hardware/EMAX/VRX/emax-wyvern-link-vrx.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,24 +87,7 @@ It is recommended to flash the latest firmware onto an SDcard and boot from the
87
87
### SBC 2.0.0 Beta2 setup for wfb-ng
88
88
Download [SBC 2.0.0 Beta](https://github.com/OpenIPC/sbc-groundstations/releases/tag/zero3w-v2.0.0-beta2) and flash onto an SDcard using [belenaEtcher](https://etcher.balena.io/) or your favorite flash utility. After the firmware is flashed remount the SDcard on your PC. The main /config drive will mount (possibly as D:) and allow you to edit the /config/setup.txt and the GPIO files.
89
89
90
-
Create a new GPIO button layout file /config/scripts/GPIO/Emax.yaml or modify the /config/scripts/GPIO/Custom.yaml file. Modify the setup.txt to use the matching GPIO. Here is an example setup.txt when using a new Emax.yaml file
91
-
```
92
-
# Set the screen_mode to your HDMI display's desired mode. Format is WxH@fps - Common values would be 1920x1080@60, 1920x1080@120. 1280x720@60, 1280x720@120
93
-
[screen mode]
94
-
screen_mode = 1920x1080@60
95
-
96
-
# Set the rec-fps to the fps at which your camera is shooting. e.g. 60, 90, 120
97
-
[dvr recording]
98
-
rec_fps = 60
99
-
100
-
# Set the gpio_layout. Accepted values are Ruby, Bonnet, Runcam, and Custom.
101
-
[gpio]
102
-
gpio_layout = Emax
103
-
104
-
# Setting osd to "ground" enables the vrx-side msposd_rockchip process.
105
-
[msposd]
106
-
osd = air
107
-
```
90
+
Create a new GPIO button layout file /config/scripts/GPIO/Emax.yaml or modify the /config/scripts/GPIO/Custom.yaml file.
108
91
109
92
The GPIO buttons are mapped as following
110
93

@@ -146,6 +129,24 @@ gsmenu:
146
129
down: 18
147
130
```
148
131
132
+
After editing the GPIO file, modify the setup.txt to use the matching GPIO. Here is an example setup.txt when using a new Emax.yaml file
133
+
```
134
+
# Set the screen_mode to your HDMI display's desired mode. Format is WxH@fps - Common values would be 1920x1080@60, 1920x1080@120. 1280x720@60, 1280x720@120
135
+
[screen mode]
136
+
screen_mode = 1920x1080@60
137
+
138
+
# Set the rec-fps to the fps at which your camera is shooting. e.g. 60, 90, 120
139
+
[dvr recording]
140
+
rec_fps = 60
141
+
142
+
# Set the gpio_layout. Accepted values are Ruby, Bonnet, Runcam, and Custom.
143
+
[gpio]
144
+
gpio_layout = Emax
145
+
146
+
# Setting osd to "ground" enables the vrx-side msposd_rockchip process.
0 commit comments