1cat /proc/cpuinfo
Processor : ARMv7 Processor rev 5 (v7l)
processor : 0
BogoMIPS : 1942.85
processor : 1
BogoMIPS : 1942.85
processor : 2
BogoMIPS : 1942.85
processor : 3
BogoMIPS : 1942.85
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 : 94005035c618582a028e
1cat /proc/meminfo
MemTotal: 2062812 kB
MemFree: 650876 kB
Buffers: 103796 kB
Cached: 547892 kB
SwapCached: 42604 kB
Active: 517744 kB
Inactive: 651896 kB
Active(anon): 279676 kB
Inactive(anon): 353320 kB
Active(file): 238068 kB
Inactive(file): 298576 kB
Unevictable: 32 kB
Mlocked: 32 kB
HighTotal: 1318912 kB
HighFree: 201676 kB
LowTotal: 743900 kB
LowFree: 449200 kB
SwapTotal: 257848 kB
SwapFree: 41224 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 475652 kB
Mapped: 77996 kB
Shmem: 115044 kB
Slab: 79480 kB
SReclaimable: 61952 kB
SUnreclaim: 17528 kB
KernelStack: 2760 kB
PageTables: 8776 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 1289252 kB
Committed_AS: 3174836 kB
VmallocTotal: 245760 kB
VmallocUsed: 41056 kB
VmallocChunk: 196660 kB
1cat /proc/version
Linux version 3.4.113-sun8i (root@nightly) (gcc version 5.5.0 (Linaro GCC 5.5-2017.10) ) #68 SMP PREEMPT Wed Sep 19 10:23:30 CEST 2018
1uname # Operating System
2uname -a # Kernel version and System Architecture
3uname -m # Machine hardware name, tells whether system is 32-bit or 64-bit
4uname -p # Processor type (usually unknown on modern Unix)
1uname -a
Linux orangepiplus 3.4.113-sun8i #68 SMP PREEMPT Wed Sep 19 10:23:30 CEST 2018 armv7l armv7l armv7l GNU/Linux
i686
or i386
is 32-bitx86_64
is 64-bitI’m running Armbian
1# cat /etc/os-release
2NAME="Ubuntu"
3VERSION="16.04.7 LTS (Xenial Xerus)"
4ID=ubuntu
5ID_LIKE=debian
6PRETTY_NAME="Ubuntu 16.04.7 LTS"
7VERSION_ID="16.04"
8HOME_URL="http://www.ubuntu.com/"
9SUPPORT_URL="http://help.ubuntu.com/"
10BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
11VERSION_CODENAME=xenial
12UBUNTU_CODENAME=xenial
1# cat /etc/lsb-release
2DISTRIB_ID=Ubuntu
3DISTRIB_RELEASE=16.04
4DISTRIB_CODENAME=xenial
5DISTRIB_DESCRIPTION="Ubuntu 16.04.7 LTS"
1# echo $OSTYPE
2linux-gnueabihf