How to configure u-boot-imx in Yocto

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

How to configure u-boot-imx in Yocto

1,510 Views
wang12zhe
Contributor III

Yocto Revision :LF5.10.52_2.1.0

HW: IMX8QM

 

Command: bitbake -c menuconfig u-boot-imx 

got below error:

NOTE: Executing Tasks
Currently 1 running tasks (486 of 486) 99% |############################################################################################################################# |
0: u-boot-imx-2021.04-r0 do_menuconfig - 0s (pid 18506)
Trying to run: tmux att -t devshell-18506
make: *** No rule to make target 'menuconfig'. Stop.
Command failed.
Press any key to continue...

 

So how to configure uboot by menuconfig

Tags (2)
0 Kudos
Reply
1 Reply

1,494 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Yocto can't support this command, you can try 

  1. bitbake u-boot -c devshell
  2. Use devtool to generate a uboot workspace and run 'make menuconfig' in workspace/sources/u-boot-imx/
0 Kudos
Reply