Yocto bitbake linux-imx -c menuconfig issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto bitbake linux-imx -c menuconfig issue

3,957 Views
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 Kudos
2 Replies

2,884 Views
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 Kudos

2,884 Views
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 Kudos