Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Aug 6, 2023
1 parent 9ce7fde commit 5ddced1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ds/d400/d400-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace librealsense
{RS465_PID, "5.12.7.100" },
{RS416_RGB_PID, "5.8.15.0" },
{RS405_PID, "5.12.11.8" },
{RS455_PID, "5.12.7.100" },
{RS455_PID, "5.13.0.50" },
{RS457_PID, "5.13.1.1" }
};

Expand Down
6 changes: 5 additions & 1 deletion unit-tests/live/dfu/test-device-fw-compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# test:device D400*
# test:device SR300*

# Note, this test depends on files deployed on LibCI machines (Windows + Linux)!

import pyrealsense2 as rs
from rspy import test, libci
import os
Expand All @@ -13,9 +15,11 @@
d400_fw_min_version_1 = 'Signed_Image_UVC_5_8_15_0.bin'
d400_fw_min_version_2 = 'Signed_Image_UVC_5_12_7_100.bin'
d400_fw_min_version_3 = 'Signed_Image_UVC_5_12_12_100.bin'
d400_fw_min_version_4 = 'Signed_Image_UVC_5.13.0.50.bin'
d400_fw_min_version_1_prev = 'Signed_Image_UVC_5_8_14_0.bin'
d400_fw_min_version_2_prev = 'Signed_Image_UVC_5_12_6_0.bin'
d400_fw_min_version_3_prev = 'Signed_Image_UVC_5_12_11_0.bin'
d400_fw_min_version_4_prev = 'Signed_Image_UVC_5.12.15.150.bin'

l500_fw_min_version_valid = 'Signed_Image_UVC_1_5_1_3.bin'
l500_fw_min_version_invalid = 'Signed_Image_UVC_1_4_1_0.bin'
Expand Down Expand Up @@ -49,7 +53,7 @@
'0B4D': d400_fw_min_version_2, # D465
'0B52': d400_fw_min_version_1, # D416_RGB
'0B5B': d400_fw_min_version_3, # D405
'0B5C': d400_fw_min_version_2, # D455
'0B5C': d400_fw_min_version_4, # D455
# L500 product line:
'0B55': l500_fw_min_version_valid, # L500_RECOVERY
'0ADC': l500_fw_min_version_valid, # L500_USB2_RECOVERY_OLD
Expand Down

0 comments on commit 5ddced1

Please sign in to comment.