<?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: Android user vs eng mode i.MX6 boot issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Android-user-vs-eng-mode-i-MX6-boot-issue/m-p/715888#M111242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the response. Per your suggestion, I tried switching androidboot.selinux from "disabled" to "permissive" but I get&amp;nbsp;basically the same result with far fewer log messages. The services still continually start and get killed, though. I've attached my log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 18:30:50 GMT</pubDate>
    <dc:creator>nickbourdon</dc:creator>
    <dc:date>2018-02-28T18:30:50Z</dc:date>
    <item>
      <title>Android user vs eng mode i.MX6 boot issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-user-vs-eng-mode-i-MX6-boot-issue/m-p/715886#M111240</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 have been working with an Android build (7.1.1) for a design based on the SabreSD 6dq. I have a build script that I've been using for many months that allows me to easily switch between building as -user or -eng mode. I used to switch frequently but haven't run -user mode since November and have made many changes since. Building either image still works fine and -eng mode boots all the way but -user mode get stuck when trying to start kernel services.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached logs for each boot configuration. They are nearly identical until line 546 where there are mounting issues for one of the partitions. This prevents all of the *.rc files from being parsed and more errors happen from there until I continuously get the common:&lt;/P&gt;&lt;P&gt;binder: 179:179 transaction failed 29189, size 0-0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many suggestions online about disabling selinux and dm_verity in the bootagrs. I've tried this even though it would only be a temporary fix but that didn't resolve the issue. The kernel services start up in this case, but they all get killed and started over and over again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas as to what differences in user/eng mode may be causing this or why the partition can't be mounted would be much appreciated! Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 00:33:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-user-vs-eng-mode-i-MX6-boot-issue/m-p/715886#M111240</guid>
      <dc:creator>nickbourdon</dc:creator>
      <dc:date>2018-02-28T00:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Android user vs eng mode i.MX6 boot issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-user-vs-eng-mode-i-MX6-boot-issue/m-p/715887#M111241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a little bit strange, the problem usually is solved disabling selinux&amp;nbsp; and dm_verity. Have you tried with the below bootargs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; setenv bootcmd boota mmc2&lt;BR /&gt;U-Boot &amp;gt; setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32&lt;BR /&gt;video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=128M androidboot.console=ttymxc0&lt;BR /&gt;consoleblank=0 androidboot.hardware=freescale cma=448M androidboot.selinux=permissive&lt;BR /&gt;androidboot.dm_verity=disable&lt;BR /&gt;U-Boot &amp;gt; saveenv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take note that those bootargs are for an LDVS screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 17:57:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-user-vs-eng-mode-i-MX6-boot-issue/m-p/715887#M111241</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2018-02-28T17:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Android user vs eng mode i.MX6 boot issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-user-vs-eng-mode-i-MX6-boot-issue/m-p/715888#M111242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the response. Per your suggestion, I tried switching androidboot.selinux from "disabled" to "permissive" but I get&amp;nbsp;basically the same result with far fewer log messages. The services still continually start and get killed, though. I've attached my log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 18:30:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-user-vs-eng-mode-i-MX6-boot-issue/m-p/715888#M111242</guid>
      <dc:creator>nickbourdon</dc:creator>
      <dc:date>2018-02-28T18:30:50Z</dc:date>
    </item>
  </channel>
</rss>

