<?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>topic Re: Google Android-N porting on iMX6D-SabreSDB in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597621#M89664</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;&lt;/P&gt;&lt;P&gt;I have ported Android N on to IMX6Q-SDB Successfully..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards&lt;/P&gt;&lt;P&gt;Amarnadh&amp;nbsp;&lt;/P&gt;&lt;P&gt;7829387551&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 10:57:01 GMT</pubDate>
    <dc:creator>amarnadhbandi</dc:creator>
    <dc:date>2017-02-20T10:57:01Z</dc:date>
    <item>
      <title>Google Android-N porting on iMX6D-SabreSDB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597617#M89660</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 am trying to brig-up Android-N on iMX6D-SabreSDB&lt;/P&gt;&lt;P&gt;As part of above activity ,&amp;nbsp;I am able to apply patches on Google Android-N successfully, but minimal changes taken in frameworks module. Then code&amp;nbsp;&lt;SPAN&gt;built successfully images are ready,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Images are built for SD card bootable mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Coming to actual issue Kernel Boot Screen seen with small Icons "ANDROID" and then init Process calling Zygote..&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;followed by Zygote restarting as blow logs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;looks like I am facing problem with SELinux as blow snippet&amp;nbsp;of logs , Any one has idea about this issues&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;Logs:&lt;/SPAN&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;init: SELinux: Could not set context for /sys/kernel/debug/tracing/trace_marker: Operation not supported on transport endpoint&lt;BR /&gt;random: logd urandom read with 29 bits of entropy available&lt;BR /&gt;zram0: detected capacity change from 0 to 314572800&lt;BR /&gt;logd.auditd: start&lt;BR /&gt;logd.klogd: 19059463335&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;type=1400 audit(14.810:3):&lt;/STRONG&gt; &lt;STRONG&gt;avc: denied { read write } for pid=206 comm="mkswap" name="zram0" dev="tmpfs" ino=8620&lt;/STRONG&gt; scontext=u:r:toolbox:s0 tcontext=u:object_r:ram_device:s0 tclass=blk_file permissive=1&lt;BR /&gt;type=1400 audit(14.810:4): avc: denied { open } for pid=206 comm="mkswap" path="/dev/block/zram0" dev="tmpfs" ino=8620 scontext=u:r:toolbox:s0 tcontext=u:object_r:ram_device:s0 tclass=blk_file permissive=1&lt;BR /&gt;type=1400 audit(14.810:5): avc: denied { getattr } for pid=206 comm="mkswap" path="/dev/block/zram0" dev="tmpfs" ino=8620 scontext=u:r:toolbox:s0 tcontext=u:object_r:ram_device:s0 tclass=blk_file permissive=1&lt;BR /&gt;type=1400 audit(14.810:6): avc: denied { write } for pid=1 comm="init" name="zram0" dev="tmpfs" ino=8620 scontext=u:r:init:s0 tcontext=u:object_r:ram_device:s0 tclass=blk_file permissive=1&lt;BR /&gt;init: (Loading properties from /factory/factory.prop took 0.00s.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;init: Starting service 'vold'...&lt;BR /&gt;init: Not bootcharting.&lt;BR /&gt;SELinux: Context u:object_r:dalvikcache_profiles_data_file:s0 is not valid (left unmapped).&lt;BR /&gt;init: Starting service 'exec 1 (/system/bin/tzdatacheck)'...&lt;BR /&gt;init: Service 'exec 1 (/system/bin/tzdatacheck)' (pid 221) exited with status 0&lt;BR /&gt;init: (Loading properties from /data/local.prop took 0.00s.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;type=1400 audit(25.030:8): avc: denied { write } for pid=231 comm="zygote" name="trace_marker" dev="tracefs" ino=121 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1&lt;/STRONG&gt;&lt;BR /&gt;type=1400 audit(25.030:9): avc: denied { open } for pid=231 comm="zygote" path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=121 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1&lt;BR /&gt;init: Service 'bootanim' (pid 352) exited with status 0&lt;BR /&gt;&lt;STRONG&gt;capability: warning: `main' uses 32-bit capabilities (legacy support in use)&lt;/STRONG&gt;&lt;BR /&gt;random: nonblocking pool is initialized&lt;BR /&gt;&lt;STRONG&gt;type=1400 audit(43.240:10): avc: denied { getattr } for pid=231 comm="main" path="/sys/kernel/debug/tracing/trace_marker" dev="tracefs" ino=121 scontext=u:r:zygote:s0 tcontext=u:object_r:debugfs_tracing:s0 tclass=file permissive=1&lt;/STRONG&gt;&lt;BR /&gt;type=1400 audit(43.240:11): avc: denied { getattr } for pid=231 comm="main" path="/dev/galcore" dev="tmpfs" ino=8595 scontext=u:r:zygote:s0 tcontext=u:object_r:gpu_device:s0 tclass=chr_file permissive=1&lt;BR /&gt;&lt;STRONG&gt;init: Service 'zygote' (pid 231) killed by signal 6&lt;/STRONG&gt;&lt;BR /&gt;init: Service 'zygote' (pid 231) killing any children in process group&lt;BR /&gt;init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory&lt;BR /&gt;init: write_file: Unable to write to '/sys/power/state': Invalid argument&lt;BR /&gt;init: Service 'audioserver' is being killed...&lt;BR /&gt;init: Service 'cameraserver' is being killed...&lt;BR /&gt;init: Service 'media' is being killed...&lt;BR /&gt;init: Service 'netd' is being killed...&lt;BR /&gt;init: Service 'audioserver' (pid 232) killed by signal 9&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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-336288"&gt;all_our_images.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 07:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597617#M89660</guid>
      <dc:creator>amarnadhbandi</dc:creator>
      <dc:date>2017-02-03T07:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Google Android-N porting on iMX6D-SabreSDB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597618#M89661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amarnadh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what kernel is based this android, do you have appropriate gpu&lt;/P&gt;&lt;P&gt;drivers for that version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 23:40:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597618#M89661</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-02-03T23:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Google Android-N porting on iMX6D-SabreSDB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597619#M89662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Kernel version is 4.1.15 as below snippet of code, And also I am having proper GPU driver.&lt;/P&gt;&lt;P&gt;I have taken this kernel and GPU driver from working Android-M Source Tree (Freescale&amp;nbsp; SabreSDB-6QD).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Makefile snippet:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;VERSION = 4&lt;BR /&gt;PATCHLEVEL = 1&lt;BR /&gt;SUBLEVEL = 15&lt;BR /&gt;EXTRAVERSION =&lt;BR /&gt;NAME = Series 4800&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Amarnadh&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2017 12:18:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597619#M89662</guid>
      <dc:creator>amarnadhbandi</dc:creator>
      <dc:date>2017-02-05T12:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Google Android-N porting on iMX6D-SabreSDB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597620#M89663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello NXP Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please make visible this issue to all community members,&amp;nbsp; so that I may get solution from any one of them..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Amarnadh&lt;/P&gt;&lt;P&gt;+91-7829387551&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 06:21:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597620#M89663</guid>
      <dc:creator>amarnadhbandi</dc:creator>
      <dc:date>2017-02-13T06:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Google Android-N porting on iMX6D-SabreSDB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597621#M89664</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;&lt;/P&gt;&lt;P&gt;I have ported Android N on to IMX6Q-SDB Successfully..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards&lt;/P&gt;&lt;P&gt;Amarnadh&amp;nbsp;&lt;/P&gt;&lt;P&gt;7829387551&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 10:57:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597621#M89664</guid>
      <dc:creator>amarnadhbandi</dc:creator>
      <dc:date>2017-02-20T10:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Google Android-N porting on iMX6D-SabreSDB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597622#M89665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amarnadh bandi , can you please tell me , what you did to sort out the SElinux permission issue ?....i am facing the same issue .Please find the attached log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 09:50:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597622#M89665</guid>
      <dc:creator>mehulshah</dc:creator>
      <dc:date>2017-02-27T09:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Google Android-N porting on iMX6D-SabreSDB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597623#M89666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/mehulshah"&gt;mehulshah&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Sorry for late reply ,&lt;/P&gt;&lt;P&gt;I hope you might already done porting Android N on iMX6 ?&lt;BR /&gt;In case you need my help , please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amarnadh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2018 20:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Google-Android-N-porting-on-iMX6D-SabreSDB/m-p/597623#M89666</guid>
      <dc:creator>amarnadhbandi</dc:creator>
      <dc:date>2018-04-29T20:31:39Z</dc:date>
    </item>
  </channel>
</rss>

