Skip to content

Remove L500 - #12002

Merged
maloel merged 9 commits into
realsenseai:developmentfrom
maloel:nol500
Jul 17, 2023
Merged

Remove L500#12002
maloel merged 9 commits into
realsenseai:developmentfrom
maloel:nol500

Conversation

@maloel

@maloel maloel commented Jul 16, 2023

Copy link
Copy Markdown
Contributor

Tracked on [LRS-615]

@maloel

maloel commented Jul 16, 2023

Copy link
Copy Markdown
Contributor Author

@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

Nir-Az commented Jul 16, 2023

Copy link
Copy Markdown
Collaborator

Matching Win-Installer PR?

@maloel

maloel commented Jul 16, 2023

Copy link
Copy Markdown
Contributor Author

Matching Win-Installer PR?

Nope. Build succeeded.

Comment thread src/fw-update/fw-update-factory.cpp Outdated

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

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.

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
Copy Markdown
Contributor 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...

Comment thread src/gl/camera-shader.cpp
{
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));

@Nir-Az Nir-Az Jul 16, 2023

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.

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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Right, fixed.

@Nir-Az Nir-Az left a comment

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.

Great!

@maloel
maloel merged commit 44ed854 into realsenseai:development Jul 17, 2023
@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.

2 participants