0
0

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 1 year has passed since last update.

BeagleBone Black 備忘録

Posted at

BeagleBone Black というのは Raspberry Pi のようなワンボード Linux マシンです。組み込み Linux の教科書の実験用ハードとして取り上げられていたので試してみました。次のような特徴があります。

  • USB で開発機と接続するだけで使える。IP が自動設定され ssh や web やファイル共有でアクセス出来る。
  • USB 経由でシリアル接続もできるので IP 接続がうまく行かない場合に使える。ただこれは起動後に有効になるので、ブートローダの操作はできない。
  • FTDI USB to Serial cable を使えばブートローダの操作ができる。
  • eMMC 内蔵なので SD Card が無くても動く。

以下メモです。

  • 接続
    • USB で開発機と接続。電源は USB から取れる。
  • SD カードの作成
    • https://beagleboard.org/getting-started に従う
    • balenaEtcher をインストール
    • Debian image (Buster IoT) をダウンロード
    • balenaEtcher を使って Debian image の SD カードを作成
  • 起動
    • 電源を切った状態で SD カードを指す。
    • USER/BOOT ボタン (SD カードスロット近くのボタン) を押しながら POWER ボタンを押す。
  • 接続
    • ログイン
      • user: debian
      • password: temppwd
    • USB シリアル
      • brew install picocom
      • picocom -b 115200 /dev/tty.usbmodemなんとか
      • 終了: Ctrl-a Ctrl-x
    • IP
    • デバッグシリアル
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?