Application Development

Hey everyone,

I’ve been trying to build a Linux application, but I haven’t been successful so far. Even when I manage to create the application, I can’t get it to run on other Jetson devices. I’m developing it on a Jetson Orin Nano 8GB, but I’m still facing issues. The application is a Python-based GUI with advanced camera features that I’ve built. Can anyone suggest a solution or share any helpful links or alternative approaches?

Since its ARM based platform, you may have to do CROSS COMPILATION of your application on Jetson devices.

https://docs.nvidia.com/jetson/archives/r36.4.3/DeveloperGuide/AT/JetsonLinuxToolchain.html

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