Skip to content

Commit a88f1b2

Browse files
oleksandrivantsivlguohan
authored andcommitted
[mellanox]: Update FW to overcome issue with base MAC address. (#845)
1 parent 2a4f6fe commit a88f1b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

platform/mellanox/docker-syncd-mlnx/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ debs/{{ deb }}{{' '}}
2020

2121
COPY ["start.sh", "mlnx-fw-upgrade.sh", "/usr/bin/"]
2222
COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]
23-
COPY ["/debs/fw-SPC-rel-13_1400_0122-EVB.mfa", "/etc/mlnx/"]
23+
COPY ["/debs/fw-SPC-rel-13_1400_0126-EVB.mfa", "/etc/mlnx/"]
2424

2525
## Clean up
2626
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y

platform/mellanox/docker-syncd-mlnx/mlnx-fw-upgrade.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
query_retry_count_max="10"
4-
required_fw_version="13.1400.0122"
5-
fw_file=/etc/mlnx/fw-SPC-rel-13_1400_0122-EVB.mfa
4+
required_fw_version="13.1400.0126"
5+
fw_file=/etc/mlnx/fw-SPC-rel-13_1400_0126-EVB.mfa
66

77
run_or_fail() {
88
$1

platform/mellanox/fw.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mellanox firmware
22

3-
MLNX_FW = fw-SPC-rel-13_1400_0122-EVB.mfa
3+
MLNX_FW = fw-SPC-rel-13_1400_0126-EVB.mfa
44
$(MLNX_FW)_URL = $(MLNX_SDK_BASE_URL)/$(MLNX_FW)
55
SONIC_ONLINE_FILES += $(MLNX_FW)

0 commit comments

Comments
 (0)