Rate This Document
Findability
Accuracy
Completeness
Readability

Upgrading the NVMe Firmware Version

Before deploying a Kbox container, check the NVMe firmware version by checking whether the codec card is correctly identified by the NVMe driver. If the version is earlier than that provided in this section, upgrade the firmware.

  1. Check whether the codec card is correctly identified by the NVMe driver.
    1
    nvme list
    

    If the following information is displayed, the codec card is correctly identified. The command output is only an example.

    1
    2
    3
    4
    Node          SN                   Model            Namespace Usage                    Format           FW Rev
    ------------- -------------------- ---------------- --------- ------------------------ ---------------- --------
    /dev/nvme0n1  Q2A325A11DC082-0454A QuadraT2A        1         8.59  TB /   8.59  TB    4 KiB +  0 B     4866rKr1
    /dev/nvme1n1  Q2A325A11DC082-0454B QuadraT2A        1         8.59  TB /   8.59  TB    4 KiB +  0 B     4866rKr1
    

    If the firmware version (the FW Rev column) is earlier than 4866rKr1, refer to the following steps to upgrade the encoding card firmware.

  2. Optional: Obtain the Quadra_FW_V4.8.6_RC1.tar.gz package and upgrade the firmware.
    1
    2
    3
    4
    tar -zxvf Quadra_FW_V4.8.6_RC1.tar.gz
    cd Quadra_FW_V4.8.6_RC1/
    chmod +x quadra_auto_upgrade.sh
    ./quadra_auto_upgrade.sh
    

    The upgrade takes about 1 minute.

  3. Optional: After the upgrade is complete, reboot the system for the upgrade to take effect.
    1
    reboot