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: |
06e2a9b8d32a10f9ab9ca1a96d053530 |
| 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 |
| |
Changes
Changes to jq6500.c.
| ︙ | ︙ | |||
131 132 133 134 135 136 137 | "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" | | | 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
|
| ︙ | ︙ |