Skip to content

Commit e0cb42b

Browse files
author
Randall Zhuo
committed
Update RK1808/RV1109/RV1126 NPU Driver to 1.7.5
Signed-off-by: Randall Zhuo <[email protected]>
1 parent 7980646 commit e0cb42b

File tree

137 files changed

+1269
-1750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+1269
-1750
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ drivers/
8080
[ 2] Failed to open device: No such file or directory, Try again...
8181
```
8282
83-
遇到这种情况需要联系开发团队解决。
83+
遇到这种情况需要联系开发团队解决。
8484
85+
更新驱动后,如果使用在线预编译功能,遇到模型初始化完后卡主,或者导出的预编译模型只有2K大小的情况,请确认板端/usr/lib/npu/rknn/memory_profile文件是否有可执行权限,如果没有,请通过chmod +x命令为该文件添加可执行权限。如果该文件有可执行权限,仍出现上述问题,请联系开发团队解决。
8586
8687
8788
### NPU full driver与mini driver的区别
@@ -105,27 +106,27 @@ drivers/
105106
- 更新RK1808的驱动:
106107
107108
```
108-
adb push drivers/linux-aarch64/ /
109+
adb push drivers/linux-aarch64/* /
109110
adb push drivers/npu_ko/galcore.ko /lib/modules/galcore.ko
110111
```
111112
112113
- 更新RK1808 mini driver:
113114
114115
```
115-
adb push drivers/linux-aarch64-mini/ /
116+
adb push drivers/linux-aarch64-mini/* /
116117
adb push drivers/npu_ko/galcore.ko /lib/modules/galcore.ko
117118
```
118119
- 更新RV1109/RV1126的驱动:
119120
120121
```
121-
adb push drivers/linux-armhf-puma/ /
122+
adb push drivers/linux-armhf-puma/* /
122123
adb push drivers/npu_ko/galcore_puma.ko /lib/modules/galcore.ko
123124
```
124125
125126
- 更新RV1109/RV1126 mini driver:
126127
127128
```
128-
adb push drivers/linux-armhf-puma-mini/ /
129+
adb push drivers/linux-armhf-puma-mini/* /
129130
adb push drivers/npu_ko/galcore_puma.ko /lib/modules/galcore.ko
130131
```
131132
0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOpenVX.so.1
1+
libOpenVX.so.1.2
128 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
16.8 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOpenCL.so.1
1+
libOpenCL.so.1.2
0 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOpenVX.so.1
1+
libOpenVX.so.1.2
128 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
8.78 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOpenVX.so.1
1+
libOpenVX.so.1.2
Binary file not shown.
0 Bytes
Binary file not shown.
1000 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libOpenVX.so.1
1+
libOpenVX.so.1.2

0 commit comments

Comments
 (0)