Andy Green wrote: > Well it's not wrong, but what it was expecting you to do was copy the > mkimage file into /usr/local/bin or somesuch that is accessible from PATH.
... or adjust PATH, as I do in my "make the kernel" script [1]: #!/bin/sh -x PATH=$PATH:../u-boot/tools make ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- "$@" [1] http://svn.openmoko.org/developers/werner/bin/makek - Werner
