Here is procedure i followed
steps in buildingu-boot
1)make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- clean
2)rm -rf ./am43xx_evm
3)make CROSS_COMPILE=arm-linux-gnueabihf- O=am43xx_evm am43xx_evm_config all
steps in building zimage
1)make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- distclean
2)make menuconfig
3)make
copied u-boot.img and MLO to boot partition and rootfs to rootfs partition. and changed zimage and dtb file also did module install step also but on display nothis is diaplyed . and also got message as
[ 132.381204] NET: Registered protocol family 15
[ 132.561910] Initializing XFRM netlink socket
same dts file with same resolution is working fine with 04.02 sdk. then whats wrong with sdk06.03?
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
what it mean why it is coming?
please some one clarify these.
Thanking You