We are developing a custom CPU board and have connected a Jetson Orin NX/NANO module to it as a PCIe Endpoint. However, the CPU board is unable to detect the Jetson.
After executing the following command on the Jetson side: # echo 1 > controllers/14160000.pcie_ep/start
and performing a hardware reset only on the CPU board, the CPU board is then able to recognize the Jetson.
From this behavior, is it correct to assume that Jetson does not respond to Link Training unless Linux has booted and the above command has been executed?
Based on your response, is it correct to assume that there is a high possibility that there is an issue with the connection between the CPU and the Jetson?
If there are no issues at all, how long does it usually take for the Jetson to be able to respond to link training from the CPU?
Yes, hardware connection problem.
OK. I will check on that.
By the way, there aren’t any constraints regarding the startup timing of the CPU board and the Jetson, right?
For example, is it necessary for the CPU board to start only after Jetson Linux has booted?
Sorry, this might be going back to a previous topic, but if the power is turned on at the same time as the RC side, can Jetson respond to the RC’s PCI Express link during the bootloader phase?