Other Parts Discussed in Thread: AM67A, , TDA4VM
Tool/software:
Hi,
I'm settng up the docker environment for SOC AM62A by following the instructions from below link.
https://github.com/TexasInstruments/edgeai-tidl-tools (version: 10_01_04_00)
When I run the build docker script (source ./scripts/docker/build_docker.sh)
, the build was completed BUT from the build log, showed docker image able to generate and exported but fail to export manifest and config file. This lead to subsequent steps fail. Attached my docker build log.
TIDL_TOOLS_TYPE unset, defaulting to CPU tools
No REPO_LOCATION specified, using default
Using PROXY: none
[+] Building 257.4s (13/13) FINISHED docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 2.08kB 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:22.04 2.9s
=> [internal] load .dockerignore 0.2s
=> => transferring context: 2B 0.2s
=> [1/8] FROM docker.io/library/ubuntu:22.04@sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 1.6s
=> => resolve docker.io/library/ubuntu:22.04@sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 0.0s
=> => sha256:67cadaff1dca187079fce41360d5a7eb6f7dcd3745e53c79ad5efd8563118240 6.69kB / 6.69kB 0.0s
=> => sha256:899ec23064539c814a4dbbf98d4baf0e384e4394ebc8638bea7bbe4cb8ef4e12 424B / 424B 0.0s
=> => sha256:c42dedf797ba5e7e37e744cdd998e1db046375c702d6dc8a822b422189b019bb 2.30kB / 2.30kB 0.0s
=> => sha256:215ed5a638430309375291c48a01872859a8dbf1331e54ba0af221918eb8ce2e 29.53MB / 29.53MB 0.8s
=> => extracting sha256:215ed5a638430309375291c48a01872859a8dbf1331e54ba0af221918eb8ce2e 0.7s
=> [internal] load build context 0.4s
=> => transferring context: 286B 0.4s
=> [2/8] RUN bash -c 'if [ ${PROXY} != none ]; then echo "Acquire::http::proxy \"${PROXY}\";" > /etc/apt/apt.conf; fi' 0.4s
=> [3/8] RUN apt-get update 6.7s
=> [4/8] RUN apt-get install -y python3 python3-pip python3-setuptools 21.5s
=> [5/8] RUN bash -c 'if [ ${PROXY} != none ];then export ftp_proxy=${PROXY}; export http_pr 50.9s
=> [6/8] COPY requirements_pc.txt /requirements_pc.txt 0.0s
=> [7/8] RUN bash -c 'if [ ${PROXY} != none ];then export ftp_proxy=${PROXY}; export http_p 159.8s
=> [8/8] RUN bash -c 'if [ ${PROXY} != none ];then echo -e "export ftp_proxy=${PROXY}\nexport http_proxy=${PROXY}\nexport ht 0.2s
=> exporting to image 13.2s
=> => exporting layers 13.2s
=> => writing image sha256:1546c34fc605547ff2ceaa345c1ec993ec235b4b4b0e7290bf117b9f6259eab6 0.0s
=> => naming to docker.io/library/edgeai_tidl_tools_x86_ubuntu_22
How to resolve this issue?