Yocto bitbake linux-imx -c menuconfig issue

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

Yocto bitbake linux-imx -c menuconfig issue

6,076件の閲覧回数
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?

ラベル(6)
0 件の賞賛
返信
2 返答(返信)

5,003件の閲覧回数
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 件の賞賛
返信

5,003件の閲覧回数
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 件の賞賛
返信