|
参照doc/Rockchip_Quick_Start_RKNN_Toolkit_V1.7.1_CN.pdf文档以及rknn-toolkit-v1.7.1/platform-tools/update_rk_usb_rule/linux/README.txt操作完后,重启电脑
然后执行 adb devices
```shell
List of devices attached
TM018083200388113 device
```
然后再执行`examples/tflite/mobilenet_v1/test.py`
遇到
```text
--> Init runtime environment
* daemon not running; starting now at tcp:5037
* daemon started successfully
error: device 'TM018083200388113' not found
E Connect to Device Failure (-1)
E Catch exception when init runtime!
E Traceback (most recent call last):
E File "rknn/api/rknn_base.py", line 868, in rknn.api.rknn_base.RKNNBase.init_runtime
E File "rknn/api/rknn_runtime.py", line 171, in rknn.api.rknn_runtime.RKNNRuntime.__init__
E File "rknn/api/rknn_platform_utils.py", line 318, in rknn.api.rknn_platform_utils.start_ntp_or_adb
E Exception: Init runtime environment failed!
E Please feedback the detailed log file <log_feedback_to_the_rknn_toolkit_dev_team.log> to the RKNN Toolkit development team.
E You can also check github issues: https://github.com/rockchip-linux/rknn-toolkit/issues
E Current device id is: TM018083200388113
E Devices connected:
Init runtime environment failed
```
ssh toybrick@192.168.180.8也远程登录不了,
请问如何解决,谢谢。
|
|