SDK2.14のデモを試してみたいです:
mcimx93evk_ethosu_apps
エルフの後に 。このエルフをm33にロードします。
失敗した:
remoteproc remoteproc0: 登録されたカーブアウトがDAリクエストに合いません
[ 236.970879] rproc-virtio: rproc-virtio.1.車載のプローブエラー-12で失敗
[ 236.984471] リモートプロック リモートプロック0: 登録されたカブアウトがこの申請に合致しません
[ 236.992036] Rproc-virtio: rproc-virtio.2.車載のプローブがエラー-12で失敗
何が起こったのか分からない。
こんにちは、@bighero77 さん。
NXPサポートまでご連絡いただきありがとうございます。
READMEファイルによると、あなたのユースCASEに必要なアプリケーションはethosu_apps_rpmsgであり、ethosu_appsではありません。
README抜粋:
4. Test process
---------------
4.1 Example ethosu_apps_rpmsg is built as .out or .elf and installed in rootfs. In Linux command line,
user can run the following command to do inference for the model.
#./inference_runner -d /dev/ethosu0 -n mobilenet_v1_1.0_224_pb_int8_vela.tflite -i stopwatch.bmp -l labels.txt -o output_data_detection -t 1080000000
When the examples runs, the log and inference result would be seen on the terminal as below.
Send Ping
Send version request
Send capabilities request
Capabilities:
version_status:1
version:{ major=0, minor=0, patch=0 }
product:{ major=6, minor=0, patch=0 }
architecture:{ major=1, minor=0, patch=6 }
driver:{ major=0, minor=16, patch=0 }
macs_per_cc:8
cmd_stream_version:0
custom_dma:false
Create network
Create inference
Wait for inferences
Inference status: success
Detected: jinrikisha, confidence:70
Detected: horse cart, confidence:70
Detected: academic gown, confidence:70
Detected: howler monkey, confidence:70
For other demos, such as face recognition, please refer to the user manual.
4.2 Example ethous_apps is built as .bin. In U-Boot prompt, user can run the following command to do
inference for the conv2d op model.
u-boot=> tftp 0x80000000 ethosu_apps.bin;cp.b 0x80000000 0x201e0000 0x20000;bootaux 0x201e0000 0
When the example runs, the log and inference result would be seen on the terminal as below.
Initialize Arm Ethos-U
Inference status: success
ドキュメントによると、もしLinuxから/dev/ethosu0を使って推論を実行するのが目標なら、このアプリethosu_apps_rpmsg正しいです。
よろしくお願いします、
アレハンドロ・ガルシア