Compiling uImage

Hello,

I have compiled the source (2.6_kernel_revb-v2.tar.gz) typing:

      make CROSS_COMPILE=arm-none-linux-gnueabi-
omap3_beagle_defconfig
      make CROSS_COMPILE=arm-none-linux-gnueabi- uImage

in the end of the compilation, it wasn't generate the file uImage,
just Image. Does it the same?

ls
.Image.cmd .gitignore .uImage.cmd .zImage.cmd Image Makefile
bootp compressed install.sh zImage

-rwxr-xr-x 1 root root 3.8M Nov 4 15:01 Image

Thanks,
João Paulo

What says
which mkimage
?

R.

I have just compiled the u-boot and export the mkimage. It's working
now!

thanks!