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

Block fw update to pre minimal versions using LRS API #13583

Conversation

noacoohen
Copy link
Contributor

Tracked by RSDSO-19583

@noacoohen noacoohen requested a review from Nir-Az December 8, 2024 14:16
@@ -3583,6 +3587,10 @@ void rs2_update_firmware_unsigned(const rs2_device* device, const void* image, i

std::vector<uint8_t> buffer((uint8_t*)image, (uint8_t*)image + image_size);

if(!fwud->check_fw_compatibility( buffer ))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did you verify that an unsigned image does contain the version in the image?

@noacoohen noacoohen closed this Dec 22, 2024
@noacoohen noacoohen deleted the block_FW_updating_to_pre_minimal_versions_using_LRS_API branch December 22, 2024 12:53
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