forked from D3VL/Avatar-Firmware-Updates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (160 loc) · 10.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html>
<head>
<title>WalkSail & FatShark Avatar Firmware Releases</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/styles.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">
<meta name="title" content="WalkSnail & FatShark Avatar Firmware Releases">
<meta name="twitter:title" content="WalkSnail & FatShark Avatar Firmware Releases">
<meta property="og:title" content="WalkSnail & FatShark Avatar Firmware Releases">
<meta itemprop="name" content="WalkSnail & FatShark Avatar Firmware Releases">
<meta property="og:site_name" content="WalkSnail & FatShark Avatar Firmware Releases" />
<meta name="twitter:site" content="WalkSnail & FatShark Avatar Firmware Releases">
<meta name="keywords" content="Avatar FPV, Fatshark FPV Dominator, WalkSnail, WalkSnail Update, FatShark Update, Avatar Update">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="D3VL LTD">
<meta name="description" content="Get the latest and historical firmware updates for your Avatar FPV Goggles">
<meta property="og:description" content="Get the latest and historical firmware updates for your Avatar FPV Goggles">
<meta name="twitter:description" content="Get the latest and historical firmware updates for your Avatar FPV Goggles">
<meta property="og:type" content="website">
<meta property="og:image" content="https://avatar-firmware.d3vl.com/assets/img/meta-image.jpg">
<meta name="twitter:image" content="https://avatar-firmware.d3vl.com/assets/img/meta-image.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@d3vlsoftware">
</head>
<body>
<header class="text-center text-white mb-5 text-white d-flex flex-column justify-content-center">
<h1>WalkSnail & FatShark Avatar Firmware Releases</h1>
<div class="text-center mt-2">
<a class="btn btn-sm btn-secondary" href="https://github.com/D3VL/Avatar-Firmware-Updates" target="_blank">GitHub Repo</a>
<a class="btn btn-sm text-white" style="background-color: #4c6ee9;" href="https://discord.gg/FdPGHxpJkg" target="_blank">fpv.wtf Discord</a>
<a class="btn btn-sm text-white" style="background-color: #4c6ee9;" href="https://discord.gg/632PEwK7PD" target="_blank">Walksnail Discord</a>
</div>
</header>
<div class="container ">
<section id="filters">
<div class="card bordered p-3 mb-3 text-white">
<div class="row ">
<!-- Tag [Official, Unknown, Latest] -->
<div class="col-12 col-md-3 col-lg-2">
<div class="form-group">
<label for="tag">Tag</label>
<select class="form-control" id="tag">
<option value="*">All</option>
<option value="latest">Latest</option>
<option value="official">Official</option>
<option value="custom">Custom</option>
<option value="beta">Beta</option>
<option value="mini">Avatar Mini</option>
<option value="unknown">Unknown</option>
</select>
</div>
</div>
<!-- version -->
<div class="col-12 col-md-3 col-lg-2 col-xl-1">
<div class="form-group">
<label for="version">Major</label>
<select class="form-control" id="version_major">
<option value="*">All</option>
</select>
</div>
</div>
<div class="col-12 col-md-3 col-lg-2 col-xl-1">
<div class="form-group">
<label for="version">Minor</label>
<select class="form-control" id="version_minor">
<option value="*">All</option>
</select>
</div>
</div>
<div class="col-12 col-md-3 col-lg-2 col-xl-1">
<div class="form-group">
<label for="version">Patch</label>
<select class="form-control" id="version_patch">
<option value="*">All</option>
</select>
</div>
</div>
<!-- downgrading -->
<div class="ms-0 ms-lg-auto col-12 col-md col-lg-2 row mt-2" style="min-width: 215px;">
<div class="col-auto ms-lg-auto form-group">
<label for="version">Downgrading</label><br>
<small><a class="text-muted" href="#downgrade-why">What Is This?</a></small>
</div>
<div class="col form-check ms-1 ms-lg-3 mt-2">
<input class="form-check-input" type="checkbox" value="" id="isDowngrading">
</div>
</div>
</div>
</div>
</section>
<section id="firmwares" class="text-white"></section>
<section class="row text-white">
<div class="col-12 col-lg-6 mb-3">
<div class="card p-3">
<h2 class="text-center mb-3">Update Goggles</h2>
<ol>
<li>Download latest Ground Firmware File</li>
<li>Remove the SD card from your goggles and insert it into your computer.</li>
<li>Put the Avatar_Gnd_XX.XX.X.img file onto the SD card.</li>
<li>Eject the SD card from your computer and insert it back into the goggles.</li>
<li>Power up the goggles. Wait until you see the Standby screen.</li>
<li>Using a tool, push and hold the red Link button for 8 seconds. The headset screens will go black indicating the start of the update process.</li>
<li>The update will take approximately 10 minutes.</li>
<li>During the update, the goggles will beep. This is normal. DO NOT turn off the headset until the update is finished.</li>
<li>When the update is complete, the beeping will stop and the goggles return to the Standby screen</li>
<li>Enter goggle settings menu and select RESET</li>
</ol>
</div>
</div>
<div class="col-12 col-lg-6 mb-3">
<div class="card p-3">
<h2 class="text-center mb-3">Update Video Transmitter</h2>
<ol>
<li>Download latest Sky Firmware File</li>
<li>Connect your transmitter to your computer using the USB cable that was included with the transmitter.</li>
<li>Supply power to the video transmitter.</li>
<li>The transmitter storage should appear on your computer.</li>
<li>Put the Avatar_Sky_XX.XX.X.img file onto the transmitter's storage.</li>
<li>Disconnect the transmitter from your computer. </li>
<li>The LED on the transmitter should be blinking green.</li>
<li>Push and hold the Link button on the back of the transmitter for 8 seconds.</li>
<li>The LED on the transmitter will turn off indicating the start of the update process.</li>
<li>During the update the LED on the transmitter will blink red.</li>
<li>When the update is complete, the LED will blink green.</li>
</ol>
</div>
</div>
</section>
<section class="row text-white" id="downgrade-why">
<div class="col-12 mb-3">
<div class="card p-3">
<h2 class="text-center mb-3">Downgrading</h2>
<p>
The <span class="badge rounded-pill bg-success">Official</span> firmware files provided here contain an anti downgrade mechanism.<br>
This can be bypassed by simply changing the name of the update file to that of a higher version number currently installed.<br>
To download a modified Firmware file, check the <b>Downgrading</b> box and then click the desired <span class="badge pill bg-primary">Download</span> buttons.<br>
A file starting with 90.**.5 will be downloaded, where ** is a random number to avoid collisions in your downloads folder.<br>
<small><i>We recommend once you've downgraded, to delete these files as to avoid future confusion!</i></small>
</p>
</div>
</div>
</section>
<section>
<div class="w-100 text-center p-5">
<b class="text-white">Built & Maintained By <a style="color: #ff3e3e;" href="https://d3vl.com">D3VL</a></b>
<br>
<a href="https://github.com/D3VL/Avatar-Firmware-Updates" class="text-muted" target="_blank">Open Source</a>
</div>
<p class="text-center text-muted">Firmware files hosted on this site are to be used at your own risk, While we take every precaution ensuring the authenticity of the files, we cannot be held responsible should they break your gear.</p>
</section>
</div>
<script src="assets/js/main.js"></script>
<!-- Plausible Analytics -->
<script defer data-domain="avatar-firmware.d3vl.com" src="https://track.d3vl.com/js/plausible.js"></script>
<!-- Plausible Analytics -->
</body>
</html>