Save a device id

We build our devices on top of Jetson Nano. Each device have its own deviceid, which generates with our software. This device id prints on the box of a device and used in the conversations with clients. We need to save it somewhere into Jetson Nano and read any time. It have to be a permanent memory, but not a sd card. Is there such a place in Jetson Nano?

Hi,

Sorry that there is no such place on nano devkit. If you want to use a non-removable device, you can consider emmc based jetson nano or other device like TX1/TX2/AGX.