
Hi Frank,
On Thu, 31 Jul 2014 08:29:07 +0200 "Frank Ihle" frank.ihle@hs-offenburg.de wrote:
Hi everyone,
can you please give me a hint how to run the menuconfig?
I just downloaded the latest U-Boot from ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2 (Version: 2014.07). When entering the /u-boot-2014.07/ directory and hitting "make menuconfig" then, it just tells me that there's no rule to make menuconfig - and so I can't run the configuration tool. Am I in the wrong directory or is it the wrong version?
Kconfig is not included in u-boot-latest.tar.bz2 (Version: 2014.07); Kconfig was merged into the mainline just ten hours ago!
If you want to try the newest source tree, please do git-clone.
git clone git://git.denx.de/u-boot.git
Best Regards Masahiro Yamada