[[Orange Pi PC2]][[Arm]]
#contents

|SoC|Allwinner H2+|
|CPU|Arm Cortex A7 1.2GHz Quad-core|
|GPU|Mali 400|
|Memory|512MB|

*スペック [#z55e0d4b]
-Arm Cortex A7 1.2GHz Quad-core
-cpuinfo
 $ cat /proc/cpuinfo
 processor       : 0
 model name      : ARMv7 Processor rev 5 (v7l)
 BogoMIPS        : 120.00
 Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
 CPU implementer : 0x41
 CPU architecture: 7
 CPU variant     : 0x0
 CPU part        : 0xc07
 CPU revision    : 5
 
 processor       : 1
 model name      : ARMv7 Processor rev 5 (v7l)
 BogoMIPS        : 120.00
 Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
 CPU implementer : 0x41
 CPU architecture: 7
 CPU variant     : 0x0
 CPU part        : 0xc07
 CPU revision    : 5
 
 processor       : 2
 model name      : ARMv7 Processor rev 5 (v7l)
 BogoMIPS        : 120.00
 Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
 CPU implementer : 0x41
 CPU architecture: 7
 CPU variant     : 0x0
 CPU part        : 0xc07
 CPU revision    : 5
 
 processor       : 3
 model name      : ARMv7 Processor rev 5 (v7l)
 BogoMIPS        : 120.00
 Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
 CPU implementer : 0x41
 CPU architecture: 7
 CPU variant     : 0x0
 CPU part        : 0xc07
 CPU revision    : 5
 
 Hardware        : Allwinner sun8i Family
 Revision        : 0000
 Serial          : 02c00042b9b63050
-kernel
 $ uname -a
 Linux orangepizero 4.14.18-sunxi #24 SMP Fri Feb 9 16:24:32 CET 2018 armv7l GNU/Linux
-auxv
 00000021 bef3b000
 00000010 003fb0d6
 00000006 00001000
 00000011 00000064
 00000003 0043a034
 00000004 00000020
 00000005 00000009
 00000007 b6f06000
 00000008 00000000
 00000009 0043b965
 0000000b 000003e8
 0000000c 000003e8
 0000000d 000003e8
 0000000e 000003e8
 00000017 00000000
 00000019 be8c485d
 0000001a 00000000
 0000001f be8c4fef
 0000000f be8c486d
 00000000 00000000
 $ xxd -e -g 4 /proc/self/auxv
 00000000: 00000021 bef3b000 00000010 003fb0d6  !.............?.
 00000010: 00000006 00001000 00000011 00000064  ............d...
 00000020: 00000003 0043a034 00000004 00000020  ....4.C..... ...
 00000030: 00000005 00000009 00000007 b6f06000  .............`..
 00000040: 00000008 00000000 00000009 0043b965  ............e.C.
 00000050: 0000000b 000003e8 0000000c 000003e8  ................
 00000060: 0000000d 000003e8 0000000e 000003e8  ................
 00000070: 00000017 00000000 00000019 be8c485d  ............]H..
 00000080: 0000001a 00000000 0000001f be8c4fef  .............O..
 00000090: 0000000f be8c486d 00000000 00000000  ....mH..........
-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
 Model:                 5
 Model name:            ARMv7 Processor rev 5 (v7l)
 CPU max MHz:           1200.0000
 CPU min MHz:           240.0000
 BogoMIPS:              120.00
 Flags:                 half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
-cpufreq
 $ cat /sys/bus/cpu/devices/cpu*/cpufreq/cpuinfo_max_freq
 1200000
 1200000
 1200000
 1200000
-OS
 $ lsb_release -a
 No LSB modules are available.
 Distributor ID: Debian
 Description:    Debian GNU/Linux 9.3 (stretch)
 Release:        9.3
 Codename:       stretch
 $ cat /etc/os-release
 PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
 NAME="Debian GNU/Linux"
 VERSION_ID="9"
 VERSION="9 (stretch)"
 ID=debian
 HOME_URL="https://www.debian.org/"
 SUPPORT_URL="https://www.debian.org/support"
 BUG_REPORT_URL="https://bugs.debian.org/"
-gcc
 $ gcc --version
 gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
 Copyright (C) 2016 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.
 
*ボード [#t1bbb50e]
-Orage Pi Zero
*セットアップ [#t5620250]
-[[armbian の公式イメージ>https://www.armbian.com/orange-pi-zero/]]をダウンロード
-2018年2月26日時点で最新のイメージは2018年1月30日公開のイメージ
-Debian Serverで焼きこんでみた
-イメージをEtcherでmicroSDに焼き込み
-シリアルコンソールを繋いで電源投入
-armbian のいつもどおり、rootでログインしたのち、rootパスワードを設定してユーザを作れと言われる。
-orangeというアカウントを作った

   ___                               ____  _   _____
  / _ \ _ __ __ _ _ __   __ _  ___  |  _ \(_) |__  /___ _ __ ___
 | | | | '__/ _` | '_ \ / _` |/ _ \ | |_) | |   / // _ \ '__/ _ \
 | |_| | | | (_| | | | | (_| |  __/ |  __/| |  / /|  __/ | | (_) |
  \___/|_|  \__,_|_| |_|\__, |\___| |_|   |_| /____\___|_|  \___/
                        |___/
 
 Welcome to ARMBIAN 5.38 stable Debian GNU/Linux 9 (stretch) 4.14.14-sunxi
 System load:   0.58 0.26 0.10   Up time:       1 min
 Memory usage:  9 % of 493MB     IP:            xxx.xxx.xxx.xxx
 CPU temp:      56°C
 Usage of /:    4% of 30G

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS