Cross Compiling Instructions

I am currently following the instructions found at JetPack Cross Compilation container and just want to point out that docker doesn’t seem to like the image name containing “/”. I am only able to launch it by using the image id found with command `docker images’

Further Context- I am trying to follow Running Phi-3-vision via ONNX on Jetson Platform and this has been a cool learning experience for me.
Hope this helps someone.

Hi,

Thanks for your report but we need more info to feedback internally.

Do you mean the “/” in nvcr.io/nvidia/jetpack-linux-aarch64-crosscompile-x86:${SW_VERSION}?
But we can use the name without issue for docker pull and docker run.

Thanks.

When I run
docker run -it --privileged --net=host -v /dev/bus/usb:/dev/bus/usb -v ${WORKSPACE}:/workspace nvcr.io/nvidia/jetpack-linux-aarch64-crosscompile-x86:${SW_VERSION}


I get `docker: invalid spec: :/workspace: empty section between colons.`

Hi,

It looks like the ${WORKSPACE} is empty in your environment to trigger the error.
The variable stores the workspace location of the Jetson device.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.