[Buildroot] Support for MPC_8323E-RDB Board

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Nov 4 13:59:37 UTC 2016


Hello,

On Fri, 4 Nov 2016 18:03:38 +0530, Siva Prakash Reddy Nareddy wrote:

> The issues I am getting are as follows..
> 
> jyothi at jyothi:/home/buildroot-labs/buildroot$ sudo make menuconfig

Don't run Buildroot as root.

> configuration written to /home/buildroot-labs/buildroot/.config
> 
> *** End of the configuration.
> *** Execute 'make' to start the build or try 'make help'.
> 
> jyothi at jyothi:/home/buildroot-labs/buildroot$ sudo make
> boot/uboot/uboot.mk:295: *** No board defconfig name specified, check your
> BR2_TARGET_UBOOT_DEFCONFIG setting.  Stop.

This means you have enabled the U-Boot bootloader, but you have not
defined which U-Boot configuration to build, so Buildroot cannot start
the build process.

> jyothi at jyothi:/home/buildroot-labs/buildroot$ sudo make
> linux/linux.mk:441: *** No kernel device tree source specified, check your
> BR2_LINUX_KERNEL_USE_INTREE_DTS / BR2_LINUX_KERNEL_USE_CUSTOM_DTS
> settings.  Stop.

This means you have enabled the Linux kernel, with Device Tree support,
but you haven't specified which Device Tree files you want to build.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list