Installing Repo Package On Host Side - Nvidia BlueField DPU BSP v4.5.3 LTS Manual

Table of Contents

Advertisement

TaskProgress="50"
 
root@dpu:~# cat /tmp/gpu_images/progress.txt
TaskState="Running"
TaskStatus="OK"
TaskProgress="50"
 
root@dpu:~# cat /tmp/gpu_images/progress.txt
TaskState=Frimware update succeeded.
TaskStatus=OK
TaskProgress=100

Installing Repo Package on Host Side

Note
This section assumes that a BlueField DPU has already been installed
in a server according to the instructions detailed in the DPU's
hardware user guide.
The following procedure instructs users on upgrading DOCA local repo package for host.
Removing Previously Installed DOCA Runtime Packages
If an older DOCA software version is installed on your host, make sure to uninstall it
before proceeding with the installation of the new version:
Ubuntu
host# for f in $( dpkg --list | grep doca | awk '{print
$2}' ); do echo $f ; apt remove --purge $f -y ; done
NVIDIA BlueField DPU BSP v4.5.3 LTS
189

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the BlueField DPU BSP v4.5.3 LTS and is the answer not in the manual?

Table of Contents