ga-g41m-es2l.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>GA-G41M-ES2L flashing tutorial</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">GA-G41M-ES2L flashing tutorial</h1>
  14. <p>
  15. This guide is for those who want libreboot on their Intel GA-G41M-ES2L
  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 external flashing.
  37. </p>
  38. <p>
  39. Here is an image of the flash chip:<br/>
  40. <img alt="" src="../images/ga-g41m-es2l/ga-g41m-es2l.jpg" />
  41. </p>
  42. <p>
  43. Internal flashing is possible. Boot with the proprietary BIOS
  44. and GNU/Linux. There are 2 flash chips (one is backup).
  45. </p>
  46. <p>
  47. Flash the first chip:
  48. <br/>
  49. <strong>./flashrom -p internal:dualbiosindex=0 -w libreboot.rom</strong>
  50. </p>
  51. <p>
  52. Flash the second chip:
  53. <br/>
  54. <strong>./flashrom -p internal:dualbiosindex=1 -w libreboot.rom</strong>
  55. </p>
  56. <p>
  57. NOTE: You need the latest flashrom. Just get it on flashrom.org from
  58. their SVN or Git repos.
  59. </p>
  60. <p>
  61. NOTE: due to a bug in the hardware, the MAC address is hardcoded in coreboot-libre.
  62. Therefore, you must set your own MAC address in your operating system.
  63. </p>
  64. </div>
  65. <div class="section">
  66. <p>
  67. Copyright &copy; 2016 Leah Rowe &lt;info@minifree.org&gt;<br/>
  68. Permission is granted to copy, distribute and/or modify this document
  69. under the terms of the GNU Free Documentation License, Version 1.3
  70. or any later version published by the Free Software Foundation;
  71. with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  72. A copy of the license can be found at <a href="../gfdl-1.3.txt">../gfdl-1.3.txt</a>
  73. </p>
  74. <p>
  75. Updated versions of the license (when available) can be found at
  76. <a href="https://www.gnu.org/licenses/licenses.html">https://www.gnu.org/licenses/licenses.html</a>
  77. </p>
  78. <p>
  79. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  80. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  81. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  82. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  83. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  84. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  85. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  86. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  87. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  88. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  89. </p>
  90. <p>
  91. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  92. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  93. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  94. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  95. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  96. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  97. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  98. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  99. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  100. </p>
  101. <p>
  102. The disclaimer of warranties and limitation of liability provided
  103. above shall be interpreted in a manner that, to the extent
  104. possible, most closely approximates an absolute disclaimer and
  105. waiver of all liability.
  106. </p>
  107. </div>
  108. </body>
  109. </html>