Yocto bitbake linux-imx -c menuconfig issue

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

Yocto bitbake linux-imx -c menuconfig issue

6,072 次查看
wangtsungli
Contributor IV

Hi community,

I'm working on i.MX6 sabre-SD Dual lite and build Yocto image.

I connect to my server to build source code via putty from my windows computer.

While I trying to modify my defconfig, I execute below command.

bitbake linux-imx -c menuconfig

However, It did not show manual out like below picture.

pastedImage_3.png

It will stuck at do_menuconfig(below picture)

pastedImage_4.png

If picture is no clear please refer to below attachment.

How can I solve this problem?

0 项奖励
回复
2 回复数

4,999 次查看
marcomadrigal
Contributor III

Hi,

Try:

bitbake virtual/kernel -c menuconfig

Also, in your picture it looks it is executing correctly, how long did you wait? Depending of your system it should take some time before opening the configuration window. 

Best Regards,

-Marco

http://www.ridgerun.com

0 项奖励
回复

4,999 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi tsung,

Change the command to:

bitbake -c menuconfig linux-imx

If the problem persist please check:

https://community.nxp.com/thread/376369 

Regards

0 项奖励
回复