logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Keith Packard

                                                   ao-makebin                                         AO-LOAD(1)

Description

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

Name

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

Options

       --base=base-address
              This specifies the target address for the first byte of the file (default is 0)

       --output=output.bin
              This specifies the output file (default is stdout)

       --dfu  Creates a DFU file (as documented by ST's UM0391 user manual) instead of a raw binary file.

       --verbose
              Dumps some debug information.

Synopsis

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

See Also