Difference between revisions of "Developer Manual/Tools"

From coreboot
Jump to navigation Jump to search
Line 12: Line 12:


===In case of extra soldered BIOS chip===
===In case of extra soldered BIOS chip===
<div style="color: red">The secondary chip must have different size (preferable greater capacity) than the primary chip (factory chip) that comes with the board in order to avoid accidents: flashrom will not burn the Coreboot image (<code>sudo flashrom -p internal -w new.bin [...] Error: Image size doesn't match</code>) if the size of the hardware chip mismatch the Coreboot image defined ''ROM chip size''. This is a good thing as it will save you from accidentally burning Cooreboot to the primary chip if you forget to toggle the hardware switch to the secondary chip. You have been warned!</div>
<div style="color: red">The secondary chip must have different size (preferable greater capacity) than the primary chip (factory chip) that comes with the board in order to avoid accidents: flashrom will not burn the Coreboot image (<code>sudo flashrom -p internal -w new.bin [...] Error: Image size doesn't match</code>) if the size of the hardware chip mismatch the Coreboot image configured ''ROM chip size''. This is a good thing as it will save you from accidentally burning Cooreboot to the primary chip if you forget to toggle the hardware switch to the secondary chip. You have been warned!</div>


=== Artecgroup programmable LPC dongle ===
=== Artecgroup programmable LPC dongle ===

Revision as of 05:54, 14 April 2015