Could someone be so kind and check the Xavier tegra_chip_id for me ?
/sys/module/tegra_fuse/parameters/tegra_chip_id
Need to update some build scripts before i get my Xavier on monday…
Thanks :)
Could someone be so kind and check the Xavier tegra_chip_id for me ?
/sys/module/tegra_fuse/parameters/tegra_chip_id
Need to update some build scripts before i get my Xavier on monday…
Thanks :)
Hi Spawn32, it’s numeric ID is 25 (0x19 in hex). The Xavier chip is also referred to as T194, hence the hex value of 0x19. The other Tegra chips follow a similar scheme.
nvidia@xavier:~$ cat /sys/module/tegra_fuse/parameters/tegra_chip_id
25
Thanks to both of you, nice to be able to prepare stuff before i receive it :)