| 
 | 
板凳
 
 楼主 |
发表于 2021-9-28 12:50:13
|
只看该作者
 
 
 
 
还有个问题,我按照        TB-RV1126Ds开发板rknn教程 来一步步来,最后到 
7 测试demo: 
python demo: 
python3 /vendor/etc/model/test.py 
 
C demo: 
run_rv1109_rv1126.sh 
 
执行这两个后得到的数据是: 
 
toybrick@debian10:/vendor/etc/model$ python3 /vendor/etc/model/test.py 
--> list devices: 
************************* 
None devices connected. 
************************* 
done 
--> query support target platform 
************************************************** 
Target platforms filled in RKNN model:         ['RV1109'] 
Target platforms supported by this RKNN model: ['RV1109', 'RK1109', 'RV1126', 'RK1126'] 
************************************************** 
done 
--> Load RKNN model 
done 
--> Init runtime environment 
librknn_runtime version 1.7.0 (0bef7b3 build: 2021-08-18 19:55:01 base: 1131) 
[     1] Failed to open device: No such file or directory, Try again... 
[     2] Failed to open device: No such file or directory, Try again... 
[     3] Failed to open device: No such file or directory, Try again... 
[     4] Failed to open device: No such file or directory, Try again... 
[     5] _OpenDevice(1091): FATAL: Failed to open device, errno=No such file or directory. 
toybrick@debian10:/vendor/etc/model$ run_rv1109_rv1126.sh 
librknn_runtime version 1.7.0 (0bef7b3 build: 2021-08-18 19:55:01 base: 1131) 
[     1] Failed to open device: No such file or directory, Try again... 
[     2] Failed to open device: No such file or directory, Try again... 
[     3] Failed to open device: No such file or directory, Try again... 
[     4] Failed to open device: No such file or directory, Try again... 
[     5] _OpenDevice(1091): FATAL: Failed to open device, errno=No such file or directory. 
toybrick@debian10:/vendor/etc/model$ sudo run_rv1109_rv1126.sh 
librknn_runtime version 1.7.0 (0bef7b3 build: 2021-08-18 19:55:01 base: 1131) 
[     1] Failed to open device: No such file or directory, Try again... 
[     2] Failed to open device: No such file or directory, Try again... 
[     3] Failed to open device: No such file or directory, Try again... 
[     4] Failed to open device: No such file or directory, Try again... 
[     5] _OpenDevice(1091): FATAL: Failed to open device, errno=No such file or directory. 
 
这个是怎么回事?是我什么地方配置不对?为此我专门刷了一下最近的固件,还是这样,该从那里解决这个问题 |   
 
 
 
 |