Man page - ao-dumpflash(1)
Packages contains this manual
- ao-test-baro(1)
- ao-test-flash(1)
- ao-send-telem(1)
- ao-reset-lpc(1)
- ao-elftohex(1)
- ao-telem(1)
- ao-dumpflash(1)
- ao-dbg(1)
- ao-bitbang(1)
- ao-rawload(1)
- ao-cal-accel(1)
- ao-ejection(1)
- ao-flash-stm32f0x(1)
- ao-flash-stm(1)
- ao-test-igniter(1)
- ao-list(1)
- ao-flash-samd21(1)
- altosui(1)
- ao-test-pressure(1)
- micropeak(1)
- ao-dump-up(1)
- ao-edit-telem(1)
- ao-load(1)
- ao-test-gps(1)
- ao-cal-freq(1)
- ao-usbload(1)
- ao-sky-flash(1)
- ao-usbtrng(1)
- ao-eeprom(1)
- ao-flash-stm32f1(1)
- ao-flash-lpc(1)
- ao-makebin(1)
- telegps(1)
apt-get install altos
Manual
AO-DUMPFLASH
NAMESYNOPSIS
OPTIONS
DESCRIPTION
USAGE
AUTHOR
NAME
ao-dumpflash - Fetch flash memory contents from AltOS device
SYNOPSIS
ao-dumpflash [--tty tty-device ] [--device altos-device ] [--output output-file ] [--remote ] [--frequency frequency] [--call callsign]
OPTIONS
-T tty-device | --tty tty-device
This selects which tty device ao-dumpflash uses to communicate with the target device.
-D AltOS-device | --device AltOS-device
Search for a connected device. This requires an argument of one of the following forms:
TeleMetrum:2
TeleMetrum
2
Leaving out the product name will cause the tool to select a suitable product, leaving out the serial number will cause the tool to match one of the available devices.
-o output-file | --output output-file
Write flash contents to the specified file rather than stdout.
-R | --remote
This uses the command radio link to download the flash from TeleMetrum through a TeleDongle.
-F frequency | --frequency frequency
Specifies the radio frequency to use for remote communications in kHz. Default is 434550.
-C callsign | --call callsign
Specifies the callsign to use for remote communications. Default is N0CALL.
DESCRIPTION
ao-dumpflash downloads the entire flash memory contents from a connected AltOS device and writes it to either stdout or the specified output file.
USAGE
ao-dumpflash connects to the specified target device and dumps the flash.
AUTHOR
Keith Packard