对于Xavier,执行
sudo i2cdump -f -y 0 0x50
输出类似如下:
对于Nano,执行
sudo i2cdump -f -y 2 0x50
输出类似如下:
关于字符串的含义,参见
Product Part Number*, used for asset tracking. A character string in the format 699-cnnnn-pppp-vvv r.m, where:
• 699 is a fixed string.
• c is the board class, which indicates that the module is a mobile device. It may be 1 or 8.
• nnnn is the board ID:
3668 for NVIDIA® Jetson Xavier™ NX
3448 for NVIDIA® Jetson Nano™
2888 for NVIDIA® Jetson AGX Xavier™ series
3310 for original NVIDIA® Jetson™ TX2
3489 for NVIDIA® Jetson™ TX2i and Jetson TX2 4GB
2180 for Jetson TX1
• pppp is the SKU:
0001 for Jetson Xavier NX
0002 for Jetson Nano (customer product module)
0000 for Jetson Nano (Jetson Nano Developer Kit module)
0001 for Jetson AGX Xavier (original 16GB variant)
0006 for Jetson AGX Xavier 8GB
• 0004 for Jetson AGX Xavier 32GB
1000 for Jetson TX2
0000 for Jetson TX2i
0080 for Jetson TX2 4GB
1000 for Jetson TX1
• vvv is an alphanumeric number in hex format.
• r is a single capital letter, the manufacturing major revision.
• m is a single decimal digit, the manufacturing minor revision.
The character data occupies 22 bytes. The field is padded to its full length of 30 bytes with 0x00 or 0xFF.
An example value is 699-82180-1000-000 C.0. Board ID is 2180, SKU is 1000, version number is 000, manufacturing major revision is C, and minor revision number is 0.