diff options
author | Leah Woods <info@minifree.org> | 2016-05-10 14:21:20 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-10 14:21:20 (EDT) |
commit | 1245567f32ee0ef19281644ce2d51d5ad10d5364 (patch) | |
tree | 374a3cbe8ac11ff5ad09d3f34b13d958e0fa644b /docs/install/d510mo.html | |
parent | e632c41e260c0529a72bde9d696541aa4212f0d6 (diff) | |
download | libreboot-1245567f32ee0ef19281644ce2d51d5ad10d5364.zip libreboot-1245567f32ee0ef19281644ce2d51d5ad10d5364.tar.gz libreboot-1245567f32ee0ef19281644ce2d51d5ad10d5364.tar.bz2 |
backport changes to master branch
Diffstat (limited to 'docs/install/d510mo.html')
-rw-r--r-- | docs/install/d510mo.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/install/d510mo.html b/docs/install/d510mo.html new file mode 100644 index 0000000..e1ac360 --- /dev/null +++ b/docs/install/d510mo.html @@ -0,0 +1,55 @@ + +<!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> + </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> |