How to config u-boot-imx use make menuconfig

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

How to config u-boot-imx use make menuconfig

5,018 Views
peking428
Contributor I

I use "bitbake -c menuconfig -v u-boot-imx "

return error info as follow:

......

......

Build Configuration:
BB_VERSION = "1.30.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-16.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qpsabresd"
DISTRO = "fsl-imx-x11"
DISTRO_VERSION = "4.1.15-2.1.0"
TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:f5da2a5913319ad6ac2141438ba1aa17576326ab"
meta-oe
meta-multimedia = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-fsl-arm = "HEAD:be78894e4682f111575470fb23e51e6ba523508d"
meta-fsl-arm-extra = "HEAD:3dfb82fc7e703eae9891b3ffda0e9393701f2396"
meta-fsl-demos = "HEAD:a165068f8a0d1cf29aabe4b4053f28be1c2aa492"
meta-bsp
meta-sdk = "HEAD:f0e54cdf7a1c6d35976b0be80ded28a7f019b567"
meta-browser = "HEAD:77736988073a5d90fcff9d0005c8477332ede387"
meta-gnome
meta-networking
meta-python
meta-filesystems = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-qt5 = "HEAD:ccae79be69c5268df3b47e4e14cea0591c39a531"

NOTE: Preparing RunQueue
NOTE: Marking Active Tasks
ERROR: Task do_menuconfig does not exist for target u-boot-imx. Close matches:
do_configure
ERROR: Command execution failed: 1

Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
zbp@zbp-virtual-machine:/opt/yocto/fsl-release-bsp/fsl_build_x11$

Labels (3)
0 Kudos
1 Reply

4,736 Views
karangajjar
Senior Contributor II

Hi  zhao beeping ,

Yocto is meant for image generation and not for package development. menuconfig option is not available for u-boot, that's the reason menuconfig command is failing. One option is that you can checkout from L4.1.15 Linux docs, the i.MX Linux User Guide section "How to build U-Boot and Kernel in standalone environment" to build standalone u-boot. In that after doing make <evk>defconfig you can use make menuconfig to modify u-boot as per your need.

Let us know in case of concern.

Regards,

Karan Gajjar

0 Kudos