Skip to content

Commit 1b5dc5b

Browse files
committed
installation guide for wireos
1 parent 2f3aaa0 commit 1b5dc5b

4 files changed

Lines changed: 135 additions & 2 deletions

File tree

documents/2. Available CFW/1. WireOS.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,34 @@ It is based off of the leaked 2.0.1.6076 source code.
2828
- His camera now has much less trouble with brightly lit objects
2929
- Rainbow eyes
3030
- If chosen, his eyes will always cycle through all the hues
31-
- (this can be chosen in :8888/demo.html)
31+
- (this can be chosen in :8888/demo.html)
32+
33+
## Installation
34+
35+
### Unlocked Prod
36+
37+
In the BLE terminal in recovery, after connecting him to Wi-Fi:
38+
39+
```
40+
ota-start http://ota.pvic.xyz/vic/latest/dev.ota
41+
```
42+
43+
### PVT running some sort of dev OTA (like 1.6.0.3331d)
44+
45+
```
46+
systemctl stop anki-robot.target
47+
mount -o rw,remount,exec /data
48+
curl -o /data/update-engine http://ota.pvic.xyz/update-engine
49+
chmod +rwx /data/update-engine
50+
/data/update-engine http://ota.pvic.xyz/vic/latest/dev.ota -v
51+
```
52+
53+
### OSKR
54+
55+
```
56+
systemctl stop anki-robot.target
57+
mount -o rw,remount,exec /data
58+
curl -o /data/update-engine http://ota.pvic.xyz/update-engine
59+
chmod +rwx /data/update-engine
60+
/data/update-engine http://ota.pvic.xyz/vic/latest/oskr.ota -v
61+
```

site/2. Available CFW/1. WireOS.html

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,48 @@
428428
</span>
429429
</a>
430430

431+
</li>
432+
433+
<li class="md-nav__item">
434+
<a href="#installation" class="md-nav__link">
435+
<span class="md-ellipsis">
436+
Installation
437+
</span>
438+
</a>
439+
440+
<nav class="md-nav" aria-label="Installation">
441+
<ul class="md-nav__list">
442+
443+
<li class="md-nav__item">
444+
<a href="#unlocked-prod" class="md-nav__link">
445+
<span class="md-ellipsis">
446+
Unlocked Prod
447+
</span>
448+
</a>
449+
450+
</li>
451+
452+
<li class="md-nav__item">
453+
<a href="#pvt-running-some-sort-of-dev-ota-like-1603331d" class="md-nav__link">
454+
<span class="md-ellipsis">
455+
PVT running some sort of dev OTA (like 1.6.0.3331d)
456+
</span>
457+
</a>
458+
459+
</li>
460+
461+
<li class="md-nav__item">
462+
<a href="#oskr" class="md-nav__link">
463+
<span class="md-ellipsis">
464+
OSKR
465+
</span>
466+
</a>
467+
468+
</li>
469+
470+
</ul>
471+
</nav>
472+
431473
</li>
432474

433475
</ul>
@@ -1090,6 +1132,48 @@
10901132
</span>
10911133
</a>
10921134

1135+
</li>
1136+
1137+
<li class="md-nav__item">
1138+
<a href="#installation" class="md-nav__link">
1139+
<span class="md-ellipsis">
1140+
Installation
1141+
</span>
1142+
</a>
1143+
1144+
<nav class="md-nav" aria-label="Installation">
1145+
<ul class="md-nav__list">
1146+
1147+
<li class="md-nav__item">
1148+
<a href="#unlocked-prod" class="md-nav__link">
1149+
<span class="md-ellipsis">
1150+
Unlocked Prod
1151+
</span>
1152+
</a>
1153+
1154+
</li>
1155+
1156+
<li class="md-nav__item">
1157+
<a href="#pvt-running-some-sort-of-dev-ota-like-1603331d" class="md-nav__link">
1158+
<span class="md-ellipsis">
1159+
PVT running some sort of dev OTA (like 1.6.0.3331d)
1160+
</span>
1161+
</a>
1162+
1163+
</li>
1164+
1165+
<li class="md-nav__item">
1166+
<a href="#oskr" class="md-nav__link">
1167+
<span class="md-ellipsis">
1168+
OSKR
1169+
</span>
1170+
</a>
1171+
1172+
</li>
1173+
1174+
</ul>
1175+
</nav>
1176+
10931177
</li>
10941178

10951179
</ul>
@@ -1151,6 +1235,25 @@ <h2 id="changes-made-compared-to-normal-ddl-firmware">Changes made compared to n
11511235
</ul>
11521236
</li>
11531237
</ul>
1238+
<h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">&para;</a></h2>
1239+
<h3 id="unlocked-prod">Unlocked Prod<a class="headerlink" href="#unlocked-prod" title="Permanent link">&para;</a></h3>
1240+
<p>In the BLE terminal in recovery, after connecting him to Wi-Fi:</p>
1241+
<pre><code>ota-start http://ota.pvic.xyz/vic/latest/dev.ota
1242+
</code></pre>
1243+
<h3 id="pvt-running-some-sort-of-dev-ota-like-1603331d">PVT running some sort of dev OTA (like 1.6.0.3331d)<a class="headerlink" href="#pvt-running-some-sort-of-dev-ota-like-1603331d" title="Permanent link">&para;</a></h3>
1244+
<pre><code>systemctl stop anki-robot.target
1245+
mount -o rw,remount,exec /data
1246+
curl -o /data/update-engine http://ota.pvic.xyz/update-engine
1247+
chmod +rwx /data/update-engine
1248+
/data/update-engine http://ota.pvic.xyz/vic/latest/dev.ota -v
1249+
</code></pre>
1250+
<h3 id="oskr">OSKR<a class="headerlink" href="#oskr" title="Permanent link">&para;</a></h3>
1251+
<pre><code>systemctl stop anki-robot.target
1252+
mount -o rw,remount,exec /data
1253+
curl -o /data/update-engine http://ota.pvic.xyz/update-engine
1254+
chmod +rwx /data/update-engine
1255+
/data/update-engine http://ota.pvic.xyz/vic/latest/oskr.ota -v
1256+
</code></pre>
11541257

11551258

11561259

0 commit comments

Comments
 (0)