-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readme_edits #13220
readme_edits #13220
Conversation
tools/fw-update/readme.md
Outdated
An example for the expected output is: | ||
|
||
``` | ||
update to FW: Signed_Image_UVC_5_11_6_250.bin | ||
Update to FW: C:\Users\nzini\Downloads\d400_series_fw_5_15_1_0\Signed_Image_UVC_5_15_1_0.bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This return the whole path?
I see nzini :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missed it, now it's fixed :)
tools/fw-update/readme.md
Outdated
|
||
firmware update progress: 100[%] | ||
Firmware update progress: 0[%] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't we expected to finish with 100%?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was a bug, looks like the function compute_progress(..) was modified for d500-fw-update-device but the change caused d400-fw-update-devices progress to show 0% throughout the update.
I changed it so it would calculate the progress deferentially depends on the device.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch
Was this tested both on D400 & D500 devices?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes I tested on D555 and D435
Tracked on [RSDEV-2527]