This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

building u-boot for da850evm vs building u-boot for LCDK

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

For the da850evm, you can build u-boot in ais form from the command line:

make distclean
make da850evm_config
make u-boot.ais


and flash it using sfh_OMAP-L138.exe without a separate "generate AIS" step.  Why hasn't the omapl138_lcdk configuration been set up the same way?