Bulid Linux Kernel
Enter Kernel path, and uzip the source:
$ cd <WORKDIR>/Kernel
$ tar -xvjf linux-3.2.0-psp04.06.00.08.sdk.tar.bz2
$ cd linux-3.2.0-psp04.06.00.08.sdk
Start make:
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- distclean
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- \
myd_am335x_j_defconfig
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage
After make, the File “uImage” will find in the ”arch/arm/boot”.