1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[メモ] NanoPi NEO2 を Armbian で使う

Last updated at Posted at 2019-08-12

2年くらい前に買った NanoPi NEO2 Complete Starter Kit の OS を Buster ベースの Armbian に変えてみました。その際のメモです。

98147422-6E14-45D5-A625-106BFD3151D0.jpeg

MicroSD の作成

https://www.armbian.com/nanopi-neo-2/ より、 "Armbian Buster" をダウンロード。 MicroSD にイメージを書き込みます。

起動

Armbian の SD を NanoPi に挿入し起動します。OLED はまだ使えませんので、NanoPi が取得した IP アドレスを別途調べて、ssh でログインします。root のパスワードは FAQ に記載されています。

初回ログイン時に root のパスワード変更と作業ユーザーについて聞かれるので、適宜設定します。

OS の初期設定

いずれも armbian-config コマンドで設定できます。

  • タイムゾーン
  • ホスト名
  • mDNS (Avahi を有効化)
  • I2C (i2c0 を有効化)

NanoHat OLED を使えるようにする

NEO2 Complete Starter Kit には OLED hat がついていて、ベンダー提供のイメージ だと、OLED に時間や IP アドレス、CPU load を表示できたり、ボタンでシャットダウンさせたりできます。

OLED hat を使えるようにするため、Enable NanoHat-OLED manually に書かれているように、NanoHatOLED をインストールします。

sudo apt install python-setuptools libjpeg-dev
git clone https://github.com/friendlyarm/NanoHatOLED.git
cd NanoHatOLED
sudo -H ./install.sh

再起動して OLED の動作を確認します。ボタンで表示切替やシャットダウンが行えるかどうかも確認します。

29E18EFA-050D-4926-A121-548C2A8CFC0F.jpeg

以上です。

この NanoPi は SoftEther で使うことにしました。
続き です。

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?