I recently bought a Jetson Orin Nano super dev kit 8 GB from a local vendor, but I doubt that they gave me Orin NX instead of Orin Nano, because when I was re-flashing with SDK Manager, it found it as Orin NX not Orin Nano, so it there any way to validate that the module mounted on the dev kit carrier board is actually Orin Nano not Orin NX ?
*** Please note that this reply is generated by LLM automatically ***
To validate whether the module mounted on the dev kit carrier board is actually a Jetson Orin Nano or a Jetson Orin NX, you can follow these steps:
Check the Module Part Number: The part number of the module is usually printed on the module itself. For Jetson Orin Nano modules, the part numbers are:
P3767-0003 for Jetson Orin Nano 8GB module
P3767-0004 for Jetson Orin Nano 4GB module
P3767-0005 for Jetson Orin Nano developer kit module with SD Card
Check the Module ID: The module ID is a unique identifier that can be found in the EEPROM of the module. You can use the lspci command in the terminal to read the module ID. The module ID for Jetson Orin Nano modules is 2888.
Check the SKU: The SKU (Stock Keeping Unit) is a code that identifies the specific module configuration. For Jetson Orin Nano modules, the SKU is:
0003 for Jetson Orin Nano 8GB module
0004 for Jetson Orin Nano 4GB module
0005 for Jetson Orin Nano developer kit module with SD Card
Compare with Jetson Orin NX Modules: Jetson Orin NX modules have different part numbers, module IDs, and SKUs. For example:
Part numbers: P3767-0000 for Jetson Orin NX 16GB module, P3767-0001 for Jetson Orin NX 8GB module
Module ID: 2889
SKU: 0000 for Jetson Orin NX 16GB module, 0001 for Jetson Orin NX 8GB module
If the module part number, module ID, and SKU match the values for a Jetson Orin Nano module, then it is likely that the module is indeed a Jetson Orin Nano.
Why SDK Manager might detect it as Orin NX:
It’s possible that the SDK Manager is detecting the module as an Orin NX due to a configuration issue or a bug in the software. However, if the module part number, module ID, and SKU match the values for a Jetson Orin Nano module, then it’s likely that the module is actually a Jetson Orin Nano.
Recommendation:
To confirm the module identity, you can try the following:
Check the module part number and module ID using the lspci command.
Verify the SKU using the jetson-io command.
If you’re still unsure, you can contact NVIDIA support or the vendor who sold you the module for further assistance.
By following these steps, you should be able to validate whether the module mounted on the dev kit carrier board is actually a Jetson Orin Nano or a Jetson Orin NX.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***