
On Mon, Dec 4, 2017 at 9:53 PM, James David Eckler james.d.eckler@wmich.edu wrote:
Hi,
We are trying to get Kubos-Linux up and running on our Beaglebone Black board but are having issues with making the program. We ran `make beaglebone-black_defconfig` and are getting the error:
vagrant@vagrant:~/uboot$ make beaglebone-black_defconfig
*** Can't find default configuration "arch/../configs/beaglebone-black_defconfig"!
scripts/kconfig/Makefile:114: recipe for target 'beaglebone-black_defconfig' failed make[1]: *** [beaglebone-black_defconfig] Error 1 Makefile:478: recipe for target 'beaglebone-black_defconfig' failed make: *** [beaglebone-black_defconfig] Error 2
How do we make for the Beaglebone Black board?
There's two configs for the BBone devices, am335x_boneblack_defconfig although I tend to use am335x_evm_defconfig these days as it supports all the various *bone devices. A simple ls of the configs/ directory would have at least given you the former.
Peter