Skip to content

Commit aa22237

Browse files
oleksandrivantsivpull[bot]
authored andcommitted
[Nvidia-bluefield] Update SAI to SAIBuild0.0.36.0, SDK/FW to v24.10-RC2/v32.42.1000, BFSoC to 4.9.0 (#20565)
- Why I did it To include latest fixes and new functionality - How I did it SDK_VERSION 24.7-RC4 -> 24.10-RC2 FW_VERSION 32.41.1000 -> 32.42.1000 SAI_VERSION SAIBuild0.0.32.0 -> SAIBuild0.0.36.0 BFSOC_VERSION: 4.7.0 -> 4.9.0 - How to verify it Build an image and run tests from "sonic-mgmt".
1 parent fb4c0d0 commit aa22237

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

platform/nvidia-bluefield/recipes/bluefield-soc.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#
1717

1818
# Bluefied Software Distribution Version
19-
BFSOC_VERSION = 4.7.0
20-
BFSOC_REVISION = 13127
19+
BFSOC_VERSION = 4.9.0
20+
BFSOC_REVISION = 13347
2121
BFB_IMG_TYPE = prod
2222
BFSOC_BUILD_DATE =
2323

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

+1-1
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.32.0
18+
DPU_SAI_VERSION = SAIBuild0.0.36.0
1919

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

platform/nvidia-bluefield/recipes/fw.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
BF3_FW_BASE_URL =
1919

20-
BF3_FW_VERSION = 32.41.1000
20+
BF3_FW_VERSION = 32.42.1000
2121

2222
BF3_FW_FILE = fw-BlueField-3-rel-$(subst .,_,$(BF3_FW_VERSION)).mfa
2323

platform/nvidia-bluefield/recipes/sdk.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SDK_BASE_PATH = $(PLATFORM_PATH)/sdk-src/sonic-bluefield-packages/bin
1919

2020
# Place here URL where SDK sources exist
2121
SDK_SOURCE_BASE_URL =
22-
SDK_VERSION = 24.7-RC4
22+
SDK_VERSION = 24.10-RC2
2323

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

0 commit comments

Comments
 (0)