Skip to content

Conversation

@xzl01
Copy link
Contributor

@xzl01 xzl01 commented Dec 23, 2025

Description of changes

@xzl01 xzl01 marked this pull request as ready for review December 23, 2025 03:57
@xzl01 xzl01 requested a review from a team as a code owner December 23, 2025 03:57
Copy link
Contributor

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 To request another review, post a new comment with "/windsurf-review".

Comment on lines 51 to 53
~`bash
sudo dpkg -i ./cix-noe-umd_0.01-1_arm64.deb
sudo dpkg -i ./cix-noe-umd_x.xxx-x_arm64.deb ./cix-npu-driver_x.x.x_arm64.deb # 需要对应具体文件名
~`~
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bash code block for installing UMD packages is incorrectly formatted with tilde characters. This will prevent proper rendering in the documentation. Consider using proper markdown code block formatting:

Suggested change
~`bash
sudo dpkg -i ./cix-noe-umd_0.01-1_arm64.deb
sudo dpkg -i ./cix-noe-umd_x.xxx-x_arm64.deb ./cix-npu-driver_x.x.x_arm64.deb # 需要对应具体文件名
~`~
```bash
sudo dpkg -i ./cix-noe-umd_x.xxx-x_arm64.deb ./cix-npu-driver_x.x.x_arm64.deb # 需要对应具体文件名

Comment on lines +49 to 52
The CIX P1 NPU SDK archive contains the NOE UMD packages `cix-noe-umd_xx_xx_arm64.deb` and `cix-npu-driver_x.x.x_arm64.deb`. Please copy these files to the Orion O6 / O6N device for installation.
~`bash
sudo dpkg -i ./cix-noe-umd_0.01-1_arm64.deb
sudo dpkg -i ./cix-noe-umd_x.xxx-x_arm64.deb ./cix-npu-driver_x.x.x_arm64.deb # replace with the actual file names
~`~
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a formatting issue with the code block for installing the NOE UMD packages. The tildes (~) are causing the code block to render incorrectly. Consider using proper markdown code block syntax:

Suggested change
The CIX P1 NPU SDK archive contains the NOE UMD packages `cix-noe-umd_xx_xx_arm64.deb` and `cix-npu-driver_x.x.x_arm64.deb`. Please copy these files to the Orion O6 / O6N device for installation.
~`bash
sudo dpkg -i ./cix-noe-umd_0.01-1_arm64.deb
sudo dpkg -i ./cix-noe-umd_x.xxx-x_arm64.deb ./cix-npu-driver_x.x.x_arm64.deb # replace with the actual file names
~`~
The CIX P1 NPU SDK archive contains the NOE UMD packages `cix-noe-umd_xx_xx_arm64.deb` and `cix-npu-driver_x.x.x_arm64.deb`. Please copy these files to the Orion O6 / O6N device for installation.
```bash
sudo dpkg -i ./cix-noe-umd_x.xxx-x_arm64.deb ./cix-npu-driver_x.x.x_arm64.deb # replace with the actual file names

@xzl01 xzl01 closed this Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant