Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We recommend that you delete this file to reduce the folder size as you do not need this to run the application.

Info

Simply deleting unnecessary files can reduce the capacity by several tens of MB. Please note that if the app file size becomes too large, it may cause the app to crash due to ROM capacity limitations.

Code Block
$ cd ${SDK_DIR}/src/adamapp/opencv_edge_detection_app/external/lib/aarch64-linux-gnu/
$ aarch64-linux-gnu-strip --strip-debug libopencv_world.so
$ aarch64-linux-gnu-strip --strip-debug libopencv_world.so.4.7.0
$ aarch64-linux-gnu-strip --strip-debug libopencv_world.so.407

...