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

[device] Misc fixes for Arista platforms #1844

Merged
merged 3 commits into from
Jul 5, 2018

Commits on Jul 5, 2018

  1. Update sensors.conf for 7050QX-32 and 7050QX-32S

    These two platforms were using a previous version of a kernel driver.
    The new one names the i2c buses differently.
    We therefore need to rename them here.
    Staphylo committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    df78ed7 View commit details
    Browse the repository at this point in the history
  2. Fix the default minigraph for the 7050QX-32S

    The interface offset is invalid which makes sonic-cfggen generate an
    invalid config_db.jon in rc.local.
    This config then silently makes orchagent/syncd fail.
    Staphylo committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    a0dcef4 View commit details
    Browse the repository at this point in the history
  3. Use the partition on which sonic-aboot.swi is

    Instead of always assuming /mnt/flash, use the partition where the image
    to be installed lies.
    This allow for the image to be on any partition.
    Staphylo committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ed9bcf5 View commit details
    Browse the repository at this point in the history