<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hmarcy.com &#187; Hardware</title>
	<atom:link href="http://www.hmarcy.com/tag/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hmarcy.com</link>
	<description>&#34;What would you do if you knew you could not fail ?&#34; Robert H. Schuller</description>
	<lastBuildDate>Sun, 15 Jan 2012 20:52:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to flash the BIOS of your Shuttle Barebone with Linux</title>
		<link>http://www.hmarcy.com/2009/04/how-to-flash-the-bios-of-your-shuttle-barebone/</link>
		<comments>http://www.hmarcy.com/2009/04/how-to-flash-the-bios-of-your-shuttle-barebone/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 19:57:43 +0000</pubDate>
		<dc:creator>Hervé</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Shuttle]]></category>

		<guid isPermaLink="false">http://www.hmarcy.com/?p=207</guid>
		<description><![CDATA[As a Linux user and open-source evangelist, it is for me a pain that a hardware maker like Shuttle (which products I love by the way) is not providing any tool to upgrade the BIOS of my motherboard. Being the happy owner of a SN68PTG5, I have been terribly disappointed to see that Shuttle was [...]]]></description>
			<content:encoded><![CDATA[<p>As a Linux user and open-source evangelist, it is for me a pain that a hardware maker like <a title="Shuttle.com" href="http://www.shuttle.com" target="_blank">Shuttle</a> (which products I love by the way) is not providing any tool to upgrade the BIOS of my motherboard. Being the happy owner of a <a title="SN68PTG5" href="http://www.shuttlecomputer.de/desktopdefault.aspx/tabid-72/169_read-14289/" target="_blank">SN68PTG5</a>, I have been terribly disappointed to see that Shuttle was only providing the <a title="Bios upgrade for SN68PTG5" href="http://global.shuttle.com/download03.jsp?PI=883&amp;PL=1" target="_blank">BIOS upgrade</a> for Windows users through a freeware called WinFlash.</p>
<p>That&#8217;s fine for users running proprietary software, but I have found a simple solution to flash your BIOS without even have to run WinFlash with Wine (which did not work for me anyway).</p>
<p>1) <a title="Page to download BIOS updates for the SN68PTG5 model " href="http://global.shuttle.com/download03.jsp?PI=883&amp;PL=1" target="_blank">Download the BIN file</a> provided on the Shuttle website for your version of the Shuttle</p>
<p>2) To install the flashrom package on Ubuntu (from the universe repository) enter</p>
<p>$ sudo apt-get install flashrom</p>
<p>3) Determine what is your BIOS by entering</p>
<p>$ sudo flashrom<br />
[sudo] password for user1:<br />
Calibrating delay loop&#8230; OK.<br />
No coreboot table found.<br />
Found chipset &#8220;NVIDIA MCP67&#8243;, enabling flash write&#8230; OK.<br />
Found chip &#8220;PMC Pm49FL004&#8243; (512 KB) at physical address 0xfff80000.<br />
No operations were specified.</p>
<p>I obviously own a PC with the chipset Nvidia MCP67 and <a title="Check here to see if your MoBo chipset is supported" href="http://www.coreboot.org/Flashrom" target="_blank">I check if this chipset is supported</a><br />
I perform a backup of my existing BIOS and then I flash it</p>
<p>$ sudo flashrom -r backup.bin<br />
$ sudo flashrom -wv SN68SP0P.BIN</p>
<p>SN68SP0P.BIN being the file downloaded in 1)</p>
<p>Reboot to check if you really have the latest version of the BIOS (press Del if you just see the hiding screen instead of the real BIOS screen) and you should see &#8220;SN68SP0P&#8221; on the top-left corner of your screen.</p>
<p>ATTENTION : to flash a BIOS can have severe consequences for your PC so be careful when doing it and do not make me responsible for having screwed your box <img src='http://www.hmarcy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="simple_likebuttons_container_small">
      <div class="simple_likebuttons_googleplus">
        <g:plusone size="medium" count="false" href="http://www.hmarcy.com/2009/04/how-to-flash-the-bios-of-your-shuttle-barebone/"></g:plusone>
      </div>
    
      <div class="simple_likebuttons_twitter simple_likebuttons_twitter_s">
        <a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-url="http://www.hmarcy.com/2009/04/how-to-flash-the-bios-of-your-shuttle-barebone/" data-lang="en">Tweet</a>
      </div>
    
      <div class="simple_likebuttons_facebook">
        <div id="fb-root"></div>
        <script>(function(d, s, id) {
          var js, fjs = d.getElementsByTagName(s)[0];
          if (d.getElementById(id)) {return;}
          js = d.createElement(s); js.id = id;
          js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
          fjs.parentNode.insertBefore(js, fjs);
        }(document, "script", "facebook-jssdk"));</script>
        <div class="fb-like" data-href="http://www.hmarcy.com/2009/04/how-to-flash-the-bios-of-your-shuttle-barebone/" data-send="false" data-layout="button_count" data-show-faces="false" data-width="90"></div>
      </div>
    </div>]]></content:encoded>
			<wfw:commentRss>http://www.hmarcy.com/2009/04/how-to-flash-the-bios-of-your-shuttle-barebone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

