Skip to content

Conversation

ashrafk93
Copy link
Contributor

No description provided.

subprocess.run( cmd )
recovered = True

if 'jetson' in test.context:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure we want it here?
This is after the command

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is correct.
We usually need to modprobe d4xx after the recovery device has been burnt with bundle fw.
No need to do it before, since the device has already been found (as recovery device).

Do we want to add this command also in case the device has not been found at all (and jetson is in context)?
I think it can only help.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But bundle FW is signed FW.
We do it every night and never had to reload the driver.
Issues started with unsigned FW flow
Right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But every night, the device is not identified as recovery device.
So the update is triggerred below (see line 244)

@Nir-Az Nir-Az merged commit aa21b73 into IntelRealSense:development Jul 21, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants