-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix download image links for Arista and DNX images (#1461)
The supported devices list has invalid image links for: - Arista platforms which needs to download `sonic-aboot-*.swi` - Broadcom DNX platforms which needs a different image from XGS To address this issue some changes were made to `generate_sonic_image_links.sh` - a new entry for Intel based Arista platforms - `sonic-aboot-barefoot.swi` - new entries for Broadcom DNX based products - `sonic-broadcom-dnx.bin` - `sonic-aboot-broadcom-dnx.swi` Some changes were also necessary on the Supported Devices webpage. - a condition for Arista products to use the aboot based image - a condition for Jericho* and Qumran* to use the `-dnx` image
- Loading branch information
Showing
2 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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