OK, so I have purchased two Orin AGXs, but there was quite a bit of time difference in when I purchased them. I had come across an issue where my software would error out (error code 161) on one of them.
So, just to make sure that I’m comparing apples to apples, I reflashed both of these Orin AGXs with Jetpack 5.1. sdkmanager seemed to run into an issue when trying to flash them, so I just used the ./flash.sh script (running the command ‘./flash.sh jetson-agx-orin-devkit mmcblk0p1’).
Even after reflashing both of these Orin AGXs, my software would still error out (with error code 161) on just one of the AGXs… (the same one, of course.)
I noticed that the one that’s giving me issues has a Wifi adapter on it, whereas the one that works does not. I’m guessing this must indicate that there’s at least a slight hardware difference between the two Orin AGXs. Is there a quick way for me to find out what Hardware Revisions I’m running on my two AGXs, (and possibly find out what those differences are?)
By the way… I had misspoke… Both Orin AGXs did have a Wifi module. On the ‘working’ one, it was disconnected and removed. So… I may not have a hardware difference at all…
Hi,
Both are AGX Orin 32GB modules. So modules are identical. It may be other deviation. Please remove the wifi module on both platforms and see if the behavior is identical.
We did try removing the Wifi modules, and the behavior was the same.
After further investigation, we traced it back to an NV100 module that we had installed on the AGX’s. The problem was the result of one particular NV100 module that was causing our issue. Thanks for the tips, it looks like the Orin AGXs weren’t the problem at all.