
I have a simulatedcamera module which is an image classifier that is showing as a backoff state, rest of the modules are in running state
Target Device: Jetson Nano
Architecture : aarch64 (arm64v8)
The code can be found at https://github.com/timaddg/Jetsonnano_custom
The dockerfile.arm64v8 and dockerfile.arm64v8.debug is the one which is used here and the same changes can be seen in module.json of testclassifier and simulatedcamera , you can ignore the simulatedCamera1 module
The deployement.template.json is also according to the arm64v8 architecture
Let me know where I have gone wrong