Reading Tegra chip IDs with Jetpack 5

Hi,

In Jetpack 4 we were reading some IDs of the Tegra from the following paths:

  • /proc/device-tree/chosen/ecid
  • /sys/module/tegra_fuse/parameters/tegra_chip_uid

These paths are not available anymore in Jetpack 5. Can you tell me if there is an alternate path where we can read this information from?

Thanks,

Huub

/sys/devices/platform/efuse-burn/ecid
/sys/module/fuse_burn/parameters/tegra_chip_uid

2 Likes

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