renesas-rz / rzv_drp-ai_tvm

Extension package of Apache TVM (Machine Learning Compiler) for Renesas DRP-AI accelerators powered by Edgecortix MERA(TM) Based Apache TVM version: v0.11.1
Apache License 2.0
41 stars 5 forks source link

availability of poky-*.sh files for installing rzv_drp-ai_tvm with docker #9

Closed jo-tham closed 1 year ago

jo-tham commented 1 year ago

Hi,

I am trying to use rzv_drp-ai_tvm for converting tflite model to drpai

Host is MacOS

Following these instructions, I run into the following issue

poky-*.sh must be in the directory with the Dockerfile

poky-*.sh is created by building the image with yocto/bitbake, as per the V2L DRP-AI Support Pkg v7.30

Screen Shot 2023-05-02 at 12 42 37 PM

But it seems bitbake does not work on macOS.

$ build % bitbake core-image-weston
...
pyinotify.InotifyBindingNotFoundError: Couldn't find any inotify binding

*So, given that only the poky-.sh is required, can those files be included in this repo?**

Or can you provide specifics for some other way I can create/generate them on MacOS? I do have docker, if there is a suitable yocto build image.

jo-tham commented 1 year ago

resolved.