Bug 978 - Firmware/bitstream loading should have progress bars
Summary: Firmware/bitstream loading should have progress bars
Status: CONFIRMED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-11 11:12 CEST by Uwe Hermann
Modified: 2017-06-11 11:14 CEST (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2017-06-11 11:12:52 CEST
There's now a progress bar for driver scans, but this doesn't include some of the firmware/bistream upload steps, possibly because they don't happen at scan-time.

PV should probably also have progress bars for device opening and acquisition start if it takes longer than a certain amount of time.
Comment 1 Soeren Apel 2017-06-11 11:14:28 CEST
Indeed but there's no libsigrok API for this, so it's either "done" or "not done yet", meaning that there can't be an indication of progress as such.