Hi Experts,
I am new bee to Linux based compilation and had downloaded the SDK package 7.0 for AM335x linux.
Consider the folder is installed in /home/user/ti_sdk_7/
I tried to modify the code in /home/user/ti_sdk_7/board_support/linux_3.12_src/
Then i compile it with make command "make all" from the path /home/user/ti_sdk_7/
Then i updated the generated zImage file from /home/user/ti_sdk_7/board_support/linux_3.12_src/arch/arm/boot/zImage into the sdcard's boot partition.
But the changes doesn't takes place in the actual target validation. What could be the reason ?
Also I changed few configurations in /home/user/ti_sdk_7/arch/arm/configs/ti_am335x***.config file and compiled. That also not taken effect.