How to configure u-boot-imx in Yocto

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

How to configure u-boot-imx in Yocto

1,516 次查看
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

标记 (2)
0 项奖励
回复
1 回复

1,500 次查看
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 项奖励
回复