../u-boot/tools/mkimage in place of mkimage

Werner Almesberger werner at openmoko.org
Mon Dec 8 13:15:51 CET 2008


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



More information about the openmoko-kernel mailing list