On 02/03/2011 07:52 PM, Charles Krinke wrote:
I got the ltib running for the 8323 on two different
computers, but had to go through the ltib configure step several
times and eventually found the right combination of settings that
lets me be able to build u-boot, uImage and rootfs.jffs2.
This leads to another question. "What is the location of the
configure file and its name that ./ltib --configure creates?".
I think I need to study this file a bit *and* another engineer
that I am supporting wants to get the same ltib running and
already requested the configuration file at which point I had to
shrug, look foolish and say "dunno where it is yet".
You'll find it in config/platform/<platform>/.config, created
from config/platform/defconfig.dev (and if that doesn't exist then
config/platform/defconfig.dev). the defconfig.dev and .config in
the config/platform/<platform>/ directory are created from the
config/platform/<platform>/defconfig which is the default
configuration you use when you use "./ltib" unless you change the
configuration with "./tlib -c" or "./ltib --configure"....