how to read the serial number to on Jetson nano dev kit

When dumping the board ID EEPROM as Jerry does, the serial# is @ offset 0x4A.

It’s also in the DTB, use ‘cat /proc/device-tree/serial-number’ to display it.

If you want the UUID, it’s in the device tree @ ‘/proc/device-tree/chosen/uuid’.

Tom