Hi everyone,
I have developed a project on the Jetson Orin Nano, and I have successfully compiled my code into a .so file. For the deployment phase, I am planning to delete the original source code, leaving only the compiled .so file, and then create an image of the system to be flashed onto other Jetson Orin Nano boards.
My steps are as follows:
- Compile the code on Jetson Orin Nano to generate the .so file.
- Delete the original source code, keeping only the necessary .so file and configuration files.
- Create a system image that includes the .so file and other dependencies.
- Flash the created image onto other Jetson Orin Nano boards.
Could you please confirm if this is the correct approach? Are there any specific considerations or best practices I should be aware of during this process?
Thank you for your assistance!
Best regards