0
2

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.

メモ: Raspberry Piでsshを有効にする

Last updated at Posted at 2017-02-12

SSHを有効にする

$ touch /mnt/`sdカード`/boot/ssh
e:
mkdir ssh
もしくは
copy /y nul ssh
ping -4 raspberrypi.local
ssh pi@ipアドレス

pi : raspberry

初期設定

2016-05-10にリリースされたJessieイメージから1 Expand Filesystemは初回ブート時に自動的に実行されるようになりました。

sudo raspi-config
4 Internationalisation Options
I1 Change Locale -> ja_JP.UTF-8のまま
I2 Change Timezone -> Asia -> Tokyo
overclock(pi1の場合)
Medium 900MHz ARM, 250MHz core, 450MHz SDRAM, 2 overvolt

ip設定

/etc/dhcpcd.conf末尾に追記
interface eth0
static ip_address=192.168.0.15/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.1
0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?