Skip to content

Commit decb1ea

Browse files
oleksandrivantsivdprital
authored andcommitted
[Nvidia-Bluefield] Update SAI to SAIBuild0.0.48.0, FW to v48.0318 (#25168)
- Why I did it To include latest fixes and new functionality - How I did it SDK_VERSION_DPU 25.10-RC5 -> 26.1-RC1 FW_VERSION 47.1080 -> 48.0318 SAI_VERSION SAIBuild0.0.47.0 -> SAIBuild0.0.48.0 - How to verify it Build an image and run tests from "sonic-mgmt". Signed-off-by: Oleksandr Ivantsiv <oivantsiv@nvidia.com> Signed-off-by: dprital <drorp@nvidia.com>
1 parent b909107 commit decb1ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

platform/nvidia-bluefield/recipes/dpu-sai.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
DPU_SAI_VERSION = SAIBuild0.0.47.0
18+
DPU_SAI_VERSION = SAIBuild0.0.48.0
1919

2020
# Place here URL where SAI sources exist
2121
DPU_SAI_SOURCE_BASE_URL=

platform/nvidia-bluefield/recipes/fw.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DPU_NIC_FW_BASE_URL =
1919
DPU_NIC_FW_VERSION =
2020
BF3_FW_BASE_URL =
2121

22-
BF3_FW_VERSION = 47.1080
22+
BF3_FW_VERSION = 48.0318
2323

2424
BF3_FW_FILE = fw-BlueField-3-rel-32_$(subst .,_,$(BF3_FW_VERSION)).mfa
2525

platform/nvidia-bluefield/recipes/sdk.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SDK_BASE_PATH = $(PLATFORM_PATH)/sdk-src/sonic-bluefield-packages/bin
2020

2121
# Place here URL where SDK sources exist
2222
SDK_SOURCE_BASE_URL =
23-
SDK_VERSION = 25.10-RC5
23+
SDK_VERSION = 26.1-RC1
2424

2525
SDK_COLLECTX_URL = https://linux.mellanox.com/public/repo/doca/1.5.2/debian12/aarch64/
2626

0 commit comments

Comments
 (0)