Versions Compared

Key

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

...

Code Block
$ sudo docker exec -it -u cvtool [container name] /bin/bash

If you need a password, please use "cv".

※passwd : cv
Info

If you want to run it for ambaCV5X, please do the following. It is not necessary when running for ambaCV2X.

Edit the /home/cvtool/setup_env.sh file to configure for ambaCV5X.

Edit the first line as shown below.(cv22 to cv52)

before
source /usr/local/amba-cv-tools-basic.2.5.2.0.1210.ubuntu-18.04/env/cv22.env

after
source /usr/local/amba-cv-tools-basic.2.5.2.0.1210.ubuntu-18.04/env/cv52.env

Set the environment (inside the container).

...