Skip to content

Commit

Permalink
[Nvidia-bluefield] Update SAI to SAIBuild0.0.36.0, SDK/FW to v24.10-R…
Browse files Browse the repository at this point in the history
…C2/v32.42.1000, BFSoC to 4.9.0 (sonic-net#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".
  • Loading branch information
oleksandrivantsiv authored and KAVITHA RAMALINGAM committed Nov 15, 2024
1 parent f2c9865 commit a557c83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions platform/nvidia-bluefield/recipes/bluefield-soc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#

# Bluefied Software Distribution Version
BFSOC_VERSION = 4.7.0
BFSOC_REVISION = 13127
BFSOC_VERSION = 4.9.0
BFSOC_REVISION = 13347
BFB_IMG_TYPE = prod
BFSOC_BUILD_DATE =

Expand Down
2 changes: 1 addition & 1 deletion platform/nvidia-bluefield/recipes/dpu-sai.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

DPU_SAI_VERSION = SAIBuild0.0.32.0
DPU_SAI_VERSION = SAIBuild0.0.36.0

# Place here URL where SAI sources exist
DPU_SAI_SOURCE_BASE_URL=
Expand Down
2 changes: 1 addition & 1 deletion platform/nvidia-bluefield/recipes/fw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

BF3_FW_BASE_URL =

BF3_FW_VERSION = 32.41.1000
BF3_FW_VERSION = 32.42.1000

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

Expand Down
2 changes: 1 addition & 1 deletion platform/nvidia-bluefield/recipes/sdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SDK_BASE_PATH = $(PLATFORM_PATH)/sdk-src/sonic-bluefield-packages/bin

# Place here URL where SDK sources exist
SDK_SOURCE_BASE_URL =
SDK_VERSION = 24.7-RC4
SDK_VERSION = 24.10-RC2

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

Expand Down

0 comments on commit a557c83

Please sign in to comment.