IMDT RZ/V2H
pwd
pwd
export MACHINE=‘imdt-v2h-sbc’
export TEMPLATECONF=DIR
source sources/poky/oe-init-build-env
time bitbake imdt-image-weston
IMDT’s Github documentation here then shows you different build options. Once your build completes, your files that will be used in those subsequent instructions called out here to flash your V2H board can be found here:
#!/bin/bash
DIR=pwd
ls -al $DIR/build/tmp/deploy/images/imdt-v2h-sbc
screen
SW3
ON then SW2
ON.
screen
to the host machine and then execute the following command from Linux to access the board:
root
--clean
.
Device connected to Edge Impulse.
Selecting the target from the training page
eim
model that you can use with the above runner as follows:
Go to the deployment page and select:
EIM model for the IMDT RZ/V2H
runner
and you will see both the camera feed and the classification results.
drp-ai-tvm-i8
library that uses our C++ Edge Impulse SDK, DRP-AI TVM and models headers that run on the hardware accelerator. If you would like to integrate the model source code into your applications and benefit from the DRP-AI then you need to select the drp-ai-tvm-i8
library.
We have an example showing how to use the drp-ai-tvm-i8
library that can be found in Deploy your model as a DRP-AI TVM i8 library.
DRP-AI TVM i8 library