<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックAndroid for i.MX51-BBG</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163010#M3799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am porting android to i.MX51 BBG platform.&lt;/P&gt;&lt;P&gt;I followed i.MX_Android_R10.4_User_Guide and built the android.&lt;/P&gt;&lt;P&gt;But Android Gui is not starting on dvi monitor.&lt;/P&gt;&lt;P&gt;I am sure I am giving correct bootargs.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The log is as below&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="" href="https://community.nxp.com/discussions/164-from_bootup.cap" rel="noopener noreferrer" target="_blank"&gt;from_bootup.cap&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Later I built the Android by using below command&lt;/P&gt;&lt;PRE&gt;make PRODUCT-imx51_BBG-eng

I am able to get Android GUI but all applications failing.
The log file is attached as eng.cap

Please can anyone tell me how can I fix it.
&lt;A _jive_internal="true" class="" href="https://community.nxp.com/discussions/165-eng.cap" rel="noopener noreferrer" target="_blank"&gt;eng.cap&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337005" rel="noopener noreferrer" target="_blank"&gt;166-from_bootup.cap&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 09:09:11 GMT</pubDate>
    <dc:creator>RashmiRamanna</dc:creator>
    <dc:date>2020-10-29T09:09:11Z</dc:date>
    <item>
      <title>Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163010#M3799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am porting android to i.MX51 BBG platform.&lt;/P&gt;&lt;P&gt;I followed i.MX_Android_R10.4_User_Guide and built the android.&lt;/P&gt;&lt;P&gt;But Android Gui is not starting on dvi monitor.&lt;/P&gt;&lt;P&gt;I am sure I am giving correct bootargs.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The log is as below&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="" href="https://community.nxp.com/discussions/164-from_bootup.cap" rel="noopener noreferrer" target="_blank"&gt;from_bootup.cap&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Later I built the Android by using below command&lt;/P&gt;&lt;PRE&gt;make PRODUCT-imx51_BBG-eng

I am able to get Android GUI but all applications failing.
The log file is attached as eng.cap

Please can anyone tell me how can I fix it.
&lt;A _jive_internal="true" class="" href="https://community.nxp.com/discussions/165-eng.cap" rel="noopener noreferrer" target="_blank"&gt;eng.cap&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337005" rel="noopener noreferrer" target="_blank"&gt;166-from_bootup.cap&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:09:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163010#M3799</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2020-10-29T09:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163011#M3800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think some permission issue is there thats why it is rebooting with below message.&lt;/P&gt;&lt;P&gt;"AndroidRuntime START com.android.internal.os.ZygoteInit"&lt;/P&gt;&lt;P&gt;Try to give rw permission in init.rc as below and check.&lt;/P&gt;&lt;P&gt;on post-fs&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # once everything is setup, no need to modify /&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mount rootfs rootfs / rw remount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or somewhere else permission is missing.&lt;/P&gt;&lt;P&gt;share your init.rc file once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 11:35:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163011#M3800</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-22T11:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163012#M3801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nitin.&lt;/P&gt;&lt;P&gt;whats wrong in eng.cap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 12:51:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163012#M3801</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-22T12:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163013#M3802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i just checked from_bootup.cap,in that it is keep on rebooting android zygote process and coming the below message again and again.&lt;/P&gt;&lt;P&gt;"AndroidRuntime START com.android.internal.os.ZygoteInit"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 13:25:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163013#M3802</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-22T13:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163014#M3803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think some permission issue or some mounting partition issue is there as per your eng.cap log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 14:00:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163014#M3803</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-22T14:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163015#M3804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Nitin.&lt;/P&gt;&lt;P&gt;My init.rc is attached.&lt;/P&gt;&lt;P&gt;Please tell me where is the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 05:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163015#M3804</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-23T05:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163016#M3805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;I changed line in init.rc as below&lt;/P&gt;&lt;P&gt;mount rootfs rootfs / rw remount&lt;/P&gt;&lt;P&gt;&amp;nbsp;I changed permissions for /data .&lt;/P&gt;&lt;P&gt;Now too all applications failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 07:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163016#M3805</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-23T07:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163017#M3806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell me some of the below questions.&lt;/P&gt;&lt;P&gt;(1)You are doing it for froyo or gingerbread?&lt;/P&gt;&lt;P&gt;(2)you are booting through mmc or NFS?&lt;/P&gt;&lt;P&gt;(3)Are you getting properly android boot logo animation while booting the board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 10:05:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163017#M3806</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-23T10:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163018#M3807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using gingerbread. Booting through MMC. Yes I am getting android boot logo.&lt;/P&gt;&lt;P&gt;After that all android applications are failing......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 10:21:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163018#M3807</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-23T10:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163019#M3808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 2; "&gt;Have you tried both the below bootargs?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2; "&gt;console=ttymxc0 init=/init androidboot.console=ttymxc0 di1_primary &lt;SPAN style="color: #FF0000; "&gt;pmem=32M,64M&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; "&gt;fbmem=5M&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; "&gt;gpu_memory=32M&lt;/SPAN&gt; calibration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2; "&gt;console=ttymxc0 init=/init androidboot.console=ttymxc0 di1_primary &lt;SPAN style=": ; color: #FF0000; "&gt;video=mxcdi1fb:RGB565,bpp=32&lt;/SPAN&gt; &lt;SPAN style="color: #FF0000; "&gt;pmem=32M,64M&lt;/SPAN&gt; &lt;SPAN style=": ; color: #FF0000; font-size: 2; "&gt;fbmem=10M&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; "&gt;gpu_memory=32M&lt;/SPAN&gt; calibration&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #FF0000; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 11:27:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163019#M3808</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-23T11:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163020#M3809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For these bootargs also all applications are failing.&lt;/P&gt;&lt;P&gt;logcat is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 11:55:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163020#M3809</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-23T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163021#M3810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i sent wrongly for testing last time.&lt;/P&gt;&lt;P&gt;please try below bootargs once if not tried and tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;console=ttymxc0 init=/init androidboot.console=ttymxc0 di0_primary &lt;SPAN style="color: #FF0000; font-size: 2; font-style: text-align: left;; "&gt;pmem=32M,64M&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style=": ; color: #FF0000; font-size: 2; "&gt;fbmem=10M&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; "&gt;gpu_memory=32M&lt;/SPAN&gt; video=mxcdi0fb:RGB24,1024x768M@60&lt;SPAN style="color: #FF0000; "&gt;,bpp=32&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and tell me which kernel config file(name) you are using for compilation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 12:19:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163021#M3810</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-23T12:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163022#M3811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried below bootargs also&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 2; "&gt;console=ttymxc0 init=/init androidboot.console=ttymxc0 di0_primary &lt;SPAN style="color: #FF0000; font-size: 2; font-style: text-align: left;; "&gt;pmem=32M,64M&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style=": ; color: #FF0000; font-size: 2; "&gt;fbmem=5M&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; "&gt;gpu_memory=32M&lt;/SPAN&gt;&lt;/SPAN&gt; video=mxcdi0fb:RGB24,1024x768M@60&lt;/P&gt;&lt;P&gt;console=ttymxc0 init=/init androidboot.console=ttymxc0 di0_primary &lt;SPAN style="color: #FF0000; font-size: 2; font-style: text-align: left;; "&gt;pmem=32M,64M&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style=": ; color: #FF0000; font-size: 2; "&gt;fbmem=10M&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; "&gt;gpu_memory=32M&lt;/SPAN&gt; video=mxcdi0fb:RGB24,1024x768M@60&lt;SPAN style="color: #FF0000; "&gt;,bpp=32&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 12:49:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163022#M3811</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-23T12:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163023#M3812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it booting on normal LCD of EVK instead of DVI monitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 05:59:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163023#M3812</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-24T05:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163024#M3813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LCD is not connected. Its booting on DVI monitor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 06:09:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163024#M3813</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-24T06:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163025#M3814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,i think some memory issue might be there,i am not sure much.&lt;/P&gt;&lt;P&gt;Is it customized board or imx EVK from freescale.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 06:41:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163025#M3814</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-24T06:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163026#M3815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its same as imx evk freescale board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 06:50:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163026#M3815</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-24T06:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163027#M3816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is not a standard EVK of IMX51 from freescale than you may need to change the memory related boot args.&lt;/P&gt;&lt;P&gt;Just try to increase one by one memory related bootargs values like for pmem,fbmem&lt;SPAN style=": ; color: #FF0000; font-size: 2; "&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; "&gt;gpu_memory.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 10:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163027#M3816</guid>
      <dc:creator>nit123</dc:creator>
      <dc:date>2012-05-24T10:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163028#M3817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Its the standard board I received from customer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 11:49:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163028#M3817</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-24T11:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Android for i.MX51-BBG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163029#M3818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once the Android GUI starts on DVI monitor I see android.process.media failing...&lt;/P&gt;&lt;P&gt;After some minutes system is going to suspend state. How to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 05:04:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-for-i-MX51-BBG/m-p/163029#M3818</guid>
      <dc:creator>RashmiRamanna</dc:creator>
      <dc:date>2012-05-25T05:04:12Z</dc:date>
    </item>
  </channel>
</rss>

