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

Remove L500 #12002

Merged
merged 9 commits into from Jul 17, 2023
Merged

Remove L500 #12002

merged 9 commits into from Jul 17, 2023

Conversation

maloel
Copy link
Collaborator

@maloel maloel commented Jul 16, 2023

Tracked on [LRS-615]

@maloel
Copy link
Collaborator Author

maloel commented Jul 16, 2023

@maloel maloel marked this pull request as ready for review July 16, 2023 11:39
@maloel maloel requested a review from Nir-Az July 16, 2023 11:39
@Nir-Az
Copy link
Collaborator

Nir-Az commented Jul 16, 2023

Matching Win-Installer PR?

@maloel
Copy link
Collaborator Author

maloel commented Jul 16, 2023

Matching Win-Installer PR?

Nope. Build succeeded.

@@ -17,6 +15,13 @@

namespace librealsense
{
// We keep the L500 recovery identification to not confuse it with D400
Copy link
Collaborator

Choose a reason for hiding this comment

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

I vote to remove this too.
If I recall, the problem was that L515 With oud DFU on USB2 reported D400 recovery.
This mechanism protect flashing the D400 flash to it.
This is a very rare case and on this release we will even say we do not support L515..

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

But there is a chance that someone will brick their L515 in recovery mode.
If you're sure...

@@ -124,7 +123,6 @@ namespace librealsense
{
camera_mesh.push_back(load_model(uncompress_d415_obj));
camera_mesh.push_back(load_model(uncompress_d435_obj));
camera_mesh.push_back(load_model(uncompress_L515_obj));
Copy link
Collaborator

@Nir-Az Nir-Az Jul 16, 2023

Choose a reason for hiding this comment

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

On this file please also change this:

if (starts_with(dev_name, "Intel RealSense L5")) index = 2;
                if (starts_with(dev_name, "Intel RealSense D45")) index = 3;

to this:

    if (starts_with(dev_name, "Intel RealSense D45")) index = 2;

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Right, fixed.

Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

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

Great!

@maloel maloel merged commit 44ed854 into IntelRealSense:development Jul 17, 2023
17 checks passed
@maloel maloel deleted the nol500 branch July 17, 2023 09:15
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.

None yet

2 participants