[opensuse-arm] serial number of Raspberry Pi 3B+ ?
For the MPEG2 licensing, it seems I need the Raspi's internal 16-digit serial number - apparently available from /proc/cpuinfo. However, not with openSUSE: # cat /proc/cpuinfo processor : 0 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4 [snip] Where do I find it? -- Per Jessen, Zürich (2.8°C) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Per, On 10/12/2019 07:44, Per Jessen wrote:
For the MPEG2 licensing, it seems I need the Raspi's internal 16-digit serial number - apparently available from /proc/cpuinfo. However, not with openSUSE:
# cat /proc/cpuinfo processor : 0 BogoMIPS : 38.40 Features : fp asimd evtstrm crc32 cpuid CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x0 CPU part : 0xd03 CPU revision : 4
[snip]
No, raspberian uses downstream patches to hack this into cpuinfo.
Where do I find it?
You should be able to read it out like this: cat /proc/device-tree/serial-number Regards, Matthias -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Matthias Brugger wrote:
Hi Per,
On 10/12/2019 07:44, Per Jessen wrote:
For the MPEG2 licensing, it seems I need the Raspi's internal 16-digit serial number - apparently available from /proc/cpuinfo. However, not with openSUSE:
[snip]
You should be able to read it out like this: cat /proc/device-tree/serial-number
Thanks, that's exactly where it was hiding :-) -- Per Jessen, Zürich (3.9°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Matthias Brugger
-
Per Jessen