<?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>franciscoalecrim.com &#187; omap</title>
	<atom:link href="http://franciscoalecrim.com/blog/category/omap/feed/" rel="self" type="application/rss+xml" />
	<link>http://franciscoalecrim.com/blog</link>
	<description>developer</description>
	<lastBuildDate>Mon, 23 Jan 2012 02:26:46 +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>N810/N800 + Linux 2.6.33 + Ubuntu Karmic (ubuntu-minimal)</title>
		<link>http://franciscoalecrim.com/blog/2010/02/27/n810n800-linux-2633-ubuntu-karmic-ubuntu-minimal/</link>
		<comments>http://franciscoalecrim.com/blog/2010/02/27/n810n800-linux-2633-ubuntu-karmic-ubuntu-minimal/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 21:02:20 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[omap]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=249</guid>
		<description><![CDATA[This week I got Ubuntu Karmic(ubuntu-minimal) working on N810/N800 with Linux kernel version 2.6.33. Serial, USB(g_ether) and flash memory are working fine with this version. It&#8217;s enough to use console over SSH and test some terminal applications. But it&#8217;s going to take time to get it working fully on n8x0 like linux-omap 2.6.29. &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; $ [...]]]></description>
			<content:encoded><![CDATA[<p>This week I got <a href="https://wiki.ubuntu.com/ARM/RootfsFromScratch">Ubuntu Karmic(ubuntu-minimal)</a> working on N810/N800 with <a href="http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git">Linux kernel version 2.6.33</a>. Serial, USB(g_ether) and flash memory are working fine with this version. It&#8217;s enough to use console over SSH and test some terminal applications. But it&#8217;s going to take time to get it working fully on n8x0 like <a href="http://franciscoalecrim.com/blog/2010/02/05/preparing-mamona-03-sync-with-openembedded-alpha/">linux-omap 2.6.29</a>.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><em>$ ssh ubuntu@10.0.1.10<br />
ubuntu@10.0.1.10&#8242;s password:<br />
Linux n810 2.6.33-rc8-07939-g4fe94ed-dirty #149 Fri Feb 26 14:58:22 AMT 2010 armv6l<br />
&#8230;<br />
ubuntu@n810:~$ cat /proc/cpuinfo | grep Hardware<br />
Hardware    : Nokia N810<br />
ubuntu@n810:~$ uname -a<br />
Linux n810 2.6.33-rc8-07939-g4fe94ed-dirty #149 Fri Feb 26 14:58:22 AMT 2010 armv6l GNU/Linux<br />
ubuntu@n810:~$ cat /etc/issue.net<br />
Ubuntu 9.10</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>You can download images:</p>
<p>* <a href="http://franciscoalecrim.com/down/ubuntu/20100227/zImage">linux 2.6.33 to n800/n810</a></p>
<p>* <a href="http://franciscoalecrim.com/down/ubuntu/20100227/ubuntu-karmic-minimal.jffs2">ubuntu karmic minimal image (just console over SSH)</a></p>
<p>* <a href="http://franciscoalecrim.com/down/ubuntu/20100227/notes.txt">howto to create your own images</a></p>
<p>* <a href="http://franciscoalecrim.com/down/ubuntu/20100227/">patches, pkgs and etc</a></p>
<p>Some notes about Linux 2.6.33 with n8x0:</p>
<p>* <a href="http://marc.info/?l=linux-omap&amp;m=126748172223751&amp;w=2">Some corrections are necessary to get USB working.</a></p>
<p>* My kernel configuration define g_ether(USB gadget ethernet) as built-in(CONFIG_USB_ETH=y).</p>
<p>* initfs is not necessary. My kernel configuration changed to bootup directly by flash memory(CONFIG_CMDLINE=&#8221;<strong>root=1f04</strong> rootfstype=jffs2 console=ttyS2,115200n8&#8243;).</p>
<p>* <a href="http://gitorious.org/~alecrim/linux-omap/alecrim-linux-omap">My personal linux-omap tree</a> is available at gitorious</p>
<p>Some notes about ubuntu Karmic with n8x0:</p>
<p>* <a href="https://wiki.ubuntu.com/ARM/RootfsFromScratch">Generated using rootstock</a></p>
<p>* <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314334">Correction to apt works correctly with JFFS2</a></p>
<p>* Workaround to startup USB interface(IP 10.0.1.10) automatically using udev</p>
<p>* Using openssh-client/server instead of dropbear(lightweight). Dropbear install fails <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>PS:<br />
* Thanks to Stskeeps, luke-jr from #mer at irc.freenode.net !</p>
<p>* rbelem, post done. enjoy it! <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  http://www.rbelem.info/</p>
<p>* Doubts, questions or comments? Post it here or use #ubuntu-arm at irc.freenode.net</p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2010/02/27/n810n800-linux-2633-ubuntu-karmic-ubuntu-minimal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>fisl10: video com apresentação</title>
		<link>http://franciscoalecrim.com/blog/2010/02/24/fisl10-video-com-apresentacao/</link>
		<comments>http://franciscoalecrim.com/blog/2010/02/24/fisl10-video-com-apresentacao/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:31:42 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[evento]]></category>
		<category><![CDATA[omap]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=243</guid>
		<description><![CDATA[Speech in Portuguese! Sorry! Finalmente estou postando o video de minha apresentação no FISL10. Alguns meses para a TV-SL liberar e mais algumas semanas até finalmentar fazer um post com o link para o video. Acho que preciso reduzir estes tempos. Video disponível no site da TV-SL: ou diretamente  HERE. PS: Já estou pensando no [...]]]></description>
			<content:encoded><![CDATA[<p>Speech in Portuguese! Sorry!</p>
<p><a href="http://stream.softwarelivre.org/video/beagleboard-aprenda-utilizar-e-gerar-aplicativos-para-seu-futuro-netbookcelular"><img class="alignnone" src="http://farm4.static.flickr.com/3620/3679198572_d8495584eb_b_d.jpg" alt="" width="143" height="107" /></a></p>
<p>Finalmente estou postando o video de minha apresentação no FISL10. Alguns meses para a TV-SL liberar e mais algumas semanas até finalmentar fazer um post com o link para o video. Acho que preciso reduzir estes tempos.</p>
<p>Video disponível no site da TV-SL:</p>
<p><a href="http://stream.softwarelivre.org/video/beagleboard-aprenda-utilizar-e-gerar-aplicativos-para-seu-futuro-netbookcelular"><img class="alignnone" src="http://www.fisl.org.br/10/www/files/logos/tvsl.png" alt="" width="134" height="72" /></a></p>
<p>ou diretamente  <a href="http://franciscoalecrim.com/down/fisl/videos/fisl1-27-beagleboard.ogg">HERE</a>.</p>
<p>PS: Já estou pensando no <a href="http://www.fisl.org.br/11/">FISL11</a> !</p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2010/02/24/fisl10-video-com-apresentacao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using open wlan driver stlc45xx with Maemo</title>
		<link>http://franciscoalecrim.com/blog/2009/03/07/using-open-wlan-driver-stlc45xx-with-maemo/</link>
		<comments>http://franciscoalecrim.com/blog/2009/03/07/using-open-wlan-driver-stlc45xx-with-maemo/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 13:07:28 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[maemo]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[omap]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=149</guid>
		<description><![CDATA[Yesterday I tested the open source WLAN driver stlc45xx developed by Kalle Valo and community. First I tested it with Maemo using a simple open wlan network and it works fine. The problems that I faced: * Missing tools You will need some tools that does not came with the original image. Some extra packages [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I tested the open source WLAN <a href="http://gitorious.org/projects/stlc45xx">driver stlc45xx</a> developed by <a href="http://www.valot.fi/kalle/facts">Kalle Valo</a> and community.</p>
<p>First I tested it with <a href="http://www.maemo.org">Maemo</a> using a simple open wlan network and it works fine.</p>
<p>The problems that I faced:</p>
<p>* Missing tools<br />
You will need some tools that does not came with the original image. Some extra packages installed(wireless-tools dropbear-server libicd-network-dummy dropbear-scp) using an <a href="http://maemo.org/development/tools/">extra repositories</a>. I installed the packages with default Maemo kernel(2.6.21-omap1) to have access to internet during the installing of preview packages.</p>
<p>* RD flags did not work properly<br />
Using all flags defined by <a href="http://gitorious.org/projects/stlc45xx/repos/mainline/blobs/HEAD/README">README</a> the device turn off without any output or error message. <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I used the &#8220;flags no-omap-wd, no-lifeguard-reset&#8221; as <a href="http://briglia.net/techblog/2009/02/28/using-latest-linux-omap-kernel-in-n810/">Briglia </a>and it works. <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>* Navegate using Maemo browser<br />
Maemo does not recognize the WLAN interface and I&#8217;m not able to select a network using the UI. So I connected to network using Xterm, but anyway I was not able to navegate using MaemoBrowser. It was necessary to create a <a href="http://wiki.maemo.org/USB_networking#Behind_the_scenes">DUMMY connection</a> say the Maemo ICD that network is available.</p>
<p>I did some notes and it&#8217;s available on <a href="http://franciscoalecrim.com/wiki/index.php?title=Maemo_N8x0:_kernel_2.6.29_and_open_source_wlan_driver">my wiki page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2009/03/07/using-open-wlan-driver-stlc45xx-with-maemo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mamona on Beagleboard: developing oficial version</title>
		<link>http://franciscoalecrim.com/blog/2009/01/15/mamona-on-beagleboard-developing-oficial-version/</link>
		<comments>http://franciscoalecrim.com/blog/2009/01/15/mamona-on-beagleboard-developing-oficial-version/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 21:54:34 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[mamona]]></category>
		<category><![CDATA[omap]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=116</guid>
		<description><![CDATA[Hi, A few months ago I posted about Mamona Platform on BeagleBoard. That rootfs was based on OMAP3430SDP with some hacks. A few questions about Mamona on Beagleboard have been sent and I want to say sorry for my delay. I&#8217;ve been working hard on internal projects at INdT. Last week I worked to create [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>A few months ago I posted about <a href="http://franciscoalecrim.com/blog/2008/07/29/mamona-working-with-beagleboard/">Mamona Platform on BeagleBoard</a>. That rootfs was based on OMAP3430SDP with some hacks. A few questions about Mamona on Beagleboard have been sent and I want to say sorry for my delay. I&#8217;ve been working hard on internal projects at <a href="http://www.indt.org.br/institutional/index.php">INdT</a>.</p>
<p>Last week I worked to create BeagleBoard machine in Mamona. Not a hard work! Considering that Mamona is OE based then most patches came from OE and just small changes were necessary to boot up a basic Mamona rootfs. The current development is available on mamona.git branch mamona_beagle. Below you can see a small demo and some pictures.</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/_6qaeWWvKdk&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_6qaeWWvKdk&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p><a href="http://www.flickr.com/photos/franciscoalecrim/sets/72157612553216623/"><img class="alignnone" title="Mamona on BeagleBoard: demo basic rootfs" src="http://farm4.static.flickr.com/3321/3197818937_faa1aaafeb.jpg?v=0" alt="" width="150" height="112" /></a><a href="http://www.flickr.com/photos/franciscoalecrim/sets/72157612553216623/"><img class="alignnone" title="mamona on beagleboard: demo basic rootfs " src="http://farm4.static.flickr.com/3425/3198681082_3aa4f81acd.jpg?v=0" alt="" width="151" height="113" /></a><a href="http://www.flickr.com/photos/franciscoalecrim/sets/72157612553216623/"><img class="alignnone" title="mamona on beagleboard: demo basic rootfs " src="http://farm4.static.flickr.com/3479/3197828535_9cea873548.jpg?v=0" alt="" width="151" height="113" /></a></p>
<p>Yesterday I created the <a href="http://beagleboard.org/project/Mamona+On+Beagle/">project on BeagleBoard website</a>.</p>
<p>You can have <a href="http://franciscoalecrim.com/wiki/index.php?title=Booting_basic_Mamona_rootfs_on_Beagleboard_2009wk02">more details using the notes I&#8217;ve done during development</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2009/01/15/mamona-on-beagleboard-developing-oficial-version/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mamona working with Beagleboard</title>
		<link>http://franciscoalecrim.com/blog/2008/07/29/mamona-working-with-beagleboard/</link>
		<comments>http://franciscoalecrim.com/blog/2008/07/29/mamona-working-with-beagleboard/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 00:03:34 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[mamona]]></category>
		<category><![CDATA[omap]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/2008/07/29/mamona-working-with-beagleboard/</guid>
		<description><![CDATA[A few weeks ago we got a BeagleBoard from Texas Instrument. Thanks to Texas Instrument for this good project !!! The answer to Mamona and BeagleBoard: when?: Now we have Mamona working with TVOUT using this board.  Nice !! ASAP I will post more details about this topic.  More pictures &#8230;]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago we got a <a href="http://beagleboard.org/">BeagleBoard</a> from <a href="http://focus.ti.com/general/docs/wtbu/wtbusplashcontent.tsp?templateId=6123&amp;contentId=4752">Texas Instrument</a>.</p>
<p><a href="http://beagleboard.org/"><img src="http://beagleboard.org/static/images/beagle-hd-logo.gif" width="301" height="53" /></a></p>
<p>Thanks to Texas Instrument for this <a href="http://beagleboard.org/">good project</a> !!!</p>
<p><img src="http://lh3.ggpht.com/alecrim/SIqIIdSPK0I/AAAAAAAAA5M/TPrSswXW1BE/22072008%28003%29.jpg?imgmax=720" width="351" height="263" /></p>
<p>The answer to <a href="http://franciscoalecrim.com/blog/2008/06/27/mamona-and-beagleboard-when/" rel="bookmark" title="Permanent Link: Mamona and BeagleBoard: when?">Mamona and BeagleBoard: when?: </a></p>
<p>Now we have Mamona working with TVOUT using this board.  Nice !! <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://picasaweb.google.com/alecrim/MamonaDevelopment/photo#5227139997667566450" /><img src="http://lh3.ggpht.com/alecrim/SIqIIiA2I3I/AAAAAAAAA5U/qvJgmcFjkJ8/22072008%28004%29.jpg?imgmax=576" width="279" height="373" /></p>
<p>ASAP I will post more details about this topic.</p>
<p><img src="http://lh5.ggpht.com/alecrim/SIqIJHoqOgI/AAAAAAAAA5k/AGmmhfYuURM/24072008%28001%29.jpg?imgmax=576" width="147" height="196" /> <img src="http://lh4.ggpht.com/alecrim/SIqIiJK1_7I/AAAAAAAAA5w/Q5QXMp-D54I/24072008.jpg?imgmax=720" width="263" height="197" /></p>
<p><a href="http://picasaweb.google.com/alecrim/MamonaDevelopment/photo#5227139996398332738"> More pictures &#8230; </a></p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2008/07/29/mamona-working-with-beagleboard/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 3 running with Mamona</title>
		<link>http://franciscoalecrim.com/blog/2008/07/28/firefox-3-running-with-mamona/</link>
		<comments>http://franciscoalecrim.com/blog/2008/07/28/firefox-3-running-with-mamona/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:34:40 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[mamona]]></category>
		<category><![CDATA[n810]]></category>
		<category><![CDATA[omap]]></category>
		<category><![CDATA[planet_maemo]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/2008/07/28/firefox-3-running-with-mamona/</guid>
		<description><![CDATA[We&#8217;re proud to announce that Firefox 3 is working with Mamona. Thanks to all Mamona team, especially Eduardo Valentin. Instruction: Follow Mamona development tutorial replacing  ” bitbake &#60;meta-package&#62;” for “bitbake task-mamona-sdk &#38;&#38; bitbake task-mamona-wm &#38;&#38; bitbake firefox”. And you will have Firefox 3 available in your Mamona repository. More pictures &#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://lh6.ggpht.com/alecrim/SIqHD8wcXVI/AAAAAAAAA4Q/WimPHXNKy_M/25072008%28022%29.jpg?imgmax=640" width="274" height="366" /></p>
<p>We&#8217;re proud to announce that <a href="http://www.mozilla.com/en-US/firefox/">Firefox 3</a> is working with <a href="http://dev.openbossa.org/trac/mamona/">Mamona</a>. <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks to all Mamona team, especially Eduardo Valentin.</p>
<p>Instruction:</p>
<p>Follow <a href="http://dev.openbossa.org/trac/mamona/wiki/MamonaSetup">Mamona development tutorial</a> replacing  ” bitbake &lt;meta-package&gt;” for “bitbake task-mamona-sdk &amp;&amp; bitbake task-mamona-wm &amp;&amp; bitbake firefox”.</p>
<p>And you will have Firefox 3 available in your Mamona repository.</p>
<p><img src="http://lh3.ggpht.com/alecrim/SIqHDnyuM1I/AAAAAAAAA4A/q806JTA_eMA/25072008%28020%29.jpg?imgmax=800" width="458" height="343" /></p>
<p><a href="http://picasaweb.google.com/alecrim/MamonaDevelopment/photo#5227138808368465746">More pictures &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2008/07/28/firefox-3-running-with-mamona/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Midori: Webkit based browser running with Mamona</title>
		<link>http://franciscoalecrim.com/blog/2008/07/28/midori-webkit-based-browser-running-with-mamona/</link>
		<comments>http://franciscoalecrim.com/blog/2008/07/28/midori-webkit-based-browser-running-with-mamona/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 22:58:42 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[mamona]]></category>
		<category><![CDATA[omap]]></category>
		<category><![CDATA[planet_maemo]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/2008/07/28/midori-webkit-based-browser-running-with-mamona/</guid>
		<description><![CDATA[Since Friday(July 25th) we&#8217;re able to build Midori Browser based on Webkit with Mamona tools. We tested this browser with Nokia N810 and BeagleBoard. Main steps to Build Midori: Follow the Mamona development  till Building Mamona. Replace  &#8221; bitbake &#60;meta-package&#62;&#8221; for &#8220;bitbake task-mamona-sdk &#38;&#38; bitbake task-mamona-wm &#38;&#38; bitbake midori&#8221; at setion Building Mamona. And Midori [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://lh5.ggpht.com/alecrim/SIqHdRsJs3I/AAAAAAAAA40/5Q2vh47QRHo/25072008%28007%29.jpg?imgmax=800" width="371" height="278" /></p>
<p>Since <a href="http://dev.openbossa.org/mamona/gitweb?p=mamona.git;a=commit;h=b7d632151d058fe75c4ad6bf1d44637c5bafa559">Friday(July 25th) </a>we&#8217;re able to build <a href="http://en.wikipedia.org/wiki/Midori_(browser)">Midori Browser based on Webkit</a> with Mamona tools. We tested this browser with <a href="http://en.wikipedia.org/wiki/Nokia_N810">Nokia N810</a> and <a href="http://beagleboard.org/">BeagleBoard</a>.</p>
<p>Main steps to Build Midori:</p>
<p>Follow the <a href="http://dev.openbossa.org/trac/mamona/wiki/MamonaSetup">Mamona development</a>  till Building Mamona.</p>
<p>Replace  &#8221; bitbake &lt;meta-package&gt;&#8221; for &#8220;bitbake task-mamona-sdk &amp;&amp; bitbake task-mamona-wm &amp;&amp; bitbake midori&#8221; at setion Building Mamona.</p>
<p>And Midori will be available in your Mamona repository.</p>
<p>That&#8217;s all!!</p>
<p><img src="http://lh5.ggpht.com/alecrim/SIqHdMxactI/AAAAAAAAA4k/Yh6JDn7JKO4/25072008%28005%29.jpg?imgmax=800" width="537" height="402" /></p>
<p><a href="http://picasaweb.google.com/alecrim/MamonaDevelopment/photo#5227139250819812482">More pictures &#8230;  </a></p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2008/07/28/midori-webkit-based-browser-running-with-mamona/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mamona and BeagleBoard: when?</title>
		<link>http://franciscoalecrim.com/blog/2008/06/27/mamona-and-beagleboard-when/</link>
		<comments>http://franciscoalecrim.com/blog/2008/06/27/mamona-and-beagleboard-when/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 17:51:04 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[mamona]]></category>
		<category><![CDATA[omap]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/2008/06/27/mamona-and-beagleboard-when/</guid>
		<description><![CDATA[I&#8217;m waiting the opportunity to put my hands on a Beagleboard and test many things. My TODO list include Mamona test with BeagleBoard. Mamona and BeagleBoard: When? ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m waiting the opportunity to put my hands on a Beagleboard and test many things.</p>
<p>My TODO list include <a href="http://dev.openbossa.org/trac/mamona">Mamona</a> test with <a href="http://beagleboard.org/">BeagleBoard</a>.</p>
<p><img src="http://farm4.static.flickr.com/3133/2551439899_623814dde4.jpg?v=0" height="375" width="500" /></p>
<p><a href="http://beagleboard.blogspot.com/2008/05/distros-for-beagle.html">Mamona and BeagleBoard: When? </a></p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2008/06/27/mamona-and-beagleboard-when/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>kernel contributions till 2008 04 04</title>
		<link>http://franciscoalecrim.com/blog/2008/02/11/kernel-contributions-till-2008-04-04/</link>
		<comments>http://franciscoalecrim.com/blog/2008/02/11/kernel-contributions-till-2008-04-04/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 20:36:00 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[omap]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/2008/02/11/kernel-contributions-till-2008-04-04/</guid>
		<description><![CDATA[Kernel contributions : OMAP I should improve it.]]></description>
			<content:encoded><![CDATA[<p>Kernel contributions : <a href="http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftmlind%2Flinux-omap-2.6.git&amp;a=search&amp;h=HEAD&amp;st=commit&amp;s=alecrim">OMAP</a></p>
<p>I should improve it. <img src='http://franciscoalecrim.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2008/02/11/kernel-contributions-till-2008-04-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OMAP1610 : improving boot up (PART 1/3 U-BOOT UPGRADE)</title>
		<link>http://franciscoalecrim.com/blog/2007/12/06/omap1610-improving-boot-up-part-13-u-boot-upgrade/</link>
		<comments>http://franciscoalecrim.com/blog/2007/12/06/omap1610-improving-boot-up-part-13-u-boot-upgrade/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 17:55:00 +0000</pubDate>
		<dc:creator>Francisco Keppler Silva Alecrim</dc:creator>
				<category><![CDATA[dica]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[omap]]></category>

		<guid isPermaLink="false">http://franciscoalecrim.com/blog/?p=60</guid>
		<description><![CDATA[Hi all, I&#8217;m working with an OMAP1610 H2 and it was taking a long time to load and uncompress kernel. Eduardo recommended me some things to be done. BE CAREFUL &#8211; I&#8217;M NOT RESPONSIBLE FOR YOUR ACTS. YOU CAN MISS INFORMATION IF YOU DO NOT FOLLOW THE STEPS CORRECTLY. 1 &#8211; Upgrade u-boot - Install [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://focus.ti.com/graphics/wtbu/blockdiagrams/l4_omap1610.gif"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px;" src="http://focus.ti.com/graphics/wtbu/blockdiagrams/l4_omap1610.gif" border="0" alt="" /></a></p>
<p>Hi all, </p>
<p>I&#8217;m working with an OMAP1610 H2 and it was taking a long time to load and uncompress kernel. Eduardo recommended me some things to be done. </p>
<p><span style="font-weight:bold;"><br />BE CAREFUL &#8211; <br />I&#8217;M NOT RESPONSIBLE FOR YOUR ACTS. YOU CAN MISS INFORMATION IF YOU DO NOT FOLLOW THE STEPS CORRECTLY. </span></p>
<p>1 &#8211; Upgrade u-boot </p>
<p>- <a href="http://www.scratchbox.org/documentation/docbook/installdoc.html">Install scratchbox for cross-compilation.</a></p>
<p>- <a href="ftp://ftp.denx.de/pub/u-boot/">Download the last version of u-boot.</a></p>
<p>- Configure and Compile u-boot</p>
<p>    [sbox-arm: ~/applications/u-boot-1.3.0] > make omap1610h2_config &#038;&#038; make</p>
<p>- Copy the new u-boot.bin to your tftpboot directory(details here) </p>
<p>    $ cp /scratchbox/users/alecrim/home/alecrim/applications/u-boot-1.3.0/u-boot.bin /tftpboot</p>
<p>- Using minicom, access the current u-boot prompt and load the new u-boot </p>
<p>  OMAP1610 H2 # tftp 0&#215;10000000  u-boot.bin<br />  TFTP from server 10.0.0.1; our IP address is 10.0.0.2<br />  Filename &#8216;u-boot.bin&#8217;.<br />  Load address: 0&#215;10000000<br />  Loading: ###################<br />  done<br />  Bytes transferred = 93568 (<span style="font-weight:bold;">16d80</span> hex)</p>
<p>The bold number is import, save it.IT&#8217;S YOUR U-BOOT HEXADECIMAL!!  </p>
<p>- Unlock the flash memory, erase a sector, copy the new u-boot.bin and lock the flash again. </p>
<p><span style="font-weight:bold;">DANGEROUS!! TAKE CARE!!DANGEROUS!! TAKE CARE!!DANGEROUS!! TAKE CARE!!DANGEROUS!! TAKE CARE!!</span></p>
<p>REPLACE THE BOLD HEXADECIMAL (16d80)!!! PUT YOUR U-BOOT HEXADECIMAL !!!</p>
<p>  OMAP1610 H2 # protect off 00000000 0001ffff<br />  Un-Protected 1 sectors</p>
<p>  OMAP1610 H2 # era 00000000 0001ffff</p>
<p>  Erasing sector  0 &#8230;  done<br />  Erased 1 sectors</p>
<p>  OMAP1610 H2 # cp.b 0&#215;10000000 0&#215;00000000 0x<span style="font-weight:bold;">16d80</span><br />  Copy to Flash&#8230;\done</p>
<p>  OMAP1610 H2 # protect on 00000000 0001ffff<br />  Protected 1 sectors<br />  OMAP1610 H2 # </p>
<p>Now, you can restart your board and pray for some output on your serial. </p>
<p>references: <br />http://tree.celinuxforum.org/CelfPubWiki/OSK_2fuboot<br />http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?templateId=6123&#038;navigationId=11994&#038;path=templatedata/cm/product/data/omap_1610<br />http://tree.celinuxforum.org/CelfPubWiki/OSK</p>
]]></content:encoded>
			<wfw:commentRss>http://franciscoalecrim.com/blog/2007/12/06/omap1610-improving-boot-up-part-13-u-boot-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

