phyLinux init now failing

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

phyLinux init now failing

ソリューションへジャンプ
981件の閲覧回数
aaronspilker1
Contributor I

I cannot find if the phyLinux script has changed, but my build that was working is now failing.

I believe it is not recognizing my -p argument correctly? Here is the error:


No SoC Platform selected
***************************************************
* Please choose one of the available SoC Platforms:
*
*
$ ^CTraceback (most recent call last):
File "/home/aaron/phytec/./phyLinux", line 722, in <module>
main()
File "/home/aaron/phytec/./phyLinux", line 713, in main
cmd_init(args)
File "/home/aaron/phytec/./phyLinux", line 559, in cmd_init
selected_soc = choose_soc()
^^^^^^^^^^^^
File "/home/aaron/phytec/./phyLinux", line 289, in choose_soc
user_input = int(input('$ ')) - 1

 

Here is a snippet of how I call phyLinux init:

# download phytec bsp init script
ENV PHYLINUX_SCRIPT ftp://ftp.phytec.de/pub/Software/Linux/Yocto/Tools/phyLinux
RUN wget $PHYLINUX_SCRIPT -P /home/user/yocto
RUN chmod +x /home/user/yocto/phyLinux

# create git dummy configuration so we can use git with no complaints
RUN git config --global user.email "useremail@example.com"
RUN git config --global user.name "User Name"
RUN git config --global color.ui true

# go into yocto directory and initialize the PIXELs yocto environment
WORKDIR /home/user/yocto
ENV MACHINE phyboard-pollux-imx8mp-3
ENV DISTRO ampliphy-vendor-xwayland
RUN ./phyLinux init -p imx8mp -r BSP-Yocto-NXP-i.MX8MP-PD23.1.0

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
961件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

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.

Regards

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
962件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

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.

Regards

0 件の賞賛
返信