Skip to content

Commit

Permalink
PR #11166 from Eran: update D4xx FW to 5.14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Dec 5, 2022
2 parents 284bcf2 + 731cc47 commit 23b0904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/fw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(REALSENSE_FIRMWARE_URL "https://librealsense.intel.com" CACHE STRING
string(REGEX MATCH "D4XX_RECOMMENDED_FIRMWARE_VERSION \"([0-9]+.[0-9]+.[0-9]+.[0-9]+)\"" _ ${ver})
set(D4XX_FW_VERSION ${CMAKE_MATCH_1})
message(STATUS "D4XX_FW_VERSION: ${D4XX_FW_VERSION}")
set(D4XX_FW_SHA1 d5502ba0c51a9994caca72123ce19735bbbbbf97)
set(D4XX_FW_SHA1 8dc3b8a0b9fdf03410c15b30e04f57701985064a)
set(D4XX_FW_URL "${REALSENSE_FIRMWARE_URL}/Releases/RS4xx/FW")


Expand Down
4 changes: 2 additions & 2 deletions common/fw/firmware-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#pragma once

#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.13.0.50"
#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.14.0.0"
#define SR3XX_RECOMMENDED_FIRMWARE_VERSION "3.26.1.0"
#define T26X_FIRMWARE_VERSION "0.2.0.951"
#define L51X_RECOMMENDED_FIRMWARE_VERSION "1.5.8.1"
#define L53X_RECOMMENDED_FIRMWARE_VERSION "3.5.5.1"
#define L53X_RECOMMENDED_FIRMWARE_VERSION "3.5.5.1"

0 comments on commit 23b0904

Please sign in to comment.