Scroll to navigation

AO-LOAD(1) General Commands Manual AO-LOAD(1)

NAME

ao-makebin - construct raw binary file or DFU image from collection of ELF files

SYNOPSIS

ao-makebin [--base=base-address] [--output=output.bin] [--dfu] [--verbose] input.elf ...

DESCRIPTION

ao-makebin reads the specified .elf files and writes out a raw binary flash image

OPTIONS

This specifies the target address for the first byte of the file (default is 0)
This specifies the output file (default is stdout)
Creates a DFU file (as documented by ST's UM0391 user manual) instead of a raw binary file.
Dumps some debug information.

AUTHOR

Keith Packard

ao-makebin