
Hi Masahiro,
thanks! it's running nicely. I see you're running the GUI with lxdialog, and it's nice to see that more and more build systems come together to one "base", which makes it much easier for further developing.
I've just started using it on our project too, but the integration is a pretty tenacious job, as you might know. I would much appreciate it, if you could share any information like tutorials or documentation for a better adaptation of the lxdialog, if that's alright. Because, if we are using U-Boots menuconfig, then we'd like to add extra rows with information on our own.
Kind Regards
Frank
Masahiro Yamada yamada.m@jp.panasonic.com 31.07.14 8.39 Uhr >>>
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