Skip to content

reload driver after recovery for d457 - #14143

Merged
Nir-Az merged 3 commits into
realsenseai:developmentfrom
ashrafk93:jetson_recovery_driver
Jul 21, 2025
Merged

reload driver after recovery for d457#14143
Nir-Az merged 3 commits into
realsenseai:developmentfrom
ashrafk93:jetson_recovery_driver

Conversation

@ashrafk93

Copy link
Copy Markdown
Collaborator

No description provided.

subprocess.run( cmd )
recovered = True

if 'jetson' in test.context:

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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 realsenseai:development Jul 21, 2025
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