d510mo.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>D510MO flashing tutorial</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">D510MO flashing tutorial</h1>
  14. <p>
  15. This guide is for those who want libreboot on their Intel D510MO
  16. motherboard while they still have the original BIOS present.
  17. </p>
  18. <p>
  19. <a href="index.html">Back to main index</a>
  20. </p>
  21. </div>
  22. <div class="section">
  23. <h1 id="flashchips">Flash chip size</h1>
  24. <p>
  25. Use this to find out:<br/>
  26. # <b>dmidecode | grep ROM\ Size</b>
  27. </p>
  28. <p>
  29. <a href="#pagetop">Back to top of page.</a>
  30. </p>
  31. </div>
  32. <div class="section">
  33. <h1 id="clip">Flashing instructions</h1>
  34. <p>
  35. Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to
  36. set up the BBB for flashing.
  37. </p>
  38. <p>
  39. This is an image of the flash chip, for reference:<br/>
  40. <img src="../images/d510mo/d510mo.jpg" alt="" />
  41. </p>
  42. </div>
  43. <div class="section">
  44. <p>
  45. Copyright &copy; 2016 Leah Rowe &lt;info@minifree.org&gt;<br/>
  46. Permission is granted to copy, distribute and/or modify this document
  47. under the terms of the GNU Free Documentation License, Version 1.3
  48. or any later version published by the Free Software Foundation;
  49. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  50. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  51. </p>
  52. <p>
  53. Updated versions of the license (when available) can be found at
  54. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  55. </p>
  56. <p>
  57. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  58. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  59. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  60. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  61. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  62. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  63. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  64. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  65. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  66. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  67. </p>
  68. <p>
  69. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  70. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  71. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  72. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  73. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  74. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  75. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  76. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  77. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  78. </p>
  79. <p>
  80. The disclaimer of warranties and limitation of liability provided
  81. above shall be interpreted in a manner that, to the extent
  82. possible, most closely approximates an absolute disclaimer and
  83. waiver of all liability.
  84. </p>
  85. </div>
  86. </body>
  87. </html>