Hello,
My team just received and opened a Metis Dev System with Arduino Portenta X8.
We followed the “Getting Started with Metis Dev System with Arduino Portenta X8”,
but could not go though;
- In installing the SDK;
“docker run -it --privileged -v /tmp:/tmp -v /axelera:/axelera -v /lib/modules:/lib/modules -v /run:/run -v /dev:/dev --group-add video -e DISPLAY=$DISPLAY --name=voyager-sdk-1.4.0 --network=host --entrypoint=/bin/bash axelera-sdk-ubuntu-2204-arm64-prebuid-llm:1.4.0”
failed with
“docker: Error response from daemon: pull access denied for axelera-sdk-ubuntu-2204-arm64-prebuild-llm, repository does not exist or may require ‘docketr login’: denied: requested access to the resource is denied” message
What is the default login ID/PASS of the docker image ?
2. Then, we tried the alternative ; after loading the downloaded docker image,
we moved into docker, and tried to finalize the setup.
But, in “make clobber-libs && make operators”,
we got build error as
“[33/165] Building CXX object axstreamer/CMakeFiles/axstreamer.dir/src/AxOpUtils.cpp.o
FAILED: [code=1] ….
c++: fatal error: Killed signal terminated program cc1plus”
What can I do at this stage ?
Many thanks in advance,
Tae-Han

