Know the SoC type from SSH

Hi,

Is there any way to know the SoC type (s905-s912) that runs CE from SSH?

Thanks

I find /proc/device-tree/amlogic-dt-id to hold the dtb name, but then you will further need some way to map that onto the soc types you have in mind. Info in arch/arm64/boot/dts source files might help. Sorry if this did not bring you further than where you were.

cat /proc/cpuinfo

Many thanks to both of you.

I think with the cpuinfo is enough for what I need