Check-in [06e2a9b8d3]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:typo
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 06e2a9b8d32a10f9ab9ca1a96d053530b659efb8
User & Date: rmax 2018-06-13 17:09:55.961
Context
2018-06-25
12:44
Improve usage output; add link to home page; error out when no module was found. check-in: 05d1f6b526 user: rmax tags: trunk
2018-06-13
17:09
typo check-in: 06e2a9b8d3 user: rmax tags: trunk
17:07
  • Distinguish "largest size found" from "cannot detect size" in jq_flashdetect().
  • Improve readability of jq_flashsize()
check-in: 4be4e8a93f user: rmax tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to jq6500.c.
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
	   "Options:\n"
	   "  -d device   SCSI generic device or file to write to (default: autodetect)\n"
	   "  -r          raw mode: read/write flash contents to/from a single file\n"
	   "  -o offset   default: 0x40000\n"
	   "  -s size     default: 4096 for read and erase, file size for write\n"
	   "  -f          force operation (disables some sanity checks, use with care!)\n"
	   "  -v level    set the verbosity level (default: 1)\n"
	   "  -p          patch the detected size into config.ini of the given imag before flashing\n"
	   "  -q          be quiet\n"
	   "\n");
    
    exit(1);
}

int







|







131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
	   "Options:\n"
	   "  -d device   SCSI generic device or file to write to (default: autodetect)\n"
	   "  -r          raw mode: read/write flash contents to/from a single file\n"
	   "  -o offset   default: 0x40000\n"
	   "  -s size     default: 4096 for read and erase, file size for write\n"
	   "  -f          force operation (disables some sanity checks, use with care!)\n"
	   "  -v level    set the verbosity level (default: 1)\n"
	   "  -p          patch the detected size into config.ini of the given image before flashing\n"
	   "  -q          be quiet\n"
	   "\n");
    
    exit(1);
}

int