This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

update kernel and filesystem on dm355 EVM

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&lt=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!

  • Do you have access to the Getting Started Guide (SPRUF73A.pdf); the steps for bulding the kernel are slightly different and require you prdefine the PATH to the tool chain.

    make ARCH=arm CROSS_COMPILE=arm_v5t_le- davinci_dm355_evm_defconfig
    make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage