blob: ac1ef28887e522ada332d4720d7bba72053e6187 [file] [log] [blame]
SWDConsole.exe is a windows commandline tool which is used to automatically Software Download to board
SWDConsole supports two download mode, blf download mode and fbf download mode
for blf download mode: input blf file for commandline option <-f>
for fbf download mode: input fbf download package from commandline option <-d>, please use MakeDownloadPackage tool to create
the download package firstly.
command line option:
<-f> input blf file name
<-d> input fbf download package
<-n> max download device number
<-t> download timeout time,unit is second
for blf download mode:
Usage: SWDConsole -f BLF_filename [-n multidownload_device_numbers] [-t timeout(seconds)]
for fbf download mode:
Usage: SWDConsole -d fbf_download_package [-n multidownload_device_numbers] [-t timeout(seconds)]