Lindsay Yuan 0e1d0ec5b2 LingYaoSNIC Release v3.0.6
Release v3.0.6 version of firmware/dpdk driver/kernel driver/debugtool
of LingYaoSNIC, which support running on EulerOS and NewStart_CGS_Linux.

Change-Id: I6f8f7a9303fc5d5168d425a848dfefffc44314d0
Signed-off-by: Lindsay Yuan <lindsay.yuan@jaguarmicro.com>
2025-03-17 10:57:37 +08:00

76 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 文件列表
## 驱动安装包含dpdk驱动及内核驱动
* cmcc-smartnic-zte-3.0.6-1_release.zncgsl6.x86_64.rpm
## 诊断工具安装包
* snic-host-3.0.6-1.zncgsl6.x86_64.rpm
## 固件安装包
* cmcc-fw-zte-3.0.6-1.zncgsl6.x86_64.rpm
# 升级安装操作步骤
1. 安装驱动
```
rpm -Uvh cmcc-smartnic-zte-3.0.6-1_release.zncgsl6.x86_64.rpm
```
2. 安装诊断工具
```
rpm -Uvh snic-host-3.0.6-1.zncgsl6.x86_64.rpm
```
3. 安装固件
```
rpm -Uvh cmcc-fw-zte-3.0.6-1.zncgsl6.x86_64.rpm
```
4. 执行固件升级脚本
```
/usr/bin/firmware_install.sh
```
终端未显示错误信息即表示升级成功。
5. 下电重启
6. 查看固件版本
1. 加载诊断工具内核模块
```
insmod /usr/share/jmnd/jmnd_dig.ko
```
2. 获取PF设备的BDF
```
lspci | grep 1f53:2c20
```
3. 查看固件版本号,参考如下执行过程:
```
# /usr/bin/jmnd_tool -D /dev/0000\:23\:00.0_jmndmem
jmnd>> csub
csub >> show currentver
BASE : 3.0.1 2025-02-25
ACC : 0.0.0
SCP : 3.0.1 2025-02-25
MCP : 3.0.1 2025-02-25
ATF : 3.0.1 2025-02-25
UEFI : 0.0.0
IMU LOADER : 3.0.1 2025-02-25
IMU VER : 3.0.1 2025-02-25
ACP : 0.0.0
MEP : 0.0.0
```