bitbake -c menuconfig u-boot-imx -f failed

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

bitbake -c menuconfig u-boot-imx -f failed

1,474 Views
vinothkumars
Senior Contributor IV

Dear NXP,

 

I am working uboot configuration - u-boot-imx_2020.04.bb. 

I got following error while setting the configuration,

bitbake -c menuconfig u-boot-imx -f

 

make *** no rule to make target menuconfig'. stop

 

 

 

 

Regards,
Vinothkumar Sekar
Tags (2)
0 Kudos
3 Replies

1,459 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

You may try this configuration:

bitbake -c clean u-boot-imx && bitbake u-boot-imx

Regards

 

0 Kudos

1,198 Views
arunkumar_maniv
Contributor III

Hello,

I have also faced same issue when tried to do menuconfig for u-boot-imx (Cmd used: bitbake -f -c menuconfig u-boot-imx) the command error appeared as no rule to make target 'menuconfig'.

Then used command as suggested in this discussion - bitbake -c clean u-boot-imx && bitbake u-boot-imx.

But that does not open the menuconfig UI. Please help.

With Regards,

Arun

0 Kudos

1,453 Views
vinothkumars
Senior Contributor IV

Thank you Bio_TICFSL for the reply

Regards,
Vinothkumar Sekar
0 Kudos