<?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: imx8DXL -GPIO set value error</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1403395#M186148</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Could you provide more information regarding your issue like how are you doing this?&lt;BR /&gt;Which files have you modified?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jan 2022 18:40:47 GMT</pubDate>
    <dc:creator>AldoG</dc:creator>
    <dc:date>2022-01-21T18:40:47Z</dc:date>
    <item>
      <title>imx8DXL -GPIO set value error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1403083#M186127</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get "Error reading output register" error when i try to set the gpio value in uboot for imx8dxl custom board. Please help to solve the issue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;U-Boot 2020.04 (Jan 21 2022 - 11:23:07 +0530)&lt;/P&gt;&lt;P&gt;CPU: NXP i.MX8DXL RevA1 A35 at 1200 MHz at 40C&lt;/P&gt;&lt;P&gt;Model: NXP i.MX8DXL EVK Board&lt;BR /&gt;Board: iMX8DXL EVK&lt;BR /&gt;Boot: MMC0&lt;BR /&gt;DRAM: 1021.8 MiB&lt;BR /&gt;Error reading output register&lt;BR /&gt;Error reading output register&lt;BR /&gt;Error reading output register&lt;BR /&gt;Error reading output register&lt;BR /&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;Loading Environment from MMC... Select HS400 failed -5&lt;BR /&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest how to solve&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 06:04:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1403083#M186127</guid>
      <dc:creator>rizwan_s</dc:creator>
      <dc:date>2022-01-21T06:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: imx8DXL -GPIO set value error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1403395#M186148</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Could you provide more information regarding your issue like how are you doing this?&lt;BR /&gt;Which files have you modified?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 18:40:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1403395#M186148</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2022-01-21T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: imx8DXL -GPIO set value error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1403806#M186180</link>
      <description>&lt;P&gt;Hi Aldo,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I am trying the below code in uboot under board/freescale/imx8dxl-evk/imxdxl-evk.c file&lt;/P&gt;&lt;P&gt;&lt;EM&gt;imx8_iomux_setup_multiple_pads(enet_reset_pads, ARRAY_SIZE(enet_reset_pads));&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gpio_request(GPIO_ENET_NRST, "GPIO_ENET_NRST");&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gpio_direction_output(GPIO_ENET_NRST,0);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;mdelay(1500);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gpio_set_value(GPIO_ENET_NRST,1);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;udelay(500);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gpio_set_value(GPIO_ENET_NRST,0);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;udelay(500);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gpio_set_value(GPIO_ENET_NRST,1);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;udelay(500);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I get the "Error reading output register" for&amp;nbsp;gpio_direction_output and&amp;nbsp;gpio_set_value.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 07:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1403806#M186180</guid>
      <dc:creator>rizwan_s</dc:creator>
      <dc:date>2022-01-24T07:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: imx8DXL -GPIO set value error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1404207#M186218</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please do remember that the i.MX 8DXL is still in pre-production stage so our support is limited and all information is subjected to changes.&lt;BR /&gt;&lt;BR /&gt;One could check that the GPIO are correctly muxed/configured.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Aldo.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 00:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8DXL-GPIO-set-value-error/m-p/1404207#M186218</guid>
      <dc:creator>AldoG</dc:creator>
      <dc:date>2022-01-25T00:20:17Z</dc:date>
    </item>
  </channel>
</rss>

