Skip to content

Commit

Permalink
[SAI 11] [Arista] Update phy-credo.mk (sonic-net#19958)
Browse files Browse the repository at this point in the history
it's needed for Arista CW2 linecard for SAI11.

There is system side mechanism in phy-credo.py to work around the links down issue on CW2 linecard.
This PR is changing $(PHY_CREDO)_URL to point to phy-credo_1.0_amd64.deb that is already merged with the fix in aristanetworks/sonic-firmware#2

Verified links are all up with credo debian update, without this change, 1 portchannel is down on Arista CL2 LC.
  • Loading branch information
wenyiz2021 authored and mssonicbld committed Aug 21, 2024
1 parent 05c9c46 commit d004a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/phy-credo.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PHY_CREDO = phy-credo_1.0_amd64.deb
$(PHY_CREDO)_URL = "https://github.com/aristanetworks/sonic-firmware/raw/9e34da2a2d2d1e7e972cda3064b7b73c0558b322/phy/phy-credo_1.0_amd64.deb"
$(PHY_CREDO)_URL = "https://github.com/aristanetworks/sonic-firmware/raw/24716c4e03f223d8e18afff786ac427f6ac77fe0/phy/phy-credo_1.0_amd64.deb"
SONIC_ONLINE_DEBS += $(PHY_CREDO)

0 comments on commit d004a49

Please sign in to comment.