2009/5/18 elbert shiang <[email protected]> > Hi,all > > i am developing the dm355 evm now and i found a problem of rebuilding new > linux > kernel. > > when i use "make" command to build a new kernel, the message is as > follows: > > $ make ARCH=arm CROSS_COMPILE=arm_v5t_le- uImage > > i got following error message: > UIMAGE arch/arm/boot/uImage > "mkimage" command not found - U-Boot images will not be built > >
mkimage is built from U-Boot sources. Download and build U-Boot, then copy the resulting mkimage binary (IIRC it is will be located in <u-boot>/tools/mkimage) in your $PATH. Then your kernel build should succeed. > can you help me? > > how can i rebuild a new linux kernel? > > Regards, > Elbert > > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > >
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
