Hello,
I am seeing different BR_CID and ECID values.
I checked the BR_CID by putting the Jetson in forced recovery mode:
sudo ./tegrarcm_v2 --new_session --chip 0x23 0 --uid
BR_CID: 0x80012344705DD3E310000000030082C0
ECID was read using the below command:
cat /sys/devices/platform/efuse-burn/ecid
ECID: 0x0x00000004 705dd3e310000000030082c0
I applied the patch provided on this thread - Reading BR_CID from kernel
Thanks!