Dumps the content of entire flash to the specified file.
fl::dump [all | -range start_addr end_addr] -o <file>
-all
Dumps content of entire flash to the specified file.
-range <start_addr> <end_addr>
Sets the range of flash region to be dumped.
-t <type>
Sets the type of flash region to be dumped .
-o <file>
Dumps the flash to the specified file. This is mandatory.
dump -all -t "Binary/Raw Format" -o "myfile"
Dumps all flash or flash region from <start_addr> to <end_addr> to the file specified with -o argument.