LoginSignup
0
0

More than 5 years have passed since last update.

BeagleBone BlackにDebian Stretchをインストール

Posted at

BeagleBone BlackにDebian StretchをSDカードにインストールしました。

使ったもの

手順

  1. 最新Debianを任意の場所にダウンロードする
    2018年8月7日ではbone-debian-9.4-iot-armhf-2018-06-17-4gb.img.xz
  2. MacにSDカードを入れ、Etcherで書き込む
  3. SDカードをMacから取り外し、電源を切ったBeagleBone Blackに刺す
  4. Bootボタンを押しながらMacとUSBケーブルで繋ぐ HDMI, マウス、キーボードを直接繋いでも良い Bootボタンはここを参照し、LEDが4つとも点燈するまで押しっぱなし
  5. sshでログインする
    初期パスワードはtemppwdです。

    $ ssh debian@beaglebone.local
    debian@beaglebone.local's password: 
    
    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    
  6. Debianのバージョンを確認する

    $ cat /etc/debian_version
    9.4
    

おしまい

この後は煮るなり焼くなりお好きなように!

0
0
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
0