<?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中的主题 Re: How to remount /system - 8.1 imx8m</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854382#M130660</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;To remount the system, Please use the below adb commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adb&amp;nbsp;devices&lt;/P&gt;&lt;P&gt;adb root&lt;/P&gt;&lt;P&gt;adb&amp;nbsp;disable-verity&lt;/P&gt;&lt;P&gt;adb reboot&amp;nbsp; (Wait until the reboot finishes)&lt;/P&gt;&lt;P&gt;adb&amp;nbsp;root&amp;nbsp;&lt;/P&gt;&lt;P&gt;adb&amp;nbsp;remount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After those commands, your system should be remounted successfully.&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>Mon, 11 Feb 2019 22:26:16 GMT</pubDate>
    <dc:creator>diegoadrian</dc:creator>
    <dc:date>2019-02-11T22:26:16Z</dc:date>
    <item>
      <title>How to remount /system - 8.1 imx8m</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854381#M130659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;how to remount the system&amp;nbsp; partitions？&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; adb remount&lt;BR /&gt;dm_verity is enabled on the vendor partition.&lt;BR /&gt;Use "adb disable-verity" to disable verity.&lt;BR /&gt;If you do not, remount may succeed, however, you will still not be able to write to these volumes.&lt;BR /&gt;remount of / failed: Permission denied&lt;BR /&gt;remount failed&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt;adb disable-verity&lt;BR /&gt;Device is locked. Please unlock the device first&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; mount -o rw,remount /system&lt;BR /&gt;mount: '/system' not in /proc/mounts&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt;adb shell 'su mount -o rw,remount /system'&lt;BR /&gt;su: failed to exec -o: Permission denied&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Any command will not remount.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;how to remount...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 08:57:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854381#M130659</guid>
      <dc:creator>fensy</dc:creator>
      <dc:date>2019-02-11T08:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remount /system - 8.1 imx8m</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854382#M130660</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;To remount the system, Please use the below adb commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adb&amp;nbsp;devices&lt;/P&gt;&lt;P&gt;adb root&lt;/P&gt;&lt;P&gt;adb&amp;nbsp;disable-verity&lt;/P&gt;&lt;P&gt;adb reboot&amp;nbsp; (Wait until the reboot finishes)&lt;/P&gt;&lt;P&gt;adb&amp;nbsp;root&amp;nbsp;&lt;/P&gt;&lt;P&gt;adb&amp;nbsp;remount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After those commands, your system should be remounted successfully.&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>Mon, 11 Feb 2019 22:26:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854382#M130660</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2019-02-11T22:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to remount /system - 8.1 imx8m</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854383#M130661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;adb disable-verity is not worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; adb&amp;nbsp;devices&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; adb root&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; adb&amp;nbsp;disable-verity&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG&gt;&amp;nbsp;Device is locked. Please unlock the device first&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; adb reboot&amp;nbsp; (Wait until the reboot finishes)&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; adb&amp;nbsp;root&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; adb&amp;nbsp;remount&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG&gt;dm_verity is enabled on the vendor partition.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Use "adb disable-verity" to disable verity.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If you do not, remount may succeed, however, you will still not be able to write to these volumes.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;remount of / failed: Permission denied&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;remount failed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;gt; adb&amp;nbsp;disable-verity&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG&gt;&amp;nbsp;Device is locked. Please unlock the device first&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;it's same..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 00:25:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854383#M130661</guid>
      <dc:creator>fensy</dc:creator>
      <dc:date>2019-02-12T00:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remount /system - 8.1 imx8m</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854384#M130662</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;Do you know what is your build type for your Android image? To know&amp;nbsp;these, please&amp;nbsp;use the bellow shell command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# cat /system/build.prop | grep build.type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your Android image needs to be in&amp;nbsp;userdebug&amp;nbsp;mode. Otherwise, it won't be possible to remount the system partitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Diego.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 21:05:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854384#M130662</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2019-02-12T21:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remount /system - 8.1 imx8m</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854385#M130663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&amp;nbsp; thank you for your reply.&lt;/P&gt;&lt;P&gt;my build type is &lt;STRONG&gt;userdebug&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;cat /system/build.prop | grep build.type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;ro.build.type=userdebug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T.T&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but adb disable-verity is not work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 00:36:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854385#M130663</guid>
      <dc:creator>fensy</dc:creator>
      <dc:date>2019-02-13T00:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remount /system - 8.1 imx8m</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854386#M130664</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;Are you using a custom&amp;nbsp;build image? Or the image that you are using, is one of our demo images?&amp;nbsp;&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>Fri, 15 Feb 2019 22:33:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854386#M130664</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2019-02-15T22:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to remount /system - 8.1 imx8m</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854387#M130665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally I solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Unlock the device.&lt;/P&gt;&lt;P&gt;&amp;nbsp; a. Boot up the device.&lt;/P&gt;&lt;P&gt;&amp;nbsp; b. Choose Settings -&amp;gt; Developer Options -&amp;gt; OEM Unlocking to enable OEM unlocking.&lt;/P&gt;&lt;P&gt;&amp;nbsp; c. Enter Fastboot mode on the device. Execute the following command on the target side:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;reboot bootloader &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; d. Unlock the device. Execute the following command on the host side:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;STRONG&gt;fastboot oem unlock &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; e. Wait until the unlock process is complete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Disable DM-verity.&lt;/P&gt;&lt;P&gt;&amp;nbsp; a. Boot up the device.&lt;/P&gt;&lt;P&gt;&amp;nbsp; b. Disable the DM-verity feature. Execute the following command on the host side:&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; adb root &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; adb disable-verity&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; adb reboot&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 00:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854387#M130665</guid>
      <dc:creator>fensy</dc:creator>
      <dc:date>2019-02-22T00:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to remount /system - 8.1 imx8m</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854388#M130666</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;Thank you for share your solution. This could help future problems.&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>Fri, 22 Feb 2019 16:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remount-system-8-1-imx8m/m-p/854388#M130666</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2019-02-22T16:54:37Z</dc:date>
    </item>
  </channel>
</rss>

