To load an image you have copied to the DSC, do the following on the DSC:
- Synchronize data on disk with
memory:
# sync
- Set the copied image as the boot
image:
# sysupdate.sh -p /data/dsc_fw_elba_.tar
- Restart the
DSC:
# sysreset.sh
The DSC comes up with the new firmware loaded.
- Get the details of the loaded firmware and confirm that the
version number and build time are as
expected:
# pdsctl show version Firmware Version : <version_number> Pipeline : rudra P4 Program : flow_offload Build Time : <build_time>
Note: You can also use the table access tools (p4ctl
or, if one of the reference pipelines had been used to create the image,pdsctl
) to verify that the correct software is executed.