phyLinux init now failing

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

phyLinux init now failing

跳至解决方案
969 次查看
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 解答
949 次查看
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 回复
950 次查看
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 项奖励
回复