- cpu:Arm Cortex A7 (Quad core) 1.2GHz
- architecture:ARMv7 Processor rev 5
- cpuinfo
$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 5 (v7l)
processor : 0
BogoMIPS : 5714.28
processor : 1
BogoMIPS : 5714.28
processor : 2
BogoMIPS : 5714.28
processor : 3
BogoMIPS : 5714.28
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xc07
CPU revision : 5
Hardware : sun8i
Revision : 0000
Serial : 5400786708201c2a098e
- lscpu
$ lscpu
Architecture: armv7l
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
CPU max MHz: 1200.0000
CPU min MHz: 480.0000
Hypervisor vendor: (null)
Virtualization type: full
- max_freq 1.2GHz
$ cat /sys/bus/cpu/devices/cpu*/cpufreq/cpuinfo_max_freq
1200000
1200000
1200000
1200000
- auxv
00000010 000fb8d7
00000006 00001000
00000011 00000064
00000003 b6f17034
00000004 00000020
00000005 00000009
00000007 b6eee000
00000008 00000000
00000009 b6f18b11
0000000b 000003e8
0000000c 000003e8
0000000d 000003e8
0000000e 000003e8
00000017 00000000
00000019 be9cc7ea
0000001f be9ccfef
0000000f be9cc7fa
00000000 00000000
- kernel
$ uname -a
Linux orangepione 3.4.113-sun8i #18 SMP PREEMPT Wed Jan 24 22:10:49 CET 2018 armv7l armv7l armv7l GNU/Linux
- OS
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenial
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
- gcc
$ gcc --version gcc (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- Orange Pi One