blob: 1135464c97666a3c38460677fbe576aa0b47a416 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
@import url('../css/main.css');
</style>
<title>D510MO flashing tutorial</title>
</head>
<body>
<div class="section">
<h1 id="pagetop">D510MO flashing tutorial</h1>
<p>
This guide is for those who want libreboot on their Intel D510MO
motherboard while they still have the original BIOS present.
</p>
<p>
<a href="index.html">Back to main index</a>
</p>
</div>
<div class="section">
<h1 id="flashchips">Flash chip size</h1>
<p>
Use this to find out:<br/>
# <b>dmidecode | grep ROM\ Size</b>
</p>
<p>
<a href="#pagetop">Back to top of page.</a>
</p>
</div>
<div class="section">
<h1 id="clip">Flashing instructions</h1>
<p>
Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to
set up the BBB for flashing.
</p>
<p>
This is an image of the flash chip, for reference:<br/>
<img src="../images/d510mo/d510mo.jpg" alt="" />
</p>
</div>
</body>
</html>
|