Man page - ao-makebin(1)
Packages contas this manual
- ao-load(1)
- ao-list(1)
- ao-usbload(1)
- ao-cal-accel(1)
- ao-dbg(1)
- ao-edit-telem(1)
- ao-test-pressure(1)
- ao-cal-freq(1)
- ao-eeprom(1)
- ao-test-baro(1)
- ao-test-igniter(1)
- ao-send-telem(1)
- ao-flash-stm32f0x(1)
- ao-flash-lpc(1)
- ao-reset-lpc(1)
- ao-dump-up(1)
- ao-flash-stm(1)
- ao-bitbang(1)
- telegps(1)
- micropeak(1)
- ao-elftohex(1)
- ao-telem(1)
- ao-test-gps(1)
- ao-makebin(1)
- ao-dumpflash(1)
- ao-flash-samd21(1)
- ao-usbtrng(1)
- ao-rawload(1)
- ao-sky-flash(1)
- altosui(1)
- ao-test-flash(1)
- ao-ejection(1)
- ao-flash-stm32f1(1)
Package: altos
apt-get install altos
apt-get install altos
Manuals in package:
Documentations in package:
Manual
| 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
- --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.
AUTHOR
Keith Packard
| ao-makebin |