I have used Native compilation on Arm architecture i.e., the Nvidia Jetson Nano/XavierNX.
I wanted to know is there any procedure for cross compiling the sources and just copying selective set of binaries to Jetson Board.
Hi @yash.j, I haven’t attempted to cross-compile the jetson-inference project before. It has a bunch of scripts that run during the cmake step that assume it’s running on a Jetson board - like downloading the models, installing prerequisite packages and PyTorch, setting up the Python binding extension modules, ect.