标题: Init runtime environment [打印本页] 作者: 一只浩浩浩文呐 时间: 2022-1-15 23:36 标题: Init runtime environment 在根据https://dev.t-firefly.com/thread-104204-1-4.html这个帖子搭建环境时
跑example报错
example是:
cd rknn-toolkit-lite-v1.7.0.dev_0cfb22/examples-lite/inference_with_lite
python3 test.py 作者: 一只浩浩浩文呐 时间: 2022-1-16 15:04
--> Init runtime environment
[ 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(1086): FATAL: Failed to open device, errno=No such file or directory.
报错如上作者: daijh223 时间: 2022-1-17 09:18
Failed to open 一般都是没有权限,请切换到 root 运行,或者 chmod 777 /dev/galcore