<?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: LS1043A Tool for compiling register in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870455#M14330</link>
    <description>&lt;P&gt;Please try to use "dd" command in Linux.&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P style="line-height: 15.0pt; background: white; margin: 18.0pt 0cm 18.0pt 0cm;"&gt;&lt;SPAN&gt;dd if=/dev/zero of=/dev/nvme0n1 bs=16M count=512M iflag=count_bytes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="line-height: 15.0pt; background: white; box-sizing: border-box; text-rendering: optimizelegibility; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 18.0pt 0cm 18.0pt 0cm;"&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="line-height: 15.0pt; background: white; box-sizing: border-box; text-rendering: optimizelegibility; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 18.0pt 0cm 18.0pt 0cm;"&gt;&lt;SPAN&gt;dd if=/mnt/ramdisk/random.img of=/dev/nvme0n1 bs=16M&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2024 08:30:43 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2024-05-22T08:30:43Z</dc:date>
    <item>
      <title>LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1869461#M14316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm searching for tools used to do register settings for LS1043A EVM.&lt;/P&gt;&lt;P&gt;I need to do some works with it.&lt;/P&gt;&lt;P&gt;My goal is,&lt;/P&gt;&lt;P&gt;i) To measure the speed of read &amp;amp; write speed for IFC vs PCIe 2.0(x1 lane)&lt;/P&gt;&lt;P&gt;&amp;nbsp;- How can I use GPIO pins to measure? They are assigned at TDM interface in EVM.&lt;/P&gt;&lt;P&gt;ii) To set registers related with RCW&lt;/P&gt;&lt;P&gt;How can I approach this things mentioned above?&lt;/P&gt;&lt;P&gt;Is the CodeWarrior necessary for this?&lt;/P&gt;&lt;P&gt;Or is there any such linux tools functioning like above?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;TJ&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 07:04:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1869461#M14316</guid>
      <dc:creator>TJAhn</dc:creator>
      <dc:date>2024-05-21T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870379#M14328</link>
      <description>&lt;P&gt;&lt;SPAN&gt;i) Would you please describe your purpose in more details?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is impossible to use GPIO to measure&amp;nbsp;read &amp;amp; write speed for IFC vs PCIe 2.0(x1 lane).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ii) You could use CodeWarrior to generate RCW binary(PBL) file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is the Linux tool:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;$ git clone &lt;A href="https://github.com/nxp-qoriq/rcw" target="_blank"&gt;https://github.com/nxp-qoriq/rcw&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;$ cd rcw&lt;/P&gt;
&lt;P&gt;$&amp;nbsp;git checkout -b lf-6.1.55-2.2.0 lf-6.1.55-2.2.0&lt;/P&gt;
&lt;P&gt;Please modify&amp;nbsp;ls1043ardb/RR_FQPP_1455/rcw_1600.rcw according to your target board, then run "make", you will get&amp;nbsp;ls1043ardb/RR_FQPP_1455/rcw_1600.bin.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 07:38:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870379#M14328</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-05-22T07:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870396#M14329</link>
      <description>Thank you for kind and detailed reply Yipingwang.&lt;BR /&gt;My purpose is to compare the speed of both interface, and decide what interface(between PCIe and IFC) to do such protocols with other board.&lt;BR /&gt;Is it possible for me to configure the board and measure this?&lt;BR /&gt;Or is there any available linux tools to compare these two interface?</description>
      <pubDate>Wed, 22 May 2024 07:48:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870396#M14329</guid>
      <dc:creator>TJAhn</dc:creator>
      <dc:date>2024-05-22T07:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870455#M14330</link>
      <description>&lt;P&gt;Please try to use "dd" command in Linux.&lt;/P&gt;
&lt;P&gt;For example&lt;/P&gt;
&lt;P style="line-height: 15.0pt; background: white; margin: 18.0pt 0cm 18.0pt 0cm;"&gt;&lt;SPAN&gt;dd if=/dev/zero of=/dev/nvme0n1 bs=16M count=512M iflag=count_bytes&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="line-height: 15.0pt; background: white; box-sizing: border-box; text-rendering: optimizelegibility; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 18.0pt 0cm 18.0pt 0cm;"&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="line-height: 15.0pt; background: white; box-sizing: border-box; text-rendering: optimizelegibility; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px; margin: 18.0pt 0cm 18.0pt 0cm;"&gt;&lt;SPAN&gt;dd if=/mnt/ramdisk/random.img of=/dev/nvme0n1 bs=16M&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 08:30:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870455#M14330</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-05-22T08:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870610#M14331</link>
      <description>Thanks for the reply.&lt;BR /&gt;Is it okay to understand that there are way to compare the read/write speed of PCIe and IFC with linux?</description>
      <pubDate>Wed, 22 May 2024 10:23:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1870610#M14331</guid>
      <dc:creator>TJAhn</dc:creator>
      <dc:date>2024-05-22T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1874405#M14338</link>
      <description>&lt;P&gt;dd command will report the read/write speed. You could read/write from PCIe storage device and IFC flash.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 07:59:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1874405#M14338</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-05-24T07:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1876109#M14358</link>
      <description>Thank you for reply.&lt;BR /&gt;I beg your pardon but can you answer me one more question?&lt;BR /&gt;If you mean "in the linux", does that mean that I can use the command in the TeraTerm prompt?&lt;BR /&gt;Best Regards,&lt;BR /&gt;TJ</description>
      <pubDate>Tue, 28 May 2024 08:20:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1876109#M14358</guid>
      <dc:creator>TJAhn</dc:creator>
      <dc:date>2024-05-28T08:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1876113#M14359</link>
      <description>&lt;P&gt;Yes, you could use this command directly in the prompt of Linux.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 08:24:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1876113#M14359</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-05-28T08:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1876122#M14360</link>
      <description>Thank you very much for quick answer yipingwang, your answer help me a lot.</description>
      <pubDate>Tue, 28 May 2024 08:28:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1876122#M14360</guid>
      <dc:creator>TJAhn</dc:creator>
      <dc:date>2024-05-28T08:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043A Tool for compiling register</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1876129#M14361</link>
      <description>&lt;P&gt;Welcome&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 08:31:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043A-Tool-for-compiling-register/m-p/1876129#M14361</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2024-05-28T08:31:49Z</dc:date>
    </item>
  </channel>
</rss>

