Skip to content

Instantly share code, notes, and snippets.

@HimaJyun
Created August 20, 2019 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HimaJyun/23b850e7a24f17b4e1ab54e70832a6ab to your computer and use it in GitHub Desktop.
Save HimaJyun/23b850e7a24f17b4e1ab54e70832a6ab to your computer and use it in GitHub Desktop.

Raspbianのインストールと初期設定 for Stretch

この記事は「Raspbianのインストールと初期設定」で紹介した手法をRaspbian stretchに適用しなければならない時の差分です。
(違いのない部分は記載していませんので、記事そのものと一緒に読むことをお勧めします。)

ちなみに、Jessie用差分。

aptのミラーを変える

busterではなく、stretchと指定する必要がある。 ブログ内からコピペするときは注意。

NTPの設定

timedatectl statusの出力が少し違う

Local time: 水 2017-08-23 13:30:33 JST
Universal time: 水 2017-08-23 04:30:33 UTC
RTC time: n/a
Time zone: Asia/Tokyo (JST, +0900)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no

Network time onがyesならNTP有効

ハードウェア乱数を使用する

rng-toolsのインストールが必要

sudo apt install rng-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment