Broadcom Niccli install and FW update
Preparation
Host Requirements
How to install Broadcom Niccli and update FW
# Untar the NIC driver pkg downloaded from the Broadcom website and go to the niccli folder to compile sliff and niccli
cd bcm_229.1.123.0b/niccli/sliff
sudo dpkg -i sliff-dkms_229.0.150.0_all.deb
# if you do not get dpkg tool
# please use following command:
sudo apt update
sudo apt install dpkg
sudo apt --fix-broken install
# after you installed sliff, please go to the other folder to install niccli
cd bcm_229.1.123.0b/niccli/Linux_x86_64/
sudo dpkg -i niccli_229.0.150.0-1_x86_64.deb
# and then you can call "niccli" tool if the installation is successfull!


FAQ
PreviousSteps to burn MAC, FW and do loopback testNextNiccli introduction, device temperature check and support_rdma feature turn on
Last updated