<?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>Black Mesa East &#187; Linux</title>
	<atom:link href="http://www.blackmesaeast.com.pl/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackmesaeast.com.pl</link>
	<description>Black Mesa East projects website</description>
	<lastBuildDate>Wed, 20 Jan 2010 11:38:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sarge SBC and mono</title>
		<link>http://www.blackmesaeast.com.pl/2007/07/08/sarge-sbc-and-mono/</link>
		<comments>http://www.blackmesaeast.com.pl/2007/07/08/sarge-sbc-and-mono/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 21:02:11 +0000</pubDate>
		<dc:creator>mcgregor</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blackmesaeast.com.pl/2007/07/08/sarge-sbc-and-mono/</guid>
		<description><![CDATA[










One of my possible customer asked if I can run mono on the Sarge SBC, so I&#8217;ve decided to bitbake one
using the latest oe recipe. After creating mono-1.2.4 packages for sarge-at91 machine it turned out that not everything is working fine:

root@sarge_at91:/usr/local/mono$ mcs example1.cs
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.Location [...]]]></description>
			<content:encoded><![CDATA[<p align="left">
<table>
<tr>
<td>
<a href="http://www.mono-project.com/Main_Page">
<p><img src="/wp-content/2007/07/Mono-gorilla-aqua.100px.jpg"></p>
<p></a>
</td>
</tr>
<tr>
<td>
<p>One of my possible customer asked if I can run <a href="http://www.mono-project.com/Main_Page">mono</a> on the Sarge SBC, so I&#8217;ve decided to bitbake one<br />
using the latest <a href="http://www.openembedded.org/repo/org.openembedded.dev/packages/mono/mono_1.2.4.bb">oe recipe</a>. After creating mono-1.2.4 packages for sarge-at91 machine it turned out that not everything is working fine:</p>
<blockquote><p>
root@sarge_at91:/usr/local/mono$ mcs example1.cs</p>
<p>Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.Location &#8212;> System.ExecutionEngL<br />
  at System.Collections.Hashtable..ctor (Int32 capacity, Single loadFactor, IHashCodeProvider hcp, IComparer comparer) [0x00000]<br />
  at System.Collections.Hashtable..ctor (Int32 capacity, Single loadFactor) [0x00000]<br />
  at System.Collections.Hashtable..ctor () [0x00000]<br />
  at Mono.CSharp.Location..cctor () [0x00000] &#8212; End of inner exception stack trace &#8212;
</p></blockquote>
<p>since I&#8217;m not familiar with mono: any ideas, anyone ?.
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.blackmesaeast.com.pl/2007/07/08/sarge-sbc-and-mono/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sarge SBC is running kernel 2.6.21</title>
		<link>http://www.blackmesaeast.com.pl/2007/06/13/sarge-sbc-is-running-kernel-2621/</link>
		<comments>http://www.blackmesaeast.com.pl/2007/06/13/sarge-sbc-is-running-kernel-2621/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 20:16:39 +0000</pubDate>
		<dc:creator>mcgregor</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blackmesaeast.com.pl/2007/06/13/sarge-sbc-is-running-kernel-2621/</guid>
		<description><![CDATA[
Running kernel 2.6.21 wasn&#8217;t just a matter of compiling newer release (previously I&#8217;ve used 2.6.17).
The MMC core and AT91 driver was a bit rearranged since 2.6.17 and  booting from the SD card wasn&#8217;t  possible.
Luckily I&#8217;ve found patches from ECB_AT91 project and after some changes it worked for Sarge. It can be downloaded from [...]]]></description>
			<content:encoded><![CDATA[<p align="left">
Running kernel 2.6.21 wasn&#8217;t just a matter of compiling newer release (previously I&#8217;ve used 2.6.17).<br />
The MMC core and AT91 driver was a bit rearranged since 2.6.17 and  booting from the SD card wasn&#8217;t  possible.<br />
Luckily I&#8217;ve found patches from <a href="http://svn.arhuaco.org/svn/src/emqbit/ECB_AT91_V2/linux-kernel/2.6.20/2.6.20.sd.usb.eth.patch">ECB_AT91</a> project and after some changes it worked for Sarge. It can be downloaded from <a href="http://blackmesaeast.com.pl/linux/downloads/">the download</a> section.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackmesaeast.com.pl/2007/06/13/sarge-sbc-is-running-kernel-2621/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sarge SBC is playing sound via a2dp</title>
		<link>http://www.blackmesaeast.com.pl/2007/05/25/sarge-sbc-is-playing-sound-via-a2dp/</link>
		<comments>http://www.blackmesaeast.com.pl/2007/05/25/sarge-sbc-is-playing-sound-via-a2dp/#comments</comments>
		<pubDate>Fri, 25 May 2007 21:34:54 +0000</pubDate>
		<dc:creator>mcgregor</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blackmesaeast.com.pl/2007/05/25/sarge-sbc-is-playing-sound-via-a2dp/</guid>
		<description><![CDATA[
Our last efforts, the long hours spent deep underground in Black Mesa compound
brought the Sarge SBC to the point where the sound becomes blue and radio-wave.

&#8230; more
]]></description>
			<content:encoded><![CDATA[<p align="left">
Our last efforts, the long hours spent deep underground in Black Mesa compound<br />
brought the<a href="/projects/electronics/sarge-single-board-computer/"> Sarge SBC </a>to the point where the sound becomes blue and radio-wave.</p>
<p><img src="/wp-content/2007/05/a2dpd_6_thumb.jpg"></p>
<p>&#8230; <a href="/linux/bluetooth-alsa-a2dpd/">more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackmesaeast.com.pl/2007/05/25/sarge-sbc-is-playing-sound-via-a2dp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An actually working STE100P kernel module</title>
		<link>http://www.blackmesaeast.com.pl/2007/05/01/actually-a-working-ste100p-kernel-module/</link>
		<comments>http://www.blackmesaeast.com.pl/2007/05/01/actually-a-working-ste100p-kernel-module/#comments</comments>
		<pubDate>Tue, 01 May 2007 22:12:57 +0000</pubDate>
		<dc:creator>mcgregor</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blackmesaeast.com.pl/2007/05/01/actually-a-working-ste100p-kernel-module/</guid>
		<description><![CDATA[Since the Sarge SBC is able to boot the linux kernel again We took another step and
developed STE100P PHY kernel module &#8211; it&#8217;s working and the lights are blinking &#8230;
]]></description>
			<content:encoded><![CDATA[<p>Since the Sarge SBC is able to boot the linux kernel again We took another step and<br />
developed STE100P PHY kernel module &#8211; it&#8217;s working and the lights are blinking <a href="/projects/electronics/sarge-single-board-computer/5/" title="STE100P kernel module">&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackmesaeast.com.pl/2007/05/01/actually-a-working-ste100p-kernel-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sarge SBC is booting the kernel again</title>
		<link>http://www.blackmesaeast.com.pl/2007/04/29/sarge-sbc-is-booting-the-kernel-again/</link>
		<comments>http://www.blackmesaeast.com.pl/2007/04/29/sarge-sbc-is-booting-the-kernel-again/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 13:36:39 +0000</pubDate>
		<dc:creator>mcgregor</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blackmesaeast.com.pl/2007/04/29/sarge-sbc-is-booting-the-kernel-again/</guid>
		<description><![CDATA[Using  DDD debugger with OpenOCD and JTAG interface I&#8217;ve found why
the linux kernel was not booting. It was some missaligments caused by wrong gcc 4.1.1 compilation
in CPU initlization routines located in u-boot and loader code &#8211;  you should use gcc-3.4.6 (or less) for loader and u-boot if you want to avoid problems.
]]></description>
			<content:encoded><![CDATA[<p align="left">Using  DDD debugger with OpenOCD and JTAG interface <a href="http://blackmesaeast.com.pl/projects/electronics/sarge-single-board-computer/5/">I&#8217;ve found why</a><br />
the linux kernel was not booting. It was some missaligments caused by wrong gcc 4.1.1 compilation<br />
in CPU initlization routines located in u-boot and loader code &#8211;  you should use gcc-3.4.6 (or less) for loader and u-boot if you want to avoid problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackmesaeast.com.pl/2007/04/29/sarge-sbc-is-booting-the-kernel-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sarge is booting linux kernel</title>
		<link>http://www.blackmesaeast.com.pl/2007/03/23/sarge-is-booting-linux-kernel/</link>
		<comments>http://www.blackmesaeast.com.pl/2007/03/23/sarge-is-booting-linux-kernel/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 22:05:00 +0000</pubDate>
		<dc:creator>mcgregor</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blackmesaeast.com.pl/2007/03/23/sarge-is-booting-linux-kernel/</guid>
		<description><![CDATA[Today our staff managed to boot linux kernel (2.6.17-14)  on The Sarge SBC.
After  few days of hard work We have finally positive results &#8211; see more&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Today our staff managed to boot linux kernel (2.6.17-14)  on The Sarge SBC.</p>
<p>After  few days of hard work We have finally positive results &#8211; <a href="http://blackmesaeast.com.pl/projects/electronics/sarge-single-board-computer/" title="The Sarge SBC">see more&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackmesaeast.com.pl/2007/03/23/sarge-is-booting-linux-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
