Hi,
I had built the kernel it was running fine. I then changed a value in a driver file (keypad driver) I simply changed a value from 1 to 0.
ARCH and CROSS_COMPILE are set as environment variables.
I then returned to the top of the kernel tree and typed "make".
uImage did not update so I typed "make uImage".
I then booted by loading this kernel via TFTP. The file uncompresses but it hangs after that point.
I reviewed the PSP instructions for building the kernel it suggests a make distclean/make *_defconfig/make process.
Is it not possible to make changes and have it build and link with just the new changes or must the entire kernel be rebuilt from scratch as described in the PSP instructions?
Thanks,
Ken
PSP 4.2.0.7
AM3517 EVM