<?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 Jellybean booting crashes from SDCARD booting.</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Android-Jellybean-booting-crashes-from-SDCARD-booting/m-p/285253#M33458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm booting Android Jelly Bean (jb4.2.2_1.0.0-ga) based code (Pre built images and images generated on FS released code referring Android's User's Guide).&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. i'm using Freescale Sabrelite 6Q based processor.&lt;/P&gt;&lt;P&gt;2. Successfully booting kernel and able to test all the interfaces using busybox.&lt;/P&gt;&lt;P&gt;3. when i use above based Android FS in respective partitions( sdx5- system.img, sdx4- userdata.img, sdx1- uImage, uramdisk.img) able to detect the partition table from init.rc and successfully mounting the partitions.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. I'm using LVDS display with following boot arguments(i'm using UART4 for logging, so for ttymx3 as parameter i'm passing with boot argument): &lt;/P&gt;&lt;P&gt;setenv bootargs console=ttymxc3,115200 vmalloc=400M consoleblank=0 video=mxcfb0:dev=ldb,bpp=32,1024x600M@60,if=RGB666 fbmem=20M androidboot.console=ttymxc3 androidboot.hardware=freescale&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. ANDROID logo is comming from the display and from the logcat logs, crash is happening in dalvikvm with Fatal signal(11) error.(Refer the attached logs).&lt;/P&gt;&lt;P&gt;6. Even tried by disabling the audio, camera and other services from the init.rc file still crash is happening while freeing garbage memory.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A). Anyone guide me what is the procedure to boot the device using SDCARD interface for JB bringup.&lt;/P&gt;&lt;P&gt;B). what might be the cause for crash everytime in dalvikvm(which is trying to free the memory) after display buffer allocation.&lt;/P&gt;&lt;P&gt;C). do i need to configure any hardware composer w.r.t display configuration(i'm suspecting the crash happening after Display buffer allocation completes).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sandesh D&lt;/P&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-336312"&gt;jb4.2.2.0-ga-nonworking.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jun 2013 19:12:24 GMT</pubDate>
    <dc:creator>ManoharChinnadu</dc:creator>
    <dc:date>2013-06-10T19:12:24Z</dc:date>
    <item>
      <title>Android Jellybean booting crashes from SDCARD booting.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-Jellybean-booting-crashes-from-SDCARD-booting/m-p/285253#M33458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm booting Android Jelly Bean (jb4.2.2_1.0.0-ga) based code (Pre built images and images generated on FS released code referring Android's User's Guide).&amp;nbsp; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. i'm using Freescale Sabrelite 6Q based processor.&lt;/P&gt;&lt;P&gt;2. Successfully booting kernel and able to test all the interfaces using busybox.&lt;/P&gt;&lt;P&gt;3. when i use above based Android FS in respective partitions( sdx5- system.img, sdx4- userdata.img, sdx1- uImage, uramdisk.img) able to detect the partition table from init.rc and successfully mounting the partitions.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. I'm using LVDS display with following boot arguments(i'm using UART4 for logging, so for ttymx3 as parameter i'm passing with boot argument): &lt;/P&gt;&lt;P&gt;setenv bootargs console=ttymxc3,115200 vmalloc=400M consoleblank=0 video=mxcfb0:dev=ldb,bpp=32,1024x600M@60,if=RGB666 fbmem=20M androidboot.console=ttymxc3 androidboot.hardware=freescale&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. ANDROID logo is comming from the display and from the logcat logs, crash is happening in dalvikvm with Fatal signal(11) error.(Refer the attached logs).&lt;/P&gt;&lt;P&gt;6. Even tried by disabling the audio, camera and other services from the init.rc file still crash is happening while freeing garbage memory.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A). Anyone guide me what is the procedure to boot the device using SDCARD interface for JB bringup.&lt;/P&gt;&lt;P&gt;B). what might be the cause for crash everytime in dalvikvm(which is trying to free the memory) after display buffer allocation.&lt;/P&gt;&lt;P&gt;C). do i need to configure any hardware composer w.r.t display configuration(i'm suspecting the crash happening after Display buffer allocation completes).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sandesh D&lt;/P&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-336312"&gt;jb4.2.2.0-ga-nonworking.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 19:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-Jellybean-booting-crashes-from-SDCARD-booting/m-p/285253#M33458</guid>
      <dc:creator>ManoharChinnadu</dc:creator>
      <dc:date>2013-06-10T19:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Android Jellybean booting crashes from SDCARD booting.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-Jellybean-booting-crashes-from-SDCARD-booting/m-p/285254#M33459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you testing the Android JellyBean on our SABRE-AI board? I ask this question because it is the only i.MX6Q EVK board that use UART4 as debug console. For SABRE-SD board, UART1 is used instead. The image of these EVK boards can be found in Android_Quick_Start_Guide.pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have pre-built images for both SABRE-AI and SABRE-SD boards in the release archive and appropriate image must be used according to the board type. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is the error log captured from the pre-built image on our EVK? If no, may I know your changes to see this error?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 07:45:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-Jellybean-booting-crashes-from-SDCARD-booting/m-p/285254#M33459</guid>
      <dc:creator>PeterChan</dc:creator>
      <dc:date>2013-08-30T07:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Android Jellybean booting crashes from SDCARD booting.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-Jellybean-booting-crashes-from-SDCARD-booting/m-p/285255#M33460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manohar, if your question had been ansered, please click Correct Answer/Helpful Answer.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 07:30:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-Jellybean-booting-crashes-from-SDCARD-booting/m-p/285255#M33460</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2013-09-05T07:30:11Z</dc:date>
    </item>
  </channel>
</rss>

