Replies: 5 comments 5 replies
-
Hi Spandana, a C++ script for firmware update is at #7095 (comment) and a Python one is at #4416 (comment) |
Beta Was this translation helpful? Give feedback.
-
Is the firmware bin file located in the same folder as your Python program script, please? Does the firmware update script below give better results?
|
Beta Was this translation helpful? Give feedback.
-
I'm pleased to hear that the alternative firmware update script is consistently successful for you. If a camera is identified as 'Intel RealSense D4xx Recovery' then it indicates that a firmware update has failed and the camera has entered a recovery mode where it can be attempted to be restored to correct working order. If the -r flag is used in the rs-fw-update firmware update tool then it will look for cameras that are in recovery mode and try to apply a specified firmware version to it. For example:
|
Beta Was this translation helpful? Give feedback.
-
RealSense cameras can only have their firmware downgraded to an older version 20 times during the camera's lifetime before downgrade becomes permanently locked. You can then only upgrade to a version newer than the one that is currently installed in the camera. There is no way to reset the counter. This policy is described on page 104 of the current edition of the data sheet document for the 400 Series cameras. https://dev.intelrealsense.com/docs/intel-realsense-d400-series-product-family-datasheet |
Beta Was this translation helpful? Give feedback.
-
The documentation of the rs-fw-update tool states that it recovers all connected devices which are in recovery mode. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
@MartyG-RealSense could you please help me to update firmware of D435 & D415 camera by python script or c++ code since I want to update firmware of realsense cameras by own code.
Thanks,
Spandana.
Beta Was this translation helpful? Give feedback.
All reactions