<?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 phyLinux init now failing in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/phyLinux-init-now-failing/m-p/1981517#M230118</link>
    <description>&lt;P&gt;I cannot find if the phyLinux script has changed, but my build that was working is now failing.&lt;/P&gt;&lt;P&gt;I believe it is not recognizing my -p argument correctly? Here is the error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;No SoC Platform selected&lt;BR /&gt;***************************************************&lt;BR /&gt;* Please choose one of the available SoC Platforms:&lt;BR /&gt;*&lt;BR /&gt;*&lt;BR /&gt;$ ^CTraceback (most recent call last):&lt;BR /&gt;File "/home/aaron/phytec/./phyLinux", line 722, in &amp;lt;module&amp;gt;&lt;BR /&gt;main()&lt;BR /&gt;File "/home/aaron/phytec/./phyLinux", line 713, in main&lt;BR /&gt;cmd_init(args)&lt;BR /&gt;File "/home/aaron/phytec/./phyLinux", line 559, in cmd_init&lt;BR /&gt;selected_soc = choose_soc()&lt;BR /&gt;^^^^^^^^^^^^&lt;BR /&gt;File "/home/aaron/phytec/./phyLinux", line 289, in choose_soc&lt;BR /&gt;user_input = int(input('$ ')) - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a snippet of how I call phyLinux init:&lt;/P&gt;&lt;P&gt;# download phytec bsp init script&lt;BR /&gt;ENV PHYLINUX_SCRIPT &lt;A href="ftp://ftp.phytec.de/pub/Software/Linux/Yocto/Tools/phyLinux" target="_blank"&gt;ftp://ftp.phytec.de/pub/Software/Linux/Yocto/Tools/phyLinux&lt;/A&gt;&lt;BR /&gt;RUN wget $PHYLINUX_SCRIPT -P /home/user/yocto&lt;BR /&gt;RUN chmod +x /home/user/yocto/phyLinux&lt;/P&gt;&lt;P&gt;# create git dummy configuration so we can use git with no complaints&lt;BR /&gt;RUN git config --global user.email "useremail@example.com"&lt;BR /&gt;RUN git config --global user.name "User Name"&lt;BR /&gt;RUN git config --global color.ui true&lt;/P&gt;&lt;P&gt;# go into yocto directory and initialize the PIXELs yocto environment&lt;BR /&gt;WORKDIR /home/user/yocto&lt;BR /&gt;ENV MACHINE phyboard-pollux-imx8mp-3&lt;BR /&gt;ENV DISTRO ampliphy-vendor-xwayland&lt;BR /&gt;RUN ./phyLinux init -p imx8mp -r BSP-Yocto-NXP-i.MX8MP-PD23.1.0&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 21:37:32 GMT</pubDate>
    <dc:creator>aaronspilker1</dc:creator>
    <dc:date>2024-10-24T21:37:32Z</dc:date>
    <item>
      <title>phyLinux init now failing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/phyLinux-init-now-failing/m-p/1981517#M230118</link>
      <description>&lt;P&gt;I cannot find if the phyLinux script has changed, but my build that was working is now failing.&lt;/P&gt;&lt;P&gt;I believe it is not recognizing my -p argument correctly? Here is the error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;No SoC Platform selected&lt;BR /&gt;***************************************************&lt;BR /&gt;* Please choose one of the available SoC Platforms:&lt;BR /&gt;*&lt;BR /&gt;*&lt;BR /&gt;$ ^CTraceback (most recent call last):&lt;BR /&gt;File "/home/aaron/phytec/./phyLinux", line 722, in &amp;lt;module&amp;gt;&lt;BR /&gt;main()&lt;BR /&gt;File "/home/aaron/phytec/./phyLinux", line 713, in main&lt;BR /&gt;cmd_init(args)&lt;BR /&gt;File "/home/aaron/phytec/./phyLinux", line 559, in cmd_init&lt;BR /&gt;selected_soc = choose_soc()&lt;BR /&gt;^^^^^^^^^^^^&lt;BR /&gt;File "/home/aaron/phytec/./phyLinux", line 289, in choose_soc&lt;BR /&gt;user_input = int(input('$ ')) - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a snippet of how I call phyLinux init:&lt;/P&gt;&lt;P&gt;# download phytec bsp init script&lt;BR /&gt;ENV PHYLINUX_SCRIPT &lt;A href="ftp://ftp.phytec.de/pub/Software/Linux/Yocto/Tools/phyLinux" target="_blank"&gt;ftp://ftp.phytec.de/pub/Software/Linux/Yocto/Tools/phyLinux&lt;/A&gt;&lt;BR /&gt;RUN wget $PHYLINUX_SCRIPT -P /home/user/yocto&lt;BR /&gt;RUN chmod +x /home/user/yocto/phyLinux&lt;/P&gt;&lt;P&gt;# create git dummy configuration so we can use git with no complaints&lt;BR /&gt;RUN git config --global user.email "useremail@example.com"&lt;BR /&gt;RUN git config --global user.name "User Name"&lt;BR /&gt;RUN git config --global color.ui true&lt;/P&gt;&lt;P&gt;# go into yocto directory and initialize the PIXELs yocto environment&lt;BR /&gt;WORKDIR /home/user/yocto&lt;BR /&gt;ENV MACHINE phyboard-pollux-imx8mp-3&lt;BR /&gt;ENV DISTRO ampliphy-vendor-xwayland&lt;BR /&gt;RUN ./phyLinux init -p imx8mp -r BSP-Yocto-NXP-i.MX8MP-PD23.1.0&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 21:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/phyLinux-init-now-failing/m-p/1981517#M230118</guid>
      <dc:creator>aaronspilker1</dc:creator>
      <dc:date>2024-10-24T21:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: phyLinux init now failing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/phyLinux-init-now-failing/m-p/1981575#M230120</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;We don't use phyLinux in our build process, could you please reach out PHYTEC directly or the community itself? Looking for other build alternatives or a yocto machine that you can bitbake.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 01:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/phyLinux-init-now-failing/m-p/1981575#M230120</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2024-10-25T01:08:23Z</dc:date>
    </item>
  </channel>
</rss>

