Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Nvidia-bluefield] Update SAI to SAIBuild0.0.36.0, SDK/FW to v24.10-RC2/v32.42.1000, BFSoC to 4.9.0 #20565

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading