forked from jadonk/bone101
-
Notifications
You must be signed in to change notification settings - Fork 43
/
index.html
87 lines (86 loc) · 5.36 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
---
layout: bare
---
<!DOCTYPE html>
<html><head>
<title>Introduction to BeagleBoard.org</title>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Bone101 : Presentation web server written in BoneScript" />
<!--
<script src="{{site.baseurl}}/static/jquery.js"></script>
<script src="{{site.baseurl}}/static/bonescript.js"></script>
<script src="index.js"></script>
<script>
if("{{site.baseurl}}".indexOf("site.baseurl") > 0) {
window.location="/bone101/Support/bone101/";
} else {
window.location="{{site.baseurl}}/Support/bone101/";
}
</script>
-->
<style>
#slides div {
display:none;
width:100%;
height:100%;
background-repeat:no-repeat;
background-size:100%;
}
#slides div:first-child { display:block; }
.termx {
margin-top:0;
margin-bottom:0;
font-family:monospace;
}
</style>
</head><body style="background-color: black; color: white;">
<a class="github-ribbon" href="https://github.com/beagleboard/bone101"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github-camo.global.ssl.fastly.net/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<!--
<div id="slides">
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide10.png');"></div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide11.png');"></div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide12.png');"></div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide13.png');"></div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide15.png');"></div>
<div duration="10" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide18.png');">
<iframe src="http://192.168.7.2:3000/ide.html" style="margin-top:15%;height:70%;width:100%;"></iframe>
</div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide19.png');"></div>
<div duration="5" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide20.png');">
<iframe src="http://192.168.7.2/Support/BoneScript" style="margin-top:15%;height:70%;width:100%;"></iframe>
</div>
<div duration="10" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide21.png');">
<iframe src="http://192.168.7.2:1880/" style="margin-top:15%;height:70%;width:100%;"></iframe>
</div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide24.png');"></div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide25.png');"></div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide26.png');"></div>
<div duration="2" style="background-image:url('{{site.baseurl}}/examples/extras/sensortag/IoTDetroit2014/Slide27.png');"></div>
</div>
-->
<img src="static/images/beagleboard-logo.svg" />
<font size="+1">
<h1>Please upgrade your software</h1>
<p>Visit <a style="color:orange;" href="https://beagleboard.org/upgrade">bbb.io/upgrade</a> to learn how</p>
<p>Need to connect to a WiFi access point first?</p>
</font>
<p>Use the command-line terminal block below to run the commands in bold, modifying as appropriate for your network.</p>
<p class="termx">debian@beaglebone:/var/lib/cloud9$ <b>sudo connmanctl⏎</b></p>
<p class="termx">[sudo] password for debian: <b>temppwd⏎</b></p>
<p class="termx">connmanctl> <b>scan wifi⏎</b></p>
<p class="termx">Scan completed for wifi</p>
<p class="termx">connmanctl> <b>services⏎</b></p>
<p class="termx" style="margin-left:40px;">MyWifi wifi_1234567890_1234567890123456_managed_psk</p>
<p class="termx">connmanctl> <b>agent on⏎</b><br />
<p class="termx">Agent registered
<p class="termx">connmanctl> <b>connect wifi_1234567890_1234567890123456_managed_psk⏎</b><br />
<p class="termx">Agent RequestInput wifi_1234567890_1234567890123456_managed_psk<br />
<p class="termx" style="margin-left:40px;">Passphrase = [ Type=psk, Requirement=mandatory, Alternates=[ WPS ] ]<br />
<p class="termx" style="margin-left:40px;">WPS = [ Type=wpspin, Requirement=alternate ]
<p class="termx">Passphrase? <b>MySecretPassphrase⏎</b><br />
<p class="termx">Connected wifi_1234567890_1234567890123456_managed_psk<br />
<p class="termx">connmanctl> <b>quit⏎</b><br />
<p class="termx">debian@beaglebone:/var/lib/cloud9$</p>
<p>Now you can click <a style="color:orange;" href="https://beagleboard.org/upgrade">bbb.io/upgrade</a></p>
</body></html>