<?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: Changing IOMUX pad settings from userspace</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233853#M169759</link>
    <description>&lt;P&gt;This works. Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 21:19:56 GMT</pubDate>
    <dc:creator>elseiforelse</dc:creator>
    <dc:date>2021-02-19T21:19:56Z</dc:date>
    <item>
      <title>Changing IOMUX pad settings from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233280#M169704</link>
      <description>&lt;P&gt;On the i.MX6Q we would like to be able to adjust the pad settings of&amp;nbsp;MX6QDL_PAD_GPIO_3__CCM_CLKO2 from userspace after the kernel has booted in order to fine-tune clock edge speed.&amp;nbsp; Is this possible and if so how can we do it?&amp;nbsp; We also would especially like to be able to read back the value of this register in order to ensure that our chances have taken effect.&amp;nbsp; I have seen other posts on this forum saying that IOMUX settings can be adjusted at runtime, but I am not sure how this can be done in Linux 3.14.38.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 03:55:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233280#M169704</guid>
      <dc:creator>davemcmordie</dc:creator>
      <dc:date>2021-02-19T03:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IOMUX pad settings from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233309#M169710</link>
      <description>&lt;P&gt;Hi davemcmordie&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try memtool included in unit tests (folder ..test/memtool)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://patchwork.openembedded.org/patch/110753/" target="_blank"&gt;https://patchwork.openembedded.org/patch/110753/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 04:33:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233309#M169710</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-02-19T04:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IOMUX pad settings from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233358#M169717</link>
      <description>&lt;P&gt;You can try devmem tool.&lt;/P&gt;&lt;PRE&gt;devmem 0x20E05FC # read&lt;BR /&gt;devmem 0x20E05FC 32 0xXXXXXXXX # write&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 06:34:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233358#M169717</guid>
      <dc:creator>turker</dc:creator>
      <dc:date>2021-02-19T06:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IOMUX pad settings from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233804#M169753</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your help. When I write, I don't see the updated value from the readback. Any ideas on how to fix this?&lt;/P&gt;&lt;LI-CODE lang="c"&gt;root@devunit:/home/linaro/devmem# ./devmem 0x20E05FC w 0x0001B070
/dev/mem opened.
Memory mapped at address 0x76fbe000.
Read at address  0x020E05FC (0x76fbe5fc): 0x0001B0B0
Write at address 0x020E05FC (0x76fbe5fc): 0x0001B070, readback 0x0001B0B0
root@devunit:/home/linaro/devmem#&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 19 Feb 2021 18:09:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233804#M169753</guid>
      <dc:creator>elseiforelse</dc:creator>
      <dc:date>2021-02-19T18:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IOMUX pad settings from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233852#M169758</link>
      <description>&lt;P&gt;Not sure why, but memtool worked and devmem did not. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 21:15:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233852#M169758</guid>
      <dc:creator>davemcmordie</dc:creator>
      <dc:date>2021-02-19T21:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing IOMUX pad settings from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233853#M169759</link>
      <description>&lt;P&gt;This works. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 21:19:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-IOMUX-pad-settings-from-userspace/m-p/1233853#M169759</guid>
      <dc:creator>elseiforelse</dc:creator>
      <dc:date>2021-02-19T21:19:56Z</dc:date>
    </item>
  </channel>
</rss>

