<?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: Setting the permissions permanently for serialport in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300824#M37803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;We are sorry for getting back to you so late. Are you still stuck with the issue? If you have somehow resolved the issue, can we close the discussion? If you still need help, please feel free to reply with an update to this discussion.&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>Mon, 16 Jun 2014 08:20:20 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2014-06-16T08:20:20Z</dc:date>
    <item>
      <title>Setting the permissions permanently for serialport</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300823#M37802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I loaded Adeneo android 2.3.3version image on imx53quick sort board its working fine . But when i write the data and through the serial port application with /dev/ttymxc0 port it is giving read/write permissions are needed. For that i did&amp;nbsp; temporally by setting chmod 777 /dev/ttymxc0 through minicom its working perfectly . so my quesion is how to set the permissions permanently in Android (In linux we will modify init.rc file) so how should i proceed further , and i changed &lt;/P&gt;&lt;P&gt;1) i.MX53-QSB-Android-Gingerbread-Release4.3/src/device/fsl/imx53_loco/init.rc&amp;nbsp; with chmod 0777 /dev/ttymxc0 .After this i compiled&amp;nbsp;&amp;nbsp; but no success &lt;/P&gt;&lt;P&gt;2)i.MX53-QSB-Android-Gingerbread-Release4.3/src/device/fsl/imx5x/init.rc with chmod 0777 /dev/ttymxc0 . After this i compiled&amp;nbsp;&amp;nbsp; but no success &lt;/P&gt;&lt;P&gt;3)i.MX53-QSB-Android-Gingerbread-Release4.3/src/system/core/rootdir/init.rc with chmod 0777 /dev/ttymxc0 After this i compiled&amp;nbsp;&amp;nbsp; but no success &lt;/P&gt;&lt;P&gt;So i followed above procedures but all fail can any one please give me suggestion how to set the permanent permissions in Android for /dev/ttymxc0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And also can i change the permissions in the Serial port apk through android application development tool ??????????? if that is possible please give me the solution how to do in application development &lt;/P&gt;&lt;P&gt;Thanx in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 04:38:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300823#M37802</guid>
      <dc:creator>arunmondkar</dc:creator>
      <dc:date>2014-03-21T04:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the permissions permanently for serialport</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300824#M37803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;We are sorry for getting back to you so late. Are you still stuck with the issue? If you have somehow resolved the issue, can we close the discussion? If you still need help, please feel free to reply with an update to this discussion.&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>Mon, 16 Jun 2014 08:20:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300824#M37803</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-16T08:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the permissions permanently for serialport</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300825#M37804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never had luck trying to exec an "su" from the Anroid app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On an Mx51 platform modifying the ~myandroid/device/fsl/imx51_bbg/init.rc with the chmod command (which gets cc'd to ~myandroid/out/target/product/imx51_bbg/root/init.freescale.rc, which is run on boot) is the permanent mod.&amp;nbsp; Check your file dates and review the output file prior to running to confirm you've inserted the chmod in the correct location!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 13:57:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300825#M37804</guid>
      <dc:creator>mbp</dc:creator>
      <dc:date>2014-06-18T13:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the permissions permanently for serialport</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300826#M37805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;We have not got your response yet and will close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&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>Wed, 25 Jun 2014 06:22:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300826#M37805</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-25T06:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting the permissions permanently for serialport</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300827#M37806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&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>Tue, 08 Jul 2014 06:44:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Setting-the-permissions-permanently-for-serialport/m-p/300827#M37806</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-07-08T06:44:01Z</dc:date>
    </item>
  </channel>
</rss>

