<?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>PLATFORMedia LLC</title>
	<atom:link href="http://platformedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Thu, 21 Mar 2013 17:41:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>ARM Toolchain for STM32-F3 Discovery on Fedora</title>
		<link>http://platformedia.com/oss-blog/arm-toolchain-for-stm32-f3-discovery-on-fedora/</link>
		<comments>http://platformedia.com/oss-blog/arm-toolchain-for-stm32-f3-discovery-on-fedora/#comments</comments>
		<pubDate>Thu, 21 Mar 2013 05:24:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[STM32]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=563</guid>
		<description><![CDATA[Basic steps : Install stlink, so that linux recognizes the STM32 card over USB Install OpenOCD, which provides a &#8216;virtual JTAG&#8217; debugging environment Redherring : CodeSourcery Install ARM gnu tools &#8216;gcc-arm-embedded&#8217; Download the STM32-F3 supplier code (includes the demo .hex file, for instance) Get the STM32-F3-Discovery template Make the template&#8217;s simple blinking LED demo work [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/arm-toolchain-for-stm32-f3-discovery-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service restart script</title>
		<link>http://platformedia.com/oss-blog/service-restart-script/</link>
		<comments>http://platformedia.com/oss-blog/service-restart-script/#comments</comments>
		<pubDate>Fri, 26 Oct 2012 04:24:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[uwsgi]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=559</guid>
		<description><![CDATA[For when just restarting everything is more expedient than figuring out what&#8217;s really going on (i.e. don&#8217;t do this) : # more services.web.restart ## This is an alternative to : # run_count=`ps eax &#124; grep ${process} &#124; grep -v grep &#124; wc -l` if [ ! "$(pidof mysqld)" ]; then service mysqld restart fi if [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/service-restart-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building ceres-solver on Fedora 17</title>
		<link>http://platformedia.com/oss-blog/building-ceres-fc17/</link>
		<comments>http://platformedia.com/oss-blog/building-ceres-fc17/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 05:18:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=550</guid>
		<description><![CDATA[Simple first step : yum install gflags-devel The Fedora rpm package for &#8216;glog&#8217; is older than required (i.e. it is &#60;3.1), so it has to be built manually. So, as a precursor to the main build, one requires : wget http://google-glog.googlecode.com/files/glog-0.3.2.tar.gz tar -xzf glog-0.3.2.tar.gz cd glog-0.3.2 ./configure &#8211;with-gflags=/usr/ make sudo make install # This puts [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/building-ceres-fc17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building OpenCV on Fedora 17</title>
		<link>http://platformedia.com/oss-blog/opencv-on-fc17/</link>
		<comments>http://platformedia.com/oss-blog/opencv-on-fc17/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 04:34:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[OpenCV]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=552</guid>
		<description><![CDATA[Installation of required packages by root (first line is essential for everything, others depend on whether you want the video and GUI interfaces respectively): yum install cmake gcc-c++ yum install ffmpeg ffmpeg-devel yum install gtk2-devel Download the latest code : git clone git://code.opencv.org/opencv.git Build the code in an out-of-source directory (chosen to be &#8216;release&#8217; here) [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/opencv-on-fc17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building CIFS.ko for a no-name Android TV device</title>
		<link>http://platformedia.com/oss-blog/building-cifs-ko-android/</link>
		<comments>http://platformedia.com/oss-blog/building-cifs-ko-android/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 01:54:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MythTV]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=544</guid>
		<description><![CDATA[Much more fill-in detail to follow&#8230; mkdir 2-kernel cd 2-kernel/ # http://wiki.cyanogenmod.com/wiki/Building_Kernel_from_source scp root@wifitv.herald:/proc/config.gz .. git clone https://android.googlesource.com/platform/prebuilt git clone git://github.com/madmaze/Meson-3-Kernel.git gunzip config.gz cp config Meson-3-Kernel/.config cd Meson-3-Kernel more .config git log export PATH=$(pwd)/../prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin:$PATH export ARCH=arm export SUBARCH=arm export CROSS_COMPILE=arm-eabi- # Hmmm &#8211; someone misplaced a folder&#8230; mkdir -p ../out/target/product/f16ref/root make menuconfig # Set &#8216;M&#8217; [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/building-cifs-ko-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving folder and history between git repos</title>
		<link>http://platformedia.com/oss-blog/moving-between-git-repos/</link>
		<comments>http://platformedia.com/oss-blog/moving-between-git-repos/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 18:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=515</guid>
		<description><![CDATA[Problem : One part of a git-tracked repo has become an independent project in its own right. Moreover, there&#8217;s no need for participants in that project to have access to the rest of the repo. Idea : Move the independent project out into a separate git repo, preserving all the commit history. Huge props to [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/moving-between-git-repos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>G2X connecting in developer mode</title>
		<link>http://platformedia.com/oss-blog/g2x-developer-mode/</link>
		<comments>http://platformedia.com/oss-blog/g2x-developer-mode/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 23:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[G2X]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=510</guid>
		<description><![CDATA[On Fedora, I was having issues getting my T-Mobile G2X to connect in developer mode. For sure, I was setting Settings-Applications-USBdebugging to Checked. And when plugging in the device, the SD card (and/or) internal memory space was showing up on the desktop (and the output in /var/log/messages looked equivalent to that from my working G1) [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/g2x-developer-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythBackend service not starting</title>
		<link>http://platformedia.com/oss-blog/mythbackend-service-not-starting/</link>
		<comments>http://platformedia.com/oss-blog/mythbackend-service-not-starting/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 05:04:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fc16]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=506</guid>
		<description><![CDATA[/var/log/messages complains : Nov 24 23:52:54 myth systemd&#91;1&#93;: mythbackend.service: control process exited, code=exited status=235 Nov 24 23:52:54 myth systemd&#91;1&#93;: Unit mythbackend.service entered failed state. Simple solution (not tested whether this survives reboot) : # touch /var/run/mythbackend.pid; chown mythtv:mythtv /var/run/mythbackend.pid # systemctl start mythbackend.service # grep mythbackend]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/mythbackend-service-not-starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PulseAudio default Sink (output)</title>
		<link>http://platformedia.com/oss-blog/pulseaudio-default-sink-output/</link>
		<comments>http://platformedia.com/oss-blog/pulseaudio-default-sink-output/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 04:51:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fc16]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=502</guid>
		<description><![CDATA[MythTV suddenly stopped audio (yet again : Every upgrade the reason is different). This time, it appears that the order the audio cards are detected has changed, so the default output has changed&#8230; The following is relevant to the process (haven&#8217;t tested this through a reboot, yet) : $ pacmd help $ pacmd info &#160;&#124; [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/pulseaudio-default-sink-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nginx configuration for uwsgi for Flask</title>
		<link>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/</link>
		<comments>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 06:23:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flask]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[uwsgi]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=485</guid>
		<description><![CDATA[/etc/nginx/conf.d/site.conf : server &#123; &#160;server_name example.com www.example.com; &#160;root home/example/flask/static; &#160; &#160;location ~ ^/&#40;img&#124;js&#124;css&#41;/ &#123; &#160;# &#124;pi&#124;&#124;ext&#124;theme &#160; root &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;/home/example/flask/static; &#160; add_header &#160; &#160; &#160; &#160; &#160; &#160; &#160;Cache-Control public; &#160; #expires &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 30d; &#160; #access_log &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
