HimaxWiseEyePlus / Seeed_Grove_Vision_AI_Module_V2

https://www.himax.com.tw/products/wiseeye-ai-sensing/wiseeye2-ai-processor/
MIT License
50 stars 23 forks source link

Build failed when using APP_TYPE = tflm_yolo8_od #17

Closed JakeSays closed 3 months ago

JakeSays commented 3 months ago

I am trying to build the firmware using the tflm_yolo8_od app type. The build fails with this error:

/trustzone/tz_cfg/trustzone_cfg.h:16:10: fatal error: CM55M_TrustZone_FW_mem.h: No such file or directory 16 | #include "CM55M_TrustZone_FW_mem.h"

The build succeeds with APP_TYPE = allon_sensor_tflm. What is different between the two app types?

stevehuang82 commented 3 months ago

Hi @JakeSays

The APP_TYPE="tflm_yolo8_od" is a typo. It should be "tflm_yolov8_od". Please try again. Thanks.

JakeSays commented 3 months ago

@stevehuang82 ah that fixed it:) Thanks!