I am getting this error whenver i am trying to build with the hardware acceleration on rpi4
“APP_CUSTOM=1 TARGET_LINUX_AARCH64=1 USE_FULL_TFLITE=1 make -j”
I also made the following changes in the makefile:
Please tell me where am I going wrong?
I am getting this error whenver i am trying to build with the hardware acceleration on rpi4
“APP_CUSTOM=1 TARGET_LINUX_AARCH64=1 USE_FULL_TFLITE=1 make -j”
I also made the following changes in the makefile:
Please tell me where am I going wrong?
@prarthana out of curiosity, try without the USE_FULL_TFLITE=1
to see what happens and then
TARGET_LINUX_ARMV7=1
I’m about to perform the same steps with docker on rpi4 and odroid n2+ with docker.
Questions
Hello, thanks for replying