<?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: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ? in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641725#M12354</link>
    <description>&lt;P&gt;Hi June Lu,&lt;/P&gt;&lt;P&gt;Also please keep in mind that all I am trying to do is update the RCW on the LX2160A-RDB-B rev2 board.&lt;BR /&gt;&lt;BR /&gt;I have already figured out how to build a new RCW manually. Now all I need to do is update the FlexSIO flash with the new RCW.&lt;BR /&gt;&lt;BR /&gt;I have tried writing directly to the FlexSIO using u-boot 'sf' command but it does not work. Is there some write protection that needs to be disabled?&lt;/P&gt;&lt;P&gt;Can you please point me to some detailed step-by-step instructions on how to update the RCW? And also how to write directly to the FlexSIO from u-boot using the 'sf' command?&lt;BR /&gt;&lt;BR /&gt;Thank you for your assistance!&lt;BR /&gt;&lt;BR /&gt;best,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 16:29:42 GMT</pubDate>
    <dc:creator>ajedgar</dc:creator>
    <dc:date>2023-04-27T16:29:42Z</dc:date>
    <item>
      <title>How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1636732#M12294</link>
      <description>&lt;P&gt;We want to enable the GPIO header J10 on the LX2160A-RDB-B board.&lt;BR /&gt;&lt;BR /&gt;It looks like the GPIO pins at J10 (GPIO/EVT[1:5]) are disabled by default.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So far it seems the only way to enable them is by re-flashing the RCW.&lt;BR /&gt;&lt;BR /&gt;A couple of questions, is this true? Is there no other way to enable GPIO at J10 at run time? With DIP switches?&lt;BR /&gt;&lt;BR /&gt;If I don't have Code Warrior what is the simplest way to create a new RCW and flash it?&lt;BR /&gt;&lt;BR /&gt;It looks like there is a way to set the RCW using the Lauterbach debugger, does anyone have an example script for this?&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance for any and all pointers!&lt;BR /&gt;&lt;BR /&gt;Andrew&lt;BR /&gt;System Software Engineer -- Wind River&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 23:58:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1636732#M12294</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-19T23:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1636840#M12296</link>
      <description>&lt;P&gt;You could refer the board reference manual for the details information.&lt;/P&gt;
&lt;P&gt;If you use LSDK, you could try to use commands below to generate RCW binary file:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&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;/LI&gt;
&lt;LI&gt;$ cd rcw&lt;/LI&gt;
&lt;LI&gt;$ git checkout -b LSDK-21.08 LSDK-21.08&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;$ cd LX2160axxx&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;If required, make changes to the rcw files.&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;$ make&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could use the generated binary, confirm the */flexbuild_lsdk2108xxx/configs/board/lx2160axxx/manifest select rcw_xspi, rcw_xspi="path/*.bin"(make sure the path is the required bin file)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;$ cd ~flexbuild_lsdk2108xxx/&lt;/LI&gt;
&lt;LI&gt;$ source setup.env&lt;/LI&gt;
&lt;LI&gt;$ flex-builder -i clean-firmware&lt;/LI&gt;
&lt;LI&gt;$ flex-builder -c atf -m lx2160axxx -b xspi&lt;/LI&gt;
&lt;LI&gt;$ flex-builder -i mkfw -m lx2160axxx -b xspi&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now the required xxx image is available in*/flexbuild_lsdk2108xxx/build/images&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 02:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1636840#M12296</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-04-20T02:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1636974#M12302</link>
      <description>&lt;P&gt;The Lauterbach TRACE32 offers two methods to change the RCW.&lt;/P&gt;&lt;P&gt;A temporary change of the RCW is possible using the RCW override feature. This is also helpful to connect to the processor there is not RCW programmed to flash yet. The script lx2160-spi-rcwovr.cmm shows how to do this.&lt;/P&gt;&lt;P&gt;For a permanent change, the RCW needs to be programmed to the flash selected as boot source. Above script also sets up the FLEXSPI for programming. If booting from other boot source, a different script will be required.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Reinhard&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 07:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1636974#M12302</guid>
      <dc:creator>rweiss</dc:creator>
      <dc:date>2023-04-20T07:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639133#M12319</link>
      <description>&lt;P&gt;Thank you Reinhard. I'll give that a try.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 18:52:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639133#M12319</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-24T18:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639140#M12320</link>
      <description>&lt;P&gt;Thank you June Lu.&lt;BR /&gt;&lt;BR /&gt;The manifest file for the lx2160ardb_rev2 the exists:&lt;/P&gt;&lt;P&gt;$ pwd&lt;/P&gt;&lt;P&gt;$ /home/ajedgar/shared/flexbuild_lsdk2108_github&lt;/P&gt;&lt;P&gt;$ ls -l configs/board//lx2160ardb_rev2/manifest&lt;BR /&gt;-rwxrwx--- 1 root vboxsf 8998 Aug 29 2021 configs/board//lx2160ardb_rev2/manifest&lt;/P&gt;&lt;P&gt;And looking inside we see the path to the RCW file I'm looking for:&lt;BR /&gt;$grep rcw_xspi configs/board//lx2160ardb_rev2/manifest&lt;BR /&gt;rcw_xspi="firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin"&lt;/P&gt;&lt;P&gt;But it doesn't yet exist (also looked under 'build' and 'packages' so presumably it has to be built:&lt;/P&gt;&lt;P&gt;$ ls firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2&lt;BR /&gt;ls: cannot access 'firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2': No such file or directory&lt;/P&gt;&lt;P&gt;When I try to do anything with flex-builder I get this:&lt;/P&gt;&lt;P&gt;$ flex-builder -i clean-firmware&lt;BR /&gt;ln: failed to create symbolic link '/home/ajedgar/shared/flexbuild_lsdk2108_github/build/linux/kernel': Operation not permitted&lt;/P&gt;&lt;P&gt;I added a couple of 'echo's to the flex-builder script and see:&lt;BR /&gt;FBOUTDIR: /home/ajedgar/shared/flexbuild_lsdk2108_github/build&lt;BR /&gt;KERNEL_TREE: linux&lt;BR /&gt;&lt;BR /&gt;And here is how I created my setup (with the same result):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;On Ubuntu 20:&lt;BR /&gt;$ sudo apt update&lt;BR /&gt;$ sudo apt -y upgrade&lt;BR /&gt;$ sudo apt-get install git&lt;/P&gt;&lt;P&gt;$ tar xvzf flexbuild_lsdk2108.tgz&lt;/P&gt;&lt;P&gt;$ source setup.env&lt;BR /&gt;$ flex-builder -i mkrfs -a arm64&lt;BR /&gt;&lt;BR /&gt;$ flex-builder -i mkrfs -a arm64&lt;BR /&gt;ln: failed to create symbolic link '/home/ajedgar/shared/flexbuild_lsdk2108_github/build/linux/kernel': Operation not permitted&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So presumably the KERNEL_TREE var in the flex-builder script is incorrect or I am missing a step.&lt;BR /&gt;&lt;BR /&gt;Thoughts?&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance for your help!&lt;BR /&gt;&lt;BR /&gt;--Andrew&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 19:07:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639140#M12320</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-24T19:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639358#M12322</link>
      <description>&lt;P&gt;A related question. I am trying to write directly to the FlexSIO to update the EVT20_PMUX and EVT32_PMUX bits as shown below. The 'mw' command says the bytes were written ok but when I read them back they are unchanged. This leads me to believe there must be some write-protection that needs to be disabled or I am missing a step or two. What is the best way to accomplish this?&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; sf read 0xa1000000 0x0 0x80&lt;BR /&gt;device 0 offset 0x0, size 0x80&lt;BR /&gt;SF: 128 bytes @ 0x0 Read: OK&lt;BR /&gt;=&amp;gt; md a1000000&lt;BR /&gt;a1000000: aa55aa55 80100000 5883833c 24580058 U.U.....&amp;lt;..XX.X$&lt;BR /&gt;a1000010: 00000000 00000000 00000000 0c010000 ................&lt;BR /&gt;a1000020: 00000000 00000000 036001a0 00002580 ..........`..%..&lt;BR /&gt;a1000030: 00000000 00000096 00000000 00000000 ................&lt;BR /&gt;a1000040: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a1000050: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a1000060: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a1000070: 00027000 00000000 08b30010 00150020 .p.......... ...&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; mw.b a100003b 08&lt;BR /&gt;=&amp;gt; mw.b a100003c 01&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; md a1000000&lt;BR /&gt;a1000000: aa55aa55 80100000 5883833c 24580058 U.U.....&amp;lt;..XX.X$&lt;BR /&gt;a1000010: 00000000 00000000 00000000 0c010000 ................&lt;BR /&gt;a1000020: 00000000 00000000 036001a0 00002580 ..........`..%..&lt;BR /&gt;a1000030: 00000000 00000096 08000000 00000001 ................&lt;BR /&gt;a1000040: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a1000050: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a1000060: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a1000070: 00027000 00000000 08b30010 00150020 .p.......... ...&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; sf write 0xa1000000 0x0 0x80&lt;BR /&gt;device 0 offset 0x0, size 0x80&lt;BR /&gt;SF: 128 bytes @ 0x0 Written: OK&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; sf read 0xa2000000 0x0 0x80&lt;BR /&gt;device 0 offset 0x0, size 0x80&lt;BR /&gt;SF: 128 bytes @ 0x0 Read: OK&lt;BR /&gt;&lt;BR /&gt;=&amp;gt; md a2000000&lt;BR /&gt;a2000000: aa55aa55 80100000 5883833c 24580058 U.U.....&amp;lt;..XX.X$&lt;BR /&gt;a2000010: 00000000 00000000 00000000 0c010000 ................&lt;BR /&gt;a2000020: 00000000 00000000 036001a0 00002580 ..........`..%..&lt;BR /&gt;a2000030: 00000000 00000096 00000000 00000000 ................&lt;BR /&gt;a2000040: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a2000050: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a2000060: 00000000 00000000 00000000 00000000 ................&lt;BR /&gt;a2000070: 00027000 00000000 08b30010 00150020 .p.......... ...&lt;BR /&gt;&lt;BR /&gt;Thanks for any pointers!&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 03:21:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639358#M12322</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-25T03:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639453#M12323</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Before changing the RCW, you should make your Host system can compile the image successfully(using the default source files). Please refer to &lt;A href="https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf" target="_blank"&gt;LSDK21.08&lt;/A&gt; 4.1.1 Host system requirements, make sure your system can access server.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Download flexbuild_lsdk2108_github.tgz from nxp.com&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;tar xvzf flexbuild_lsdk2108_github.tgz&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;source setup.env&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 06:25:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639453#M12323</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-04-25T06:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639937#M12331</link>
      <description>&lt;P&gt;Hi June Lu,&lt;/P&gt;&lt;P&gt;Please see my comment below from yesterday (4/24) where I explain that I have downloaded 21.08 and followed the instructions but as soon as I try and do anything with flex-builder I get this error:&lt;BR /&gt;&lt;BR /&gt;$ flex-builder -i mkfw -m lx2160ardb_rev2&lt;BR /&gt;MACHINE: lx2160ardb_rev2&lt;BR /&gt;ln: failed to create symbolic link '/home/ajedgar/shared/flexbuild_lsdk2108_github/build/linux/kernel': Operation not permitted&lt;BR /&gt;&lt;BR /&gt;Am I missing something? Is there a "getting started" guide?&lt;BR /&gt;&lt;BR /&gt;Thank you for your help!&lt;BR /&gt;&lt;BR /&gt;-Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:51:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639937#M12331</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-25T16:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639940#M12332</link>
      <description>&lt;P&gt;p.s.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Once I have successfully built an rcw.bin file how do I flash it to FlexSIO? Is there some documentation on this?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Andrew&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:58:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1639940#M12332</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-25T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1640155#M12333</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;It seems you select &lt;/SPAN&gt;&lt;SPAN&gt;flexbuild_lsdk2108.tgz&lt;/SPAN&gt;&lt;SPAN&gt; rather than flexbuild_lsdk2108_github.tgz.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;LSDK Repositories has migrated from CodeAurora to GiTHub, please use the flexbuild_lsdk2108_github.tgz.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Of course, if you renamed the file, I think it's OK.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;I have checked the command:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;$ flex-builder -i mkfw -m lx2160ardb_rev2&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;It works well in my Host system, maybe will need try some times because of the network. I think you need to check your Host system, I am sorry I could not help for that.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 03:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1640155#M12333</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-04-26T03:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1640173#M12334</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;If you get a bin, you need to generate the image to program.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;You could refer &lt;/SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL5.15.71-2.2.0.pdf" target="_blank"&gt;&lt;SPAN&gt;Layerscape Linux Distribution POC User Guide, Rev. L5.15.71-2.2.0&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt; page 100 for XSFPI image program.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;For the SD card and eMMC, you could refer page 103.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 05:08:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1640173#M12334</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-04-26T05:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641017#M12345</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi June Lu,&lt;/P&gt;&lt;P&gt;I am still unable to have the flexbuild complete cleanly. I am on Ubuntu 20.04 LTS.&lt;/P&gt;&lt;P&gt;Here are the commands:&lt;/P&gt;&lt;P&gt;$ flex-builder -i clean-firmware&lt;/P&gt;&lt;P&gt;$ flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;BR /&gt;&lt;BR /&gt;It bails out with:&lt;/P&gt;&lt;P&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;make -s -j4 fip pbl PLAT=lx2160ardb BOOT_MODE=flexspi_nor RCW=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin BL33=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/u-boot/lx2160ardb/uboot_lx2160ardb_tfa.bin BL32=/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/security/optee_os/out/arm-plat-ls/core/tee_lx2160ardb.bin SPD=opteed&lt;BR /&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;Including services/spd/opteed/opteed.mk&lt;BR /&gt;setting chssis&lt;BR /&gt;make[2]: *** No rule to make target 'plat/nxp/soc-lx2160a/LX2160A_RDB/ddr_init.c', needed by '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf/build/lx2160ardb/release/bl2/ddr_init.o'. Stop.&lt;BR /&gt;make[2]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt;Building tools/fiptool/fiptool&lt;BR /&gt;HOSTCC tbbr_config.c&lt;BR /&gt;HOSTCC fiptool.c&lt;BR /&gt;HOSTLD fiptool&lt;/P&gt;&lt;P&gt;Built fiptool successfully&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_flexspi_nor*.pbl': No such file or directory&lt;BR /&gt;atf.mk:11: recipe for target 'atf' failed&lt;BR /&gt;make[1]: *** [atf] Error 1&lt;BR /&gt;make[1]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;BR /&gt;Makefile:19: recipe for target 'atf' failed&lt;BR /&gt;make: *** [atf] Error 2&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;BR /&gt;&lt;BR /&gt;And if I try the next step:&lt;BR /&gt;$ flex-builder -i mkfw -m lx2160ardb_rev2 -b xspi&lt;/P&gt;&lt;P&gt;It bails out with the very similar:&lt;/P&gt;&lt;P&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;make -s -j4 fip pbl PLAT=lx2160ardb BOOT_MODE=flexspi_nor RCW=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin BL33=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/u-boot/lx2160ardb/uboot_lx2160ardb_tfa.bin BL32=/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/security/optee_os/out/arm-plat-ls/core/tee_lx2160ardb.bin SPD=opteed&lt;BR /&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;Including services/spd/opteed/opteed.mk&lt;BR /&gt;setting chssis&lt;BR /&gt;make[2]: *** No rule to make target 'plat/nxp/soc-lx2160a/LX2160A_RDB/ddr_init.c', needed by '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf/build/lx2160ardb/release/bl2/ddr_init.o'. Stop.&lt;BR /&gt;make[2]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt;Building tools/fiptool/fiptool&lt;BR /&gt;HOSTCC fiptool.c&lt;BR /&gt;HOSTCC tbbr_config.c&lt;BR /&gt;HOSTLD fiptool&lt;/P&gt;&lt;P&gt;Built fiptool successfully&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_flexspi_nor*.pbl': No such file or directory&lt;BR /&gt;atf.mk:11: recipe for target 'atf' failed&lt;BR /&gt;make[1]: *** [atf] Error 1&lt;BR /&gt;make[1]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;BR /&gt;Makefile:19: recipe for target 'atf' failed&lt;BR /&gt;make: *** [atf] Error 2&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;BR /&gt;&lt;BR /&gt;Thoughts? Suggestions?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;BR /&gt;&lt;BR /&gt;-Andrew&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 23:24:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641017#M12345</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-26T23:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641037#M12346</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;All commands you used workswell in my Host system, maybe will need try some times because of the network. I think you need to check your Host system, I am sorry I could not help for that.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 01:10:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641037#M12346</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-04-27T01:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641723#M12353</link>
      <description>&lt;P&gt;Hi June Lu,&lt;/P&gt;&lt;P&gt;I'm sorry but this is not a very helpful answer.&lt;/P&gt;&lt;P&gt;I am on Ubuntu 20.04 LTS. I have ensured that I have all the required packages installed per page 2 of this doc:&lt;BR /&gt;&amp;nbsp; &lt;A href="https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL5.15.71-2.2.0.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL5.15.71-2.2.0.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The packages that were not already installed that I had to install were: socat, python3-git, python3-jinja2, libegl1-mesa, libsdl1.2-dev, pylint3, xterm, python3-subunit, mesa-common-dev, zstd, and liblz4-tool.&lt;BR /&gt;&lt;BR /&gt;Installing these packages made no difference in the behavior of the flex-builder. It failed in the same way described above.&lt;BR /&gt;&lt;BR /&gt;I have re-downloaded and re-installed from the link you provided here: &lt;A href="https://lsdk.github.io/components.html" target="_blank"&gt;https://lsdk.github.io/components.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And I still cannot get a clean build.&lt;BR /&gt;&lt;BR /&gt;Can you do a new download from that link and try a clean test build of lx2160ardb_rev2 and let me know if that works for you?&lt;BR /&gt;&lt;BR /&gt;Is there someone else at NXP you can talk to that can help? I really need to get this working.&lt;BR /&gt;&lt;BR /&gt;In the mean time I will dig into it and see if I can figure out what is broken.&lt;BR /&gt;&lt;BR /&gt;Thank you for your assistance.&lt;BR /&gt;&lt;BR /&gt;best,&lt;BR /&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 16:24:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641723#M12353</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-27T16:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641725#M12354</link>
      <description>&lt;P&gt;Hi June Lu,&lt;/P&gt;&lt;P&gt;Also please keep in mind that all I am trying to do is update the RCW on the LX2160A-RDB-B rev2 board.&lt;BR /&gt;&lt;BR /&gt;I have already figured out how to build a new RCW manually. Now all I need to do is update the FlexSIO flash with the new RCW.&lt;BR /&gt;&lt;BR /&gt;I have tried writing directly to the FlexSIO using u-boot 'sf' command but it does not work. Is there some write protection that needs to be disabled?&lt;/P&gt;&lt;P&gt;Can you please point me to some detailed step-by-step instructions on how to update the RCW? And also how to write directly to the FlexSIO from u-boot using the 'sf' command?&lt;BR /&gt;&lt;BR /&gt;Thank you for your assistance!&lt;BR /&gt;&lt;BR /&gt;best,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 16:29:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1641725#M12354</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-04-27T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1645175#M12398</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;I have done a new download from the link and try a clean test build of lx2160ardb_rev2. it works well.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;When I failed to create the ATF, I will input the command again(&lt;/SPAN&gt;&lt;SPAN&gt;flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;/SPAN&gt;&lt;SPAN&gt;), the command will start to continue, until get a ATF.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;When you get ATF successful, you could get the next step(e.g. &lt;/SPAN&gt;&lt;SPAN&gt;flex-builder -i mkfw lx2160ardb_rev2 -b xspi&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;When build the firmware, the command(flex-builder -i mkfw lx2160ardb_rev2 -b xspi) also need to input sometimes. I think it would be network link error.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Hope this will help you.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Anyway, the commands work well in my host system.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333f48;" lang="en-US"&gt;&lt;SPAN&gt;If you get an image, you could program it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;You could refer&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/LLDPUG_RevL5.15.71-2.2.0.pdf" target="_blank"&gt;&lt;SPAN&gt;Layerscape Linux Distribution POC User Guide, Rev. L5.15.71-2.2.0&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;page 100 for XSFPI image program.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt; color: #333f48;" lang="en-US"&gt;&lt;SPAN&gt;For the SD card and eMMC, you could refer page 103.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 03:03:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1645175#M12398</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-05-05T03:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1645688#M12410</link>
      <description>&lt;P&gt;Hi June Lu,&lt;/P&gt;&lt;P&gt;After updating configs/sdk.yml and with the correct xserver URL and gitlab URL as below:&lt;/P&gt;&lt;P&gt;"""&lt;BR /&gt;wayland:&lt;BR /&gt;# url: &lt;A href="https://github.com/wayland-project/wayland.git" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/wayland-project/wayland.git&lt;/A&gt;&lt;BR /&gt;url: &lt;A href="https://gitlab.freedesktop.org/wayland/wayland.git" target="_blank" rel="nofollow noopener noreferrer"&gt;https://gitlab.freedesktop.org/wayland/wayland.git&lt;/A&gt;&lt;BR /&gt;tag: 1.18.0&lt;/P&gt;&lt;P&gt;xserver:&lt;BR /&gt;# url: &lt;A href="https://github.com/freedesktop/xorg-xserver.git" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/freedesktop/xorg-xserver.git&lt;/A&gt;&lt;BR /&gt;url: &lt;A href="https://gitlab.freedesktop.org/xorg/xserver.git" target="_blank" rel="nofollow noopener noreferrer"&gt;https://gitlab.freedesktop.org/xorg/xserver.git&lt;/A&gt;&lt;BR /&gt;tag: xorg-server-1.20.9&lt;BR /&gt;"""&lt;/P&gt;&lt;P&gt;I was able to get this step to complete successfully:&lt;BR /&gt;&lt;BR /&gt;$ flex-builder -i repo-fetch&lt;/P&gt;&lt;P&gt;Then (as mentioned before) the below step still fails in exactly the same way:&lt;BR /&gt;&lt;BR /&gt;$ flex-builder -c atf -m lx2160ardb_rev2 -b xspi&lt;/P&gt;&lt;P&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;REALCLEAN&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;make -s -j4 fip pbl PLAT=lx2160ardb BOOT_MODE=flexspi_nor RCW=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/rcw/lx2160ardb_rev2/XGGFF_PP_HHHH_RR_19_5_2/rcw_2200_750_3200_19_5_2.bin BL33=/home/ajedgar/Git/flexbuild_lsdk2108_github/build/firmware/u-boot/lx2160ardb/uboot_lx2160ardb_tfa.bin BL32=/home/ajedgar/Git/flexbuild_lsdk2108_github/components/apps/security/optee_os/out/arm-plat-ls/core/tee_lx2160ardb.bin SPD=opteed&lt;BR /&gt;make[2]: Entering directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;Including services/spd/opteed/opteed.mk&lt;BR /&gt;setting chssis&lt;BR /&gt;make[2]: *** No rule to make target 'plat/nxp/soc-lx2160a/LX2160A_RDB/ddr_init.c', needed by '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf/build/lx2160ardb/release/bl2/ddr_init.o'. Stop.&lt;BR /&gt;make[2]: *** Waiting for unfinished jobs....&lt;/P&gt;&lt;P&gt;Building tools/fiptool/fiptool&lt;BR /&gt;HOSTCC fiptool.c&lt;BR /&gt;HOSTCC tbbr_config.c&lt;BR /&gt;HOSTLD fiptool&lt;/P&gt;&lt;P&gt;Built fiptool successfully&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;make[2]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/components/firmware/atf'&lt;BR /&gt;cp: cannot stat 'build/lx2160ardb/release/bl2_flexspi_nor*.pbl': No such file or directory&lt;BR /&gt;make[1]: *** [atf.mk:11: atf] Error 1&lt;BR /&gt;make[1]: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github/packages/firmware'&lt;BR /&gt;make: *** [Makefile:19: atf] Error 2&lt;BR /&gt;make: Leaving directory '/home/ajedgar/Git/flexbuild_lsdk2108_github'&lt;BR /&gt;"""&lt;BR /&gt;&lt;BR /&gt;A quick inspection shows there is no directory 'build/lx2160ardb/release/bl2_flexspi'.&lt;BR /&gt;&lt;BR /&gt;$ ls build&lt;BR /&gt;apps firmware images linux rfs&lt;BR /&gt;&lt;BR /&gt;As mentioned before, this is from a new, clean download of flex-builder on Ubuntu LTS 20.04 and it is always failing at this step in the same way. I also have a clean and solid internet connection, that is not an issue.&lt;BR /&gt;&lt;BR /&gt;I need a new suggestion on how to progress past this point.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;-Andrew&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 18:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1645688#M12410</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-05-05T18:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1645833#M12412</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Command $ flex-builder -i repo-fetch&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Didn't mention in this case.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Maybe it's from other case support.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;I could use the commands above, please follow the my suggestion and try it.&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 02:51:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1645833#M12412</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-05-06T02:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable GPIO header J10 (GPIOEVT[1:5]) on the LX2160A-RDB-B ?</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1646513#M12419</link>
      <description>&lt;P&gt;Hi June Lu,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Which suggestion did I miss?&lt;BR /&gt;&lt;BR /&gt;As I have said I have redownloaded from scratch and followed your instructions with the same result each time.&lt;BR /&gt;&lt;BR /&gt;There is nothing new since you replied with,&lt;BR /&gt;"All commands you used workswell in my Host system, maybe will need try some times because of the network. I think you need to check your Host system, I am sorry I could not help for that"&lt;BR /&gt;&lt;BR /&gt;I need a new suggestion.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 16:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-GPIO-header-J10-GPIOEVT-1-5-on-the-LX2160A-RDB-B/m-p/1646513#M12419</guid>
      <dc:creator>ajedgar</dc:creator>
      <dc:date>2023-05-08T16:28:43Z</dc:date>
    </item>
  </channel>
</rss>

