Jetson Orin Nano Custom SN

Hi All,
I have an SN (Serial Number) that needs to be written into the system and persistently stored. After reflashing the system image, this SN should not be lost. The SN is an 18-character string, e.g., BB123456ABCDEFGHIJ. What are the possible solutions?
Regrads,

Please check SOM EEPROM layout. This might have such location for your SN. Byte 179-199 is empty one and you could use it.

https://docs.nvidia.com/jetson/archives/r36.4/DeveloperGuide/HR/JetsonEepromLayout.html?highlight=eeprom

But please remember to update the CRC field in byte 255 after your update. If you didn’t update this, your SOM might not be able to get flashed next time.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.