[U-Boot] [PATCH] doc: README.mxsimage: Use mkimage provided by U-boot

Fabio Estevam festevam at gmail.com
Sun Sep 15 18:50:19 CEST 2013


Hi Marek,

On Sun, Sep 15, 2013 at 1:45 PM, Marek Vasut <marex at denx.de> wrote:

> Tom, are you OK with such a hack (invoking the in-tree mkimage) in the
> documentation?

This seems to be a common practice in the U-boot doc directory:

doc/README.imximage:./tools/mkimage -l <mx u-boot_file>
doc/README.imximage:./tools/mkimage -T imximage \
doc/README.imximage:./tools/mkimage -n ./board/freescale/mx51evk/imximage.cfg \
doc/README.kwbimage:./tools/mkimage -l <kwboot_file>
doc/README.kwbimage:./tools/mkimage -n <board specific configuration file> \
doc/README.kwbimage:./tools/mkimage -n ./board/Marvell/openrd_base/kwbimage.cfg
doc/README.mxsimage: ./tools/mkimage -A arm -O u-boot -T mxsimage -n <path to co
doc/README.mxsimage: ./tools/mkimage -l <input bootstream file>
doc/README.qemu-mips:# tools/mkimage -A mips -O linux -T kernel -C gzip -a 0x800
doc/README.ublimage:./tools/mkimage -l <u-boot_file>
doc/README.ublimage:./tools/mkimage -T ublimage \
doc/README.ublimage:./tools/mkimage -n ./board/davinci/dm365evm/ublimage.cfg \
doc/SPL/README.am335x-network:$ ./tools/mkimage -A arm -O U-Boot -C none -T scri

Regards,

Fabio Estevam


More information about the U-Boot mailing list