<?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>xGoat &#187; fedora</title>
	<atom:link href="http://xgoat.com/wp/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://xgoat.com/wp</link>
	<description>Robert Spanton's musings.</description>
	<lastBuildDate>Sat, 29 May 2010 12:45:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My first package shipping through Fedora</title>
		<link>http://xgoat.com/wp/2009/02/05/my-first-package-shipping-through-fedora/</link>
		<comments>http://xgoat.com/wp/2009/02/05/my-first-package-shipping-through-fedora/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:46:32 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[msp430]]></category>
		<category><![CDATA[mspgcc]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=512</guid>
		<description><![CDATA[After a bit of a delay, msp430-binutils, the first of my gcc packages is now part of Fedora 10. I&#8217;m now a sponsored (a.k.a. approved) Fedora packager :-D So it can now be installed by running: yum install msp430-binutils Or, if you&#8217;re of PackageKit persuasion: pkcon install msp430-binutils msp430-binutils contains a number of tools for [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left;padding:1em;" src="http://xgoat.com/wp/wp-content/package.png" /><br />
After a bit of a delay, msp430-binutils, the first of my gcc packages is now part of Fedora 10.  I&#8217;m now a sponsored (a.k.a. approved) Fedora packager :-D</p>
<p>So it can now be installed by running:</p>
<pre>yum install msp430-binutils</pre>
<p>Or, if you&#8217;re of <a href="http://www.packagekit.org/" onclick="javascript:urchinTracker ('/outbound/article/www.packagekit.org');">PackageKit</a> persuasion:</p>
<pre>pkcon install msp430-binutils</pre>
</p>
<p>msp430-binutils contains a number of tools for working with <a href="http://www.msp430.com/" onclick="javascript:urchinTracker ('/outbound/article/www.msp430.com');">msp430</a> binaries.  The ones that people will use the most are likely to be the assembler and linker.  These are a requirement for the compiler, which <a href="/wp/2008/12/13/mspgcc-rpms-for-f10/">I have packaged</a>, but have yet to submit to Fedora.  Hopefully I will get gcc in there over the next week &#8212; closely followed by the rest of the <a href="http://mspgcc.sf.net" onclick="javascript:urchinTracker ('/outbound/article/mspgcc.sf.net');">mspgcc toolchain</a>.</p>
<p>Those who manually installed my packages will get the update through the normal Fedora update sources.</p>
<p style="font-size:0.5em;">Above image derived from the <a href="http://tango.freedesktop.org/Tango_Desktop_Project" onclick="javascript:urchinTracker ('/outbound/article/tango.freedesktop.org');">Tango Desktop Project</a> &#8212; <a href="http://creativecommons.org/licenses/by-sa/2.5/" onclick="javascript:urchinTracker ('/outbound/article/creativecommons.org');">CC-SA licence</a>.</p>
<p><b>Update (5/2/2009):</b> I forgot to mention that this is part of the toolchain required to build the software for the <a href="http://xgoat.com/wp/tag/formica/">Formica robots!</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2009/02/05/my-first-package-shipping-through-fedora/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>mspgcc RPMs for F10</title>
		<link>http://xgoat.com/wp/2008/12/13/mspgcc-rpms-for-f10/</link>
		<comments>http://xgoat.com/wp/2008/12/13/mspgcc-rpms-for-f10/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 23:56:37 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[msp430]]></category>
		<category><![CDATA[mspgcc]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=335</guid>
		<description><![CDATA[I rebuilt the mspgcc packages for Fedora 10: msp430-binutils 2.18 msp430-gcc 3.2.3 msp430-libc (from CVS on 2008-08-28) msp430-gdb 6.8 msp430-gdbproxy 0.7 (includes udev rule). Once again, you&#8217;ll find the specfiles and source RPMs in the same directory. You can install them all by running: su -c "rpm -Uvh http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc10.i386.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc10.i386.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc10.noarch.rpm \ http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc10.i386.rpm [...]]]></description>
			<content:encoded><![CDATA[<p>I rebuilt the mspgcc packages for Fedora 10:</p>
<ul>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc10.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-binutils 2.18</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc10.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gcc 3.2.3</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc10.noarch.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-libc (from CVS on 2008-08-28)</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc10.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gdb 6.8</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc10.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gdbproxy 0.7</a> (includes udev rule).</li>
</ul>
<p>Once again, you&#8217;ll find the specfiles and source RPMs in the <a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">same directory</a>.</p>
<p>You can install them all by running:</p>
<pre>
su -c "rpm -Uvh http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc10.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc10.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc10.noarch.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc10.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc10.i386.rpm"
</pre>
<p><b>Update (13/02/2009):</b> msp430-binutils is now in Fedora (as I wrote in <a href="http://xgoat.com/wp/2009/02/05/my-first-package-shipping-through-fedora/" >this post</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2008/12/13/mspgcc-rpms-for-f10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>UIF firmware breakage</title>
		<link>http://xgoat.com/wp/2008/11/26/uif-firmware-breakage/</link>
		<comments>http://xgoat.com/wp/2008/11/26/uif-firmware-breakage/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 11:30:08 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[uif]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=268</guid>
		<description><![CDATA[Just a quick note that might help some people. After the Fedora update to 2.6.27, the UIF stopped working. This is because (I think) all of binary firmwares that the kernel has in it have now been moved outside the kernel itself. The driver for the UIF looks for &#8220;ti_usb-3410.bin&#8221; which doesn&#8217;t exist. This is [...]]]></description>
			<content:encoded><![CDATA[<p>
Just a quick note that might help some people.  After the Fedora update to 2.6.27, the UIF stopped working.  This is because (I think) all of binary firmwares that the kernel has in it have now been moved outside the kernel itself.  The driver for the UIF looks for &#8220;ti_usb-3410.bin&#8221; which doesn&#8217;t exist.  This is due to some sort of naming problem.  A temporary fix to this problem is:</p>
<pre>
su -c "cp /lib/firmware/ti_3410.fw /lib/firmware/ti_usb-3410.bin"
</pre>
<p>I&#8217;ll look into whether there are any open bugs on this soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2008/11/26/uif-firmware-breakage/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>msp430-gdb in RPM form</title>
		<link>http://xgoat.com/wp/2008/11/17/msp430-gdb-in-rpm-form/</link>
		<comments>http://xgoat.com/wp/2008/11/17/msp430-gdb-in-rpm-form/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 00:50:31 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[msp430]]></category>
		<category><![CDATA[mspgcc]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=238</guid>
		<description><![CDATA[Tom has been around here for the past few days working on the new Student Robotics kit with me. We got to the point where Tom needed to use msp430-gdb so he could debug the firmware for the msp430 on the power board. I&#8217;ve previously packaged the compiler, mspgcc, but I hadn&#8217;t got around to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://expensivesmokeandradiopixies.wordpress.com/" onclick="javascript:urchinTracker ('/outbound/article/expensivesmokeandradiopixies.wordpress.com');">Tom</a> has been around here for the past few days working on the new Student Robotics kit with me.  We got to the point where Tom needed to use msp430-gdb so he could debug the firmware for the msp430 on the power board.  I&#8217;ve <a href="http://xgoat.com/wp/2008/08/30/mspgcc-rpms/" >previously packaged</a> the compiler, mspgcc, but I hadn&#8217;t got around to packaging gdb.</p>
<p>I decided that my time would be better invested if I finished packaging msp430-gdb rather than performing another source install on someone else&#8217;s machine.  Whilst I was at it, I also packaged msp430-gdbproxy and the udev rule required to get the <a href="http://focus.ti.com/docs/toolsw/folders/print/msp-fet430uif.html" onclick="javascript:urchinTracker ('/outbound/article/focus.ti.com');">UIF</a> to work.</p>
<p>Now all the mspgcc packages are available for Fedora 9:</p>
<ul>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc9.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-binutils 2.18</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc9.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gcc 3.2.3</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc9.noarch.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-libc (from CVS on 2008-08-28)</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc9.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gdb 6.8</a></li>
<li><a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc9.i386.rpm" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">msp430-gdbproxy 0.7</a> (includes udev rule).</li>
</ul>
<p>You&#8217;ll find the specfiles and source RPMs in the <a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">same directory</a>.</p>
<p>You can install them all by running:</p>
<pre>
su -c "rpm -Uvh http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-binutils-2.18-1.fc9.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gcc-3.2.3-1.20080827cvs.fc9.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-libc-0-1.20080828cvs.fc9.noarch.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdb-6.8-1.fc9.i386.rpm \
http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/msp430-gdbproxy-0.7.1-1.fc9.i386.rpm"
</pre>
<p>I&#8217;m still waiting for someone to review <a href="https://bugzilla.redhat.com/show_bug.cgi?id=460600" onclick="javascript:urchinTracker ('/outbound/article/bugzilla.redhat.com');">my request</a> to get binutils for msp430 into Fedora. :-/</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2008/11/17/msp430-gdb-in-rpm-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mspgcc RPMs</title>
		<link>http://xgoat.com/wp/2008/08/30/mspgcc-rpms/</link>
		<comments>http://xgoat.com/wp/2008/08/30/mspgcc-rpms/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 17:58:24 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[msp430]]></category>
		<category><![CDATA[mspgcc]]></category>
		<category><![CDATA[student robotics]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=170</guid>
		<description><![CDATA[I got fed up with having to run through the build procedure for mspgcc with others. I think I must have done it four times now. So, I&#8217;ve packaged it into some RPMs that I&#8217;ve built for Fedora 9. I&#8217;m trying to get them into the Fedora repositories, but for now you can download them [...]]]></description>
			<content:encoded><![CDATA[<p>I got fed up with having to run through the build procedure for mspgcc with others.  I think I must have done it four times now.  So, I&#8217;ve packaged it into some RPMs that I&#8217;ve built for Fedora 9.  I&#8217;m trying to get them into the Fedora repositories, but for now you can download them from <a href="http://users.ecs.soton.ac.uk/rds/rpm/mspgcc/" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">here</a>.  These include the patches for the msp430f2xx, and the other patches that the mspgcc guys recommend.</p>
<p>I haven&#8217;t done GDB yet, but hope to over the next few days.</p>
<p><strong>Update (13/12/2008):</strong> I&#8217;ve since built these RPMs for Fedora 10.  Find them <a href="http://xgoat.com/wp/2008/12/13/mspgcc-rpms-for-f10/" >here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2008/08/30/mspgcc-rpms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>UIF Fixing</title>
		<link>http://xgoat.com/wp/2008/03/24/uif-fixing/</link>
		<comments>http://xgoat.com/wp/2008/03/24/uif-fixing/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 23:25:27 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[msp430]]></category>
		<category><![CDATA[mspgcc]]></category>
		<category><![CDATA[uif]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/2008/03/24/uif-fixing/</guid>
		<description><![CDATA[I spent today working on a bug in the driver for the TI UIF MSP430 programmer. It stopped initialising properly in 2.6.24, but it worked in 2.6.23. I did a git-bisect between those versions to find the commit that induced the fault. I narrowed the search a bit by telling git-bisect to work on commits [...]]]></description>
			<content:encoded><![CDATA[<p>I spent today working on a bug in the driver for the TI UIF MSP430 programmer.  It stopped initialising properly in 2.6.24, but it worked in 2.6.23.  I did a git-bisect between those versions to find the commit that induced the fault.  I narrowed the search a bit by telling git-bisect to work on commits only in drivers/usb/, as I hypothesized that the bug was induced somewhere in there.</p>
<p>About 10 builds and 20 reboots later, I found the commit in which the problem was happening, and then read some stuff about USB etc (the LWN <a href="http://lwn.net/Kernel/LDD3/" onclick="javascript:urchinTracker ('/outbound/article/lwn.net');">device drivers</a> book proved invaluable yet again) and subsequently generated <a href='http://xgoat.com/wp/wp-content/0001-usb-serial-ti_usb_3410_5052-correct-tusb3410-endp.patch'>a patch</a>.  I&#8217;ve sent it to (what I think are) the right places.</p>
<p>If you can&#8217;t wait for the next kernel release (if it passes review&#8230;), then you can rebuild the ti_usb_3410_5052 module by downloading this <a href="http://xgoat.com/patches/msp430-debugger/uif-fix-0.01.tar.gz" >tarball</a>, untarring it and then running &#8220;make&#8221; in the resulting directory, and then &#8220;make install&#8221; as root.  You will need enough of your kernel&#8217;s sources hanging around to do this.  In Fedora, these are provided in the kernel-devel package.</p>
<p><b>Update (5th April &#8217;08):</b> The patch has made its way into Linus&#8217;s tree, so I think it&#8217;ll be in 2.6.25.</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2008/03/24/uif-fixing/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>F9 Alpha Kernel oops reporting</title>
		<link>http://xgoat.com/wp/2008/03/01/f9-alpha-kernel-oops-reporting/</link>
		<comments>http://xgoat.com/wp/2008/03/01/f9-alpha-kernel-oops-reporting/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 23:15:53 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/2008/03/01/f9-alpha-kernel-oops-reporting/</guid>
		<description><![CDATA[I downloaded the Fedora Alpha 9 live CD ISO and ran it on my desktop. It&#8217;s got PolicyKit and PackageKit, which are pretty cool. Just after I&#8217;d logged in, I was greeted with this box: I clicked &#8220;Yes&#8221; (I&#8217;d click &#8220;always&#8221;, but this was on a Live CD so it wouldn&#8217;t really have meaning), and [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded the <a href="http://fedoraproject.org/en/get-prerelease" onclick="javascript:urchinTracker ('/outbound/article/fedoraproject.org');">Fedora Alpha 9 live CD</a> ISO and ran it on my desktop.  It&#8217;s got PolicyKit and PackageKit, which are pretty cool.  Just after I&#8217;d logged in, I was greeted with this box:</p>
<p><center><a href='http://xgoat.com/wp/wp-content/oops.png' title='Oops'><img src='http://xgoat.com/wp/wp-content/oops.png' alt='Oops' /></a></center></p>
<p>I clicked &#8220;Yes&#8221; (I&#8217;d click &#8220;always&#8221;, but this was on a Live CD so it wouldn&#8217;t really have meaning), and then it popped up with:</p>
<p><center><a href='http://xgoat.com/wp/wp-content/oops-1.png' title='Oops Sent'><img src='http://xgoat.com/wp/wp-content/oops-1.png' alt='Oops Sent' /></a></center></p>
<p>Pretty cool.  It didn&#8217;t ask me for any of my details, which I think is cool.  Going to <a href="http://kerneloops.org/" onclick="javascript:urchinTracker ('/outbound/article/kerneloops.org');">kerneloops.org</a> reveals that it exists to track which crash signatures occur the most.</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2008/03/01/f9-alpha-kernel-oops-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally registered that bug&#8230;</title>
		<link>http://xgoat.com/wp/2007/11/10/finally-registered-that-bug/</link>
		<comments>http://xgoat.com/wp/2007/11/10/finally-registered-that-bug/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 23:15:16 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=96</guid>
		<description><![CDATA[For ages I&#8217;ve been meaning to register a bug for the TI MSP430 under Fedora for an age now. Just done it.]]></description>
			<content:encoded><![CDATA[<p>For ages I&#8217;ve been meaning to register a bug for the <a href="http://focus.ti.com/docs/toolsw/folders/print/msp-fet430uif.html" onclick="javascript:urchinTracker ('/outbound/article/focus.ti.com');">TI MSP430</a> under Fedora for an age now.  Just <a href="https://bugzilla.redhat.com/show_bug.cgi?id=375181" onclick="javascript:urchinTracker ('/outbound/article/bugzilla.redhat.com');">done it</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2007/11/10/finally-registered-that-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disks</title>
		<link>http://xgoat.com/wp/2007/04/17/disks/</link>
		<comments>http://xgoat.com/wp/2007/04/17/disks/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 23:06:50 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[fixing stuff]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=61</guid>
		<description><![CDATA[Spent a fair chunk of today sorting out Phil&#8217;s hard disk. Mac OS X had impolitely destroyed his partition table for him. I used TestDisk to recover it. There were a couple of issues, which meant that it took a little longer than it was &#8220;supposed&#8221; to. It located a couple of adjacent ext3 partitions [...]]]></description>
			<content:encoded><![CDATA[<p>Spent a fair chunk of today sorting out Phil&#8217;s hard disk.  Mac OS X had impolitely destroyed his partition table for him.  I used <a href="http://www.cgsecurity.org/wiki/TestDisk" onclick="javascript:urchinTracker ('/outbound/article/www.cgsecurity.org');">TestDisk</a> to recover it.  There were a couple of issues, which meant that it took a little longer than it was &#8220;supposed&#8221; to.</p>
<p>It located a couple of adjacent ext3 partitions (Phil&#8217;s Fedora and Ubuntu roots) and generated some overlapping numbers for them.  I had to manually edit the partition table using sfdisk to get it right.  I particularly enjoyed the rollback-like features that sfdisk has (using -O and -I).  I had to tell sfdisk to use sector units because it defaults to cylinders.</p>
<p>Then Phil gave me food.  Excellent.  Technical support for food.</p>
<p>Got a couple of management textbooks out from the library earlier.  They&#8217;re really boring.  Seem to be stating the obvious. Joy.</p>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2007/04/17/disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPMtastic</title>
		<link>http://xgoat.com/wp/2006/12/26/rpmtastic/</link>
		<comments>http://xgoat.com/wp/2006/12/26/rpmtastic/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 19:38:26 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://xgoat.com/wp/?p=21</guid>
		<description><![CDATA[Overview of last week of stuff: I started the week with little understanding of the Linux ARM boot process, Steve&#8217;s NSLU2 and the need to get a working Linux install on it. Tom and I spent a considerable amount of time working on getting it to work. Almost all of the problem was because for [...]]]></description>
			<content:encoded><![CDATA[<p>Overview of last week of stuff:</p>
<ul>
<li>I started the week with little understanding of the Linux ARM boot process, Steve&#8217;s NSLU2 and the need to get a working Linux install on it. Tom and I spent a considerable amount of time working on getting it to work.  Almost all of the problem was because for some (yet to be fully determined) reason, the kernel is passed an incorrect machine code by redboot.  Whether this is because someone&#8217;s flashed the slug in the past, I don&#8217;t know.  I ended the week with an understanding of the ARM MMU, linux ARM boot process and a working booting slug with functioning network adapter :-)</li>
<li>I created my first RPM.  :-D  I spent christmas eve reading various documentation on the subject, and so have packaged my yum plugin.  I&#8217;ve stuck the spec file, srpm and rpm up for <a href="http://users.ecs.soton.ac.uk/rds/rpm/yum-avahi/" onclick="javascript:urchinTracker ('/outbound/article/users.ecs.soton.ac.uk');">public access</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xgoat.com/wp/2006/12/26/rpmtastic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
