I'll be adding some devices via the expansion headers for the LCDK. For those devices, I'll need to do some driver development. But first, I want to build the linux kernel and verify it matches what was shipped.
The OMAP_L138 LCDK Linux Software Developer's Guide suggests:
... make da8xx_omapl_defconfig
... make menuconfig
... Then change the configuration to match the board. However there is no hint on which of the >1000 options need to be changed.
Just trying the da8xx_omapl_defconfig options yields a kernel that won't run on this board. No surprise, since this isn't a da8xx!
Could you provide the .config file showing the options used when building the kernel shipped with the OMAP_L138 LCDK?
--Dave