Skip to content
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

The blob #12661

Merged
merged 14 commits into from
Feb 26, 2024
Merged

The blob #12661

merged 14 commits into from
Feb 26, 2024

Conversation

maloel
Copy link
Collaborator

@maloel maloel commented Feb 14, 2024

Initial support for DFU on DDS

  • Tested only in rs-fw-update, via dds-adapter

Details:

  • changed operator<() for rs2::device to use the fw-update-id (didn't work on recovery devices)
  • device-proxy implements both updatable and update_device
  • rs2_check_firmware_compatibility now works on either recovery or non-recovery devices
  • dds-adapter works with recovery devices now, tracked on [LRS-869]

Still not done!

@maloel maloel requested a review from OhadMeir February 14, 2024 08:46
// License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2023 Intel Corporation. All Rights Reserved.

module udds
Copy link
Contributor

Choose a reason for hiding this comment

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

What is udds? For other topics we used raw namespace.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's the topic they had built in. We can talk about it.

{
// For SW-only devices, allow some time for DDS devices to connect
int tries = 3;
std::cout << "No device detected. Waiting..." << std::flush;
Copy link
Contributor

Choose a reason for hiding this comment

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

Some devices can already be detected. "Waiting for remote devices" might be better

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OK, will change.

Copy link
Contributor

@OhadMeir OhadMeir left a comment

Choose a reason for hiding this comment

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

Approved, waiting next PRs that will handle the comments and also validate updating FW using the viewer.

@maloel maloel merged commit ca0ed9e into IntelRealSense:development Feb 26, 2024
17 checks passed
@maloel maloel deleted the the-blob branch February 26, 2024 19:00
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.

2 participants