Part Number: SK-TDA4VM
Hello Ti,
I refer the instruction from https://github.com/TexasInstruments/edgeai-tidl-tools/tree/master/dockers/J721E/ubuntu_20.04
After I run the instruction with docker_build.sh, it occurs following error
./docker_build.sh
Sending build context to Docker daemon 26.11kB
Step 1/16 : ARG REPO_LOCATION='arm64v8'
Step 2/16 : FROM ${REPO_LOCATION}ubuntu:20.04 as edgeai_tidl_tools_u20
---> 7ace790b8bce
Step 3/16 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> 077cb443993b
Step 4/16 : ARG NPROC=1
---> Using cache
---> 927bef317865
Step 5/16 : ARG PROJECT_NAME=edgeai_tidl_tools_u20
---> Using cache
---> 3e75c4ce6b68
Step 6/16 : ENV USE_PROXY=ti
---> Using cache
---> b473e31e13fc
Step 7/16 : ADD entrypoint.sh setup_proxy.sh /usr/bin/
---> Using cache
---> badc79fce159
Step 8/16 : RUN /usr/bin/setup_proxy.sh
---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in ef94e1cdfaee
exec /bin/sh: exec format error
The command '/bin/sh -c /usr/bin/setup_proxy.sh' returned a non-zero code: 1
How to fix the error about "exec /bin/sh: exec format error"?
BR
James