d510mo.html 3.6 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><div class="section"><p>If you're using libreboot from git, note that only CrOS devices build at the moment. We merged a newly rewritten build system recently, and we've yet to complete re-integration of older boards into Libreboot. Use Libreboot 20160907 for the time being, unless you're involved in libreboot development</p></div>
  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="./">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 Creative Commons Attribution-ShareAlike 4.0 International license
  48. or any later version published by Creative Commons;
  49. A copy of the license can be found at <a href="../cc-by-sa-4.0.txt">../cc-by-sa-4.0.txt</a>
  50. </p>
  51. <p>
  52. Updated versions of the license (when available) can be found at
  53. <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">https://creativecommons.org/licenses/by-sa/4.0/legalcode</a>
  54. </p>
  55. <p>
  56. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  57. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  58. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  59. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  60. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  61. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  62. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  63. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  64. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  65. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  66. </p>
  67. <p>
  68. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  69. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  70. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  71. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  72. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  73. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  74. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  75. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  76. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  77. </p>
  78. <p>
  79. The disclaimer of warranties and limitation of liability provided
  80. above shall be interpreted in a manner that, to the extent
  81. possible, most closely approximates an absolute disclaimer and
  82. waiver of all liability.
  83. </p>
  84. </div>
  85. </body>
  86. </html>