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 Jetson Orin Nano or 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, 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
For Jetson Orin NX, the part numbers are:
P3767-0000 for Jetson Orin NX 16GB module
P3767-0001 for Jetson Orin NX 8GB module
Compare the part number on the module with the above list to determine whether it’s Orin Nano or Orin NX.
Check the EEPROM: The EEPROM on the module contains information about the module, including its type and part number. You can use the lspci command to read the EEPROM data. The output should indicate whether the module is Orin Nano or Orin NX.
Check the Module ID: The module ID is a unique identifier for each module. For Jetson Orin Nano, the module ID is 2888, while for Jetson Orin NX, the module ID is also 2888. However, the SKU (Stock Keeping Unit) is different for each module. For Jetson Orin Nano, the SKU is 0003 or 0005, while for Jetson Orin NX, the SKU is 0000 or 0001.
Compare the Physical Characteristics: Jetson Orin Nano and Jetson Orin NX modules have different physical characteristics, such as the size and shape of the module, the location of the connectors, and the type of memory used. Compare the physical characteristics of the module on your dev kit with the specifications for Jetson Orin Nano and Jetson Orin NX to determine whether it matches one or the other.
Check the SDK Manager Output: The SDK Manager output you mentioned earlier indicates that the module is detected as Orin NX. However, this may not be conclusive, as the SDK Manager may not always correctly identify the module type.
By following these steps, you should be able to determine whether the module mounted on your dev kit carrier board is actually Jetson Orin Nano or Jetson Orin NX.
Comparison of Jetson Orin Nano and Jetson Orin NX
Here’s a summary of the key differences between Jetson Orin Nano and Jetson Orin NX:
Part Number: Jetson Orin Nano has part numbers P3767-0003, P3767-0004, and P3767-0005, while Jetson Orin NX has part numbers P3767-0000 and P3767-0001.
Module ID: Both Jetson Orin Nano and Jetson Orin NX have the same module ID (2888), but the SKU is different.
Physical Characteristics: Jetson Orin Nano and Jetson Orin NX modules have different physical characteristics, such as size, shape, and connector locations.
Memory: Jetson Orin Nano has 4GB or 8GB of memory, while Jetson Orin NX has 8GB or 16GB of memory.
Performance: Jetson Orin NX has higher performance than Jetson Orin Nano due to its more powerful GPU and CPU.
I hope this helps you determine whether your module is actually Jetson Orin Nano or Jetson Orin NX.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
I didn’t flash it as it came pre-flashed with jetpack 6.2, but I tried the sdkmanager flashing procedure without flashing it as it was my first time and I wanted to learn how to use it.
So, my last question, is there’s a possibility to modify the EEPROM content when flashing to identify the module version other than the actual module version, like to identify a jetson orin nano as jetson orin nx , is that possible ??