error while booting the kernel form beaglebone black!!!![Error: unrecognized/unsupported machine ID]

hello,
i’m creating a kernel image for beaglebone black,while processing i faced the following issue.
i referred the following links to create uImage-BBB
http://elinux.org/Building_BBB_Kernel#Downloading_and_building_the_Linux_Kernel

http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel

while use this link i stuck with creating uImage-dtb.am335x-boneblack image



make ARCH=arm CROSS_COMPILE=arm-linux-gnu- uImage-dtb.am335x-boneblack


after a series of discussing with google groups i found 1 more useful link to create uImage for beagle bone black
https://groups.google.com/forum/#!category-topic/beagleboard/beaglebone-black/mShGQ3dfI08

from the google-group guidelines i was able to create the uImage-BBB successfully but not able to run the kernel with my board
here the procedure i followed to create a kernel image and error log report for your understanding

procedures i used :