lshw 显示cpu 4 disable ,请问这颗cpu指的是哪颗,是NPU吗?
*-cpu:4 DISABLED
description: CPU
product: idle-states
physical id: 5
bus info: cpu@4
在demesg中显示 NPU不能 request resgion for resource
root@rock-3a:/home/rock/rknn_ssd_demo_Linux# dmesg |grep RKNPU
[ 4.518416] RKNPU fde40000.npu: Linked as a consumer to fde4b000.iommu
[ 4.523758] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[ 4.528651] RKNPU fde40000.npu: Looking up rknpu-supply from device tree
[ 4.528738] RKNPU fde40000.npu: Linked as a consumer to regulator.15
[ 4.533541] RKNPU fde40000.npu: can’t request region for resource [mem 0xfde40000-0xfde4ffff]
[ 4.543752] RKNPU fde40000.npu: leakage=3
[ 4.549072] RKNPU fde40000.npu: avs=0
[ 4.554605] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[ 2391.545719] RKNPU: soft reset
root@rock-3a:/home/rock/rknn_ssd_demo_Linux#
运行npu demo 返回E RKNN: [16:39:54.041] failed to submit!, op id: 1
小白请问一下这三者之间有关联吗?
root@rock-3a:/home/rock/rknn_ssd_demo_Linux# ./rknn_ssd_demo model/ssd_inception_v2.rknn model/road.bmp
Loading model …
rknn_init …
model input num: 1, output num: 2
input tensors:
index=0 name=Preprocessor/sub:0 n_dims=4 dims=[1 300 300 3] n_elems=270000 size=270000 fmt=0 type=3 qnt_type=2 fl=0 zp=0 scale=0.007812
output tensors:
index=0 name=concat:0 n_dims=4 dims=[1 1917 1 4] n_elems=7668 size=30672 fmt=0 type=0 qnt_type=2 fl=0 zp=53 scale=0.089455
index=1 name=concat_1:0 n_dims=4 dims=[1 1917 91 1] n_elems=174447 size=697788 fmt=0 type=0 qnt_type=2 fl=0 zp=53 scale=0.143593
rknn_run
E RKNN: [16:06:52.095] failed to submit!, op id: 1, op name: Conv:FeatureExtractor/InceptionV2/InceptionV2/Conv2d_1a_7x7/separable_conv2d/depthwise, flags: 0x5, task start: 0, task number: 15, run task counter: 0, int status: 0
rknn_run fail! ret=-1
root@rock-3a:/home/rock/rknn_ssd_demo_Linux# uname -a
Linux rock-3a 4.19.193-26-rockchip-gfc6004006609 #rockchip SMP Fri Dec 31 11:49:20 UTC 2021 aarch64 GNU/Linux
Linux rock-3a 4.19.193-26-rockchip-gfc6004006609 #rockchip SMP Fri Dec 31 11:49:20 UTC 2021 aarch64 GNU/Linux
debian10