Other Parts Discussed in Thread: OMAPL138, OMAP-L138
Tool/software: Linux
I have untar the "u-boot-2010.12-..." from the sdk and ran the following MAKE commands.
make distclean CROSS_COMPILE=arm-arago-linux-gnueabi-
make omapl138_lcdk_config CROSS_COMPILE=arm-arago-linux-gnueabi-
I get following message: May be a warning.
awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend
Configuring for omapl138_lcdk board...
make all CROSS_COMPILE=arm-arago-linux-gnueabi-
it does say "make[1]: Nothing to be done for '_depend'." lots of time but at the end it does generate u-boot.bin
but when I convert this to AIS and flash on NAND and reboot the LCDK it doesn't boot linux.
Could you please let me know what am I doing wrong. Thanks.