How to configure u-boot-imx in Yocto

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

How to configure u-boot-imx in Yocto

1,511件の閲覧回数
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,495件の閲覧回数
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 件の賞賛
返信