Skip to content

Commit

Permalink
[Build] Upgrade BFB build process to avoid default bfb and upgrade to…
Browse files Browse the repository at this point in the history
… 3.8.5 ver (#25)

Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com>
Co-authored-by: Vivek Reddy Karri <vkarri@nvidia.com>
  • Loading branch information
vivekrnv and vivekrnv committed Feb 8, 2022
1 parent 18ee2c6 commit 4e35412
Show file tree
Hide file tree
Showing 13 changed files with 502 additions and 237 deletions.
51 changes: 0 additions & 51 deletions bfb-mk-demo.sh

This file was deleted.

2 changes: 1 addition & 1 deletion build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ elif [[ $IMAGE_TYPE = s2s && $CONFIGURED_PLATFORM == nvidia-bluefield ]]; then
generate_s2s_installer_image_bluefield

elif [[ $IMAGE_TYPE == bfb && $CONFIGURED_PLATFORM == nvidia-bluefield ]]; then
sudo --preserve-env /sonic/installer/bluefield/create_sonic_bfb --sonic_version $IMAGE_VERSION
sudo --preserve-env /sonic/installer/bluefield/create_sonic_bfb --kernel $KVERSION
sudo chown $USER ./$OUTPUT_BFB_IMAGE

elif [[ $IMAGE_TYPE == pxe && $CONFIGURED_PLATFORM == nvidia-bluefield ]]; then
Expand Down
Loading

0 comments on commit 4e35412

Please sign in to comment.