<?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>S32Gのトピックabout Uboot Console</title>
    <link>https://community.nxp.com/t5/S32G/about-Uboot-Console/m-p/1981147#M11434</link>
    <description>&lt;P&gt;In file "S32G2_LinuxBSP_42.0_Test_Specification.pdf"&lt;/P&gt;&lt;P&gt;always said that:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Check NCF_S0 register on the Uboot console&lt;BR /&gt;md.l 0x4030C080 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;for example in "6.1.2 Test Procedure"&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Steps:&lt;BR /&gt;1. Boot to linux console&lt;BR /&gt;2. Run command to read the adc (need to run for a least a few day)&lt;BR /&gt;echo 1 &amp;gt; /sys/bus/iio/devices/iio:device0/scan_elements/in_voltage4_en&lt;BR /&gt;echo 4096 &amp;gt; /sys/bus/iio/devices/iio:device0/buffer/length&lt;BR /&gt;while :&lt;BR /&gt;do&lt;BR /&gt;echo 1 &amp;gt; /sys/bus/iio/devices/iio:device0/buffer/enable&lt;BR /&gt;hexdump -e '"iio0 :" 8/2 "%04x " "\n"' /dev/iio:device0 | head -512&lt;BR /&gt;echo One shot finished!&lt;BR /&gt;echo 0 &amp;gt; /sys/bus/iio/devices/iio:device0/buffer/enable&lt;BR /&gt;done&lt;BR /&gt;3. Check NCF_S0 register on the Uboot console&lt;BR /&gt;md.l 0x4030C080 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In step 1, I'm already in Linux console, how can I check NCF_S0 register on the Uboot console? after reboot?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 10:13:32 GMT</pubDate>
    <dc:creator>liujialu_2024</dc:creator>
    <dc:date>2024-10-24T10:13:32Z</dc:date>
    <item>
      <title>about Uboot Console</title>
      <link>https://community.nxp.com/t5/S32G/about-Uboot-Console/m-p/1981147#M11434</link>
      <description>&lt;P&gt;In file "S32G2_LinuxBSP_42.0_Test_Specification.pdf"&lt;/P&gt;&lt;P&gt;always said that:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Check NCF_S0 register on the Uboot console&lt;BR /&gt;md.l 0x4030C080 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;for example in "6.1.2 Test Procedure"&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Steps:&lt;BR /&gt;1. Boot to linux console&lt;BR /&gt;2. Run command to read the adc (need to run for a least a few day)&lt;BR /&gt;echo 1 &amp;gt; /sys/bus/iio/devices/iio:device0/scan_elements/in_voltage4_en&lt;BR /&gt;echo 4096 &amp;gt; /sys/bus/iio/devices/iio:device0/buffer/length&lt;BR /&gt;while :&lt;BR /&gt;do&lt;BR /&gt;echo 1 &amp;gt; /sys/bus/iio/devices/iio:device0/buffer/enable&lt;BR /&gt;hexdump -e '"iio0 :" 8/2 "%04x " "\n"' /dev/iio:device0 | head -512&lt;BR /&gt;echo One shot finished!&lt;BR /&gt;echo 0 &amp;gt; /sys/bus/iio/devices/iio:device0/buffer/enable&lt;BR /&gt;done&lt;BR /&gt;3. Check NCF_S0 register on the Uboot console&lt;BR /&gt;md.l 0x4030C080 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In step 1, I'm already in Linux console, how can I check NCF_S0 register on the Uboot console? after reboot?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 10:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/about-Uboot-Console/m-p/1981147#M11434</guid>
      <dc:creator>liujialu_2024</dc:creator>
      <dc:date>2024-10-24T10:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: about Uboot Console</title>
      <link>https://community.nxp.com/t5/S32G/about-Uboot-Console/m-p/1982786#M11487</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/75590"&gt;@liujialu_2024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;I do not think so, from my opinion, from step 3, I suggest checking the register status by using the devmem2 in Linux.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 07:53:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/about-Uboot-Console/m-p/1982786#M11487</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-10-28T07:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: about Uboot Console</title>
      <link>https://community.nxp.com/t5/S32G/about-Uboot-Console/m-p/1982803#M11488</link>
      <description>Thanks for devmem2, got it.</description>
      <pubDate>Mon, 28 Oct 2024 08:15:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/about-Uboot-Console/m-p/1982803#M11488</guid>
      <dc:creator>liujialu_2024</dc:creator>
      <dc:date>2024-10-28T08:15:44Z</dc:date>
    </item>
  </channel>
</rss>

