[nvidia] Place FW binaries under platform directory instead of squashfs#90
Closed
stepanblyschak wants to merge 4 commits intomasterfrom
Closed
[nvidia] Place FW binaries under platform directory instead of squashfs#90stepanblyschak wants to merge 4 commits intomasterfrom
stepanblyschak wants to merge 4 commits intomasterfrom
Conversation
Upgrade from old image always requires squashfs mount to get the next image FW binary. This can be avoided if we put FW binary under platform directory which is easily accessible after installation: ``` admin@r-spider-05:~$ ls /host/image-fw-new-loc.0-dirty-20230208.193534/platform/fw-SPC.mfa /host/image-fw-new-loc.0-dirty-20230208.193534/platform/fw-SPC.mfa admin@r-spider-05:~$ ls -al /tmp/image-fw-new-loc.0-dirty-20230208.193534-fs/etc/mlnx/fw-SPC.mfa lrwxrwxrwx 1 root root 66 Feb 8 17:57 /tmp/image-fw-new-loc.0-dirty-20230208.193534-fs/etc/mlnx/fw-SPC.mfa -> /host/image-fw-new-loc.0-dirty-20230208.193534/platform/fw-SPC.mfa ``` Signed-off-by: Stepan Blyschak <[email protected]>
7d5794f to
2979f81
Compare
stepanblyschak
pushed a commit
that referenced
this pull request
Feb 13, 2023
[202012][sonic-linkmgrd] submodule update a2367d0 Jing Zhang Fri Jun 24 09:10:12 2022 -0700 Remove exception throwing when initializing missing loopback interface #90 sign-off: Jing Zhang [email protected]
Co-authored-by: Nazarii Hnydyn <[email protected]>
Signed-off-by: Stepan Blyschak <[email protected]>
nazariig
approved these changes
Feb 16, 2023
stepanblyschak
pushed a commit
that referenced
this pull request
Dec 2, 2024
…utomatically (sonic-net#20877) #### Why I did it src/sonic-host-services ``` * 89aead2 - (HEAD -> master, origin/master, origin/HEAD) DBUS API for Containerz.StopContainer (sonic-net#179) (5 hours ago) [Dawei Huang] * c15aebc - [cisco|express-boot]: Add support for cisco express boot in sonic-host-services (#90) (2 days ago) [jhli-cisco] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Aug 6, 2025
…ically (sonic-net#23472) #### Why I did it src/sonic-dash-ha ``` * 3d9b38f - (HEAD -> master, origin/master, origin/HEAD) Rename disable to disabled in ha_scope table (#93) (14 hours ago) [yue-fred-gao] * 01f9bf5 - Add semgrep static analysis tool to find security vulnerabilities. (#90) (25 hours ago) [Mai Bui] * 4121247 - Use vnet_name from DASH_HA_GLOBAL_CONFIG to create vnet route (#92) (30 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Sep 24, 2025
…e latest HEAD automatically (sonic-net#23931) #### Why I did it src/wpasupplicant/sonic-wpa-supplicant ``` * 31c1c8db1 - (HEAD -> master, origin/master, origin/HEAD) Changes in HOSTAPD to Support PAC (#90) (67 minutes ago) [Vijaya Kumar Abbaraju] * ed735fe67 - [CodeQL]: Failed CI on CodeQL (#98) (2 hours ago) [Ze Gan] * d22c2f48e - [action] Fix codeQL github action issue. (#96) (14 hours ago) [Liu Shilong] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade from old image always requires squashfs mount to get the next image FW binary. This can be avoided if we put FW binary under platform directory which is easily accessible after installation:
Signed-off-by: Stepan Blyschak [email protected]
Why I did it
202211 and above uses different squashfs compression type that 201911 kernel can not handle. Therefore, we avoid mounting squashfs altogather with this change.
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU.
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)