Hi,all
On dm355 EVM ,I meet with one question:
I download files(include:dvsdk_setuplinux_1_30_00_40;mvl_4_0_1_demo_lsp_setuplinux_01_20_00_014;NAND_programmer.out;ublDM355-nand;u-boot-1.2.0-dm355_evm;mvl_4_0_1_demo_target_setuplinux;mvl_4_0_1_demo_sys_setuplinux) from https://myportal.ti.com/portal/dt?lt=myti&provider=TIPassLoginSingleContainer&lang=cn<=myti&URI=https%3A%2F%2Ffocus.ti.com%3A443%2Fcn%2Fmyti%2Fdocs%2Fphp.tsp%3FsectionId%3D400
install files on the PC
enter dir:/opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti_davinci
#cp arch/arm/configs/davinci_dm355_evm_deconfig .config
#make distclean
#make menuconfig
#make uImage
........
on the screeen it displays the follow message:
.........................
CHK include/linux/compile.h
CHK usr/initramfs_list
Kernel arch/arm/boot/Image is ready
Kernel arch/arm/boot/zImage is ready
UIMAGE: arch/arm/boot/uImage
"mkimage" command not found---U-BOOT images will not be build
Image arch/arm/boot/uImage is ready
#
whether you tell me that how to do it about uImage?Thank you!