-
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
Intel ResalSense D4xx Recovery #4744
Comments
Intel recently introduced a new, easier firmware upgrade system that includes a tool called rs-fw-update. This tool can do a recovery install on a camera with a failed firmware update. https://dev.intelrealsense.com/docs/firmware-update-tool Firmware files for use with the tool can be downloaded from the firmware releases page. https://dev.intelrealsense.com/docs/firmware-releases To quote: A camera/s might be in a recovery state, in such case listing the devices will output the following: connected devices:
In such case we can use the recovery flag and run: rs-fw-update -r -f Signed_Image_UVC_5_11_6_250.bin |
Also, there is an option in the RealSense Viewer on the Recovery Device to Update to Recommended Firmware (under the "hamburger" menu) |
Thank you guys! Especially, @dorodnic your solution solved my problem with just one click. |
Please provide a description of the problem
Hi guys,
I'm currently using Ubuntu 16.
I tried firmware upgrade of my RealSense D435 and it failed.
After that, in realsense-viewer, my device is shown as a ResalSense D4xx Recovery
How can I fix it???? I want to make the device back to the normal version "RealSense D435".
The text was updated successfully, but these errors were encountered: