diff options
Diffstat (limited to 'docs/install')
-rw-r--r-- | docs/install/d510mo.html | 55 | ||||
-rw-r--r-- | docs/install/index.html | 2 |
2 files changed, 56 insertions, 1 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> diff --git a/docs/install/index.html b/docs/install/index.html index 85bdbfb..4be9b72 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -47,7 +47,7 @@ <ul> <li><a href="bbb_setup.html">How to program an SPI flash chip with the BeagleBone Black</a></li> <li><a href="bbb_setup.html">Flashing the Gigabyte GA-G41M-ES2L (has 2 SOIC-8 chips, one is backup)</a></li> - <li><a href="bbb_setup.html">Flashing the Intel D510MO</a></li> + <li><a href="d510mo.html">Flashing the Intel D510MO</a></li> <li><a href="bbb_ehci.html">How to configure EHCI debugging on the BeagleBone Black</a></li> <li><a href="kgpe-d16.html">KGPE-D16 (needed if running the proprietary firmware, or to unbrick)</a></li> <li><a href="kcma-d8.html">KCMA-D8 (needed if running the proprietary firmware, or to unbrick)</a></li> |