hrw / arm-socs-table

Table of ARM SoC and their features
https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html
GNU General Public License v2.0
35 stars 6 forks source link

Jetson TX1 (Tegra X1) #39

Open binarymaster opened 2 years ago

binarymaster commented 2 years ago

Describe the system System name: Jetson TX1 Vendor name: NVIDIA SoC name: Tegra X1 URL to product page: https://developer.nvidia.com/embedded/jetson-tx1 Kernel version: Linux tegra-ubuntu 3.10.96-tegra

Paste /proc/cpuinfo content

processor   : 0
BogoMIPS    : 38.40
Features    : fp asimd aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x1
CPU part    : 0xd07
CPU revision    : 1

processor   : 1
BogoMIPS    : 38.40
Features    : fp asimd aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x1
CPU part    : 0xd07
CPU revision    : 1

processor   : 2
BogoMIPS    : 38.40
Features    : fp asimd aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x1
CPU part    : 0xd07
CPU revision    : 1

processor   : 3
BogoMIPS    : 38.40
Features    : fp asimd aes pmull sha1 sha2 crc32
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x1
CPU part    : 0xd07
CPU revision    : 1

Hardware    : jetson_tx1
Revision    : 0000
Serial      : 088403e800000000

Additional context Sources:

hrw commented 2 years ago

Please stop submitting old cpuinfo dumps from the Internet.

I am soon starting to recognize kernel version ranges from just looking at dumps ;(

binarymaster commented 2 years ago

I'm just trying to help. Is there a way to determine that the dump is produced on an old kernel? Please share the knowledge so I could avoid creating issues for such dumps.

So far I only abstained from posting dumps that contained all cores clamped together like in #30.

Also what about #23, #24, #25, #26, do they have the same problem?

hrw commented 2 years ago

I am aware that for some SoCs it is hard to find usable cpuinfo dumps. Mostly it also means that those systems are not in use for quite a while.

Simplest check is 'cpuid' feature - if it is missing then cpuinfo dump is old. Probably Android device.

And format like in #30 is fun. Very ancient one.

Will update template a bit.