Question/Issue:
I have clonned one of the project to run on jetson nano. After following all the step, the final command that creates the model is creating issue.
The command - APP_EIM=1 TARGET_JETSON_NANO=1 make -j
Issue: Screenshot attached.
Its restarting the jetson nano device everytime.
Running make -j without limiting the job count (-j$(nproc)) can overwhelm the Jetson Nano, especially if it’s USB-powered, you need to set a number for the amount of cores to target
Hopefully that will get you going if not please provide all of the versions of jetpack and details you can so our embedded team can review (details are in the message template)