| 本帖最后由 Joll 于 2022-4-1 15:53 编辑 
 有人遇到过这个问题么。
 
 主动或者被动模式下运行npu:
 安装了rknn-toolkit1.7.1 和 HoRNDIS。
 
 
 运行yoloV3 demo时:
 E Only support ntb mode on macOS_x64. But can not find device with ntb mode.
 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 304, 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: None
 E Devices connected:
 E ['a907330da994467c']
 
 
 报的错误是只支持主动模式么?但是网络中看不到rk1808的网卡。
 lsusb显示:
 Bus 020 Device 028: ID 2207:0019 Fuzhou Rockchip Electronics Co., Ltd. rk3xxx  Serial: a907330da994467c 
 
 |