Hi Experts,
I have downloaded and installed the Linux SDK for an AM335x EVM.
Consider the installation folder is at /ti_sdk_am335x/
When I give make all from the above path then the kernel is built with all sample applications.
Kindly suggest a simplest way to enable/disable certain kernel configurations and to build the image. Also in which place the zimage/uimage will be stored ?
I don't wanna disturb rest of the setups like MLO and Uboot. Only zimage needs to be altered.
When I try to navigate to the folder /ti_sdk_am335x/board-support/linux-source/ and cross compile it after make xconfig then it is again "restarting config" and prompting for various configuration inputs. As I am new to it I don't know all the dependent configurations and it leads to error during compilation.