This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstart.html
50 lines (41 loc) · 2.21 KB
/
start.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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Terasic DE10-Nano kit!</title>
</head>
<body>
<div>
<h1>Welcome to the Terasic DE10-Nano* kit!</h1>
<p>To help you on your FPGA developing journey, we created a web site (served up by the board) that contains a lot of great resources for you to learn about the board and get you developing code quickly.<br>
<br>
Here's what you can do on the site:</p>
<ul>
<li><strong>Start:</strong> Explore features of the board</li>
<li><strong>Play:</strong> Interact with the hardware</li>
<li><strong>Learn:</strong> Learn about SoC FPGA software flow</li>
<li><strong>Develop:</strong> Install tools needed for development using Intel® SoC FPGA devices</li>
</ul>
<p>Sounds exciting? Then let's get you connected to the board! But first, Windows® PC users need to install a driver to enable Ethernet over USB.</p>
<h2>Enable Ethernet Over USB</h2>
<p>Follow these steps to enable Ethernet over USB:</p>
</div>
<div>
<ol>
<li>Open device manager. If you see a warning symbol next to "RNDIS" under "Other Device", right-click to select it, and choose "Update Driver Software".</li>
<img alt="RNDIS Warning" height="" src="Docs/RNDIS_warning.png" width="">
<li value="2">Select “Browse my computer for the driver software”.</li>
<li value="3">Browse to the DE10-Nano SD Card > Drivers > Windows and select "RNDIS".</li>
<img alt="Browse to RNDIS" height="" src="Docs/Browse_to_RNDIS.png" width="">
<li value="4">Click OK.</li>
<li value="5">Open a web browser. We recommend using Google Chrome* or Mozilla Firefox*.</li>
<li value="6">Type <b>192.168.7.1</b> into the URL pane to connect to the web site served by the board.</li><br>
</ol>
<p>Once your connected, navigate to the start, play, learn and develop pages.</p>
<p>When you’re ready, go back to the <strong>Develop</strong> page and click the on-line survey link to tell us what you think; your feedback will help make the next release even better.<br>
<br>
We hope your experience with the DE10-Nano board is informative and fun!</p>
<p>Happy developing!</p>
<p>The DE10-Nano kit team</p>
</div>
</body>
</html>