SKKU-ESLAB / ANT

ANT (AI-based Networked Things) Framework
Apache License 2.0
26 stars 28 forks source link

prepare/build script failure on Jetson TX2 #222

Closed RedCarrottt closed 3 years ago

RedCarrottt commented 3 years ago

There are some problems in prepare-ubuntu.sh when running on Jetson TX2. When I update prepare-ubuntu.sh, I guess that I made problems on other devices but RPi.

I will upload a pull request about following problems.

  1. no python3-opencv package found
  2. IoT.js build failure on aarch64
  3. ANT API build failure due to the include path
  4. ANT API build failure due to implicit #include
RedCarrottt commented 3 years ago

It is resolved in PR #223. I close this issue.