-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not providing any user feedback during flashing is not very user friendly, in particular when, in some situations, it can take minutes to flash very large files. Introduce a progress bar for the flashing and patching steps to provide such feedback to the user, when stdout is determined to be a terminal of sufficient size (i.e. tools programmatically invoking qdl should see no difference). Signed-off-by: Bjorn Andersson <[email protected]>
- Loading branch information
1 parent
a0f9779
commit 8c32a74
Showing
5 changed files
with
107 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,8 @@ int main(int argc, char **argv) | |
return 1; | ||
} | ||
|
||
ux_init(); | ||
|
||
prog_mbn = argv[optind++]; | ||
|
||
do { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters