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 3 years have passed since last update.

Devterm A06にArmbianをインストール

Posted at

Armbian 22.05でDevterm A06がサポートされたのでインストールしてみた。

イメージの取得

下記から取得可能、

記事作成時点では22.05のBullseyeとJammyがダウンロード可能になっていたが、Bullseyeのほうはイメージが壊れている様子。なのでJammyを使った。balenaEtcherなどでmicroSDカードに焼いてDevtermに挿せば起動する。

起動後の設定

指示に従っていけば、

  • rootのパスワード設定
  • 最初のユーザーのユーザー名とパスワードの設定
  • bash/zshの選択
  • Locale/Time Zoneの設定
  • WiFiの接続

ができる。その後、デスクトップが立ち上がるので、ターミナルを起動してお約束の

$ sudo update
$ sudo upgrade -y

を実行。Software Updaterのダイアログも出てるけど、上記を実行してからのほうが良さそう。その後Software Updaterを実行したら再起動を促される。

音が出ない

と思う。ターミナルを起動して、

$ alsamixer

で、右の方にスクロールしていってOutput 2を上げれば音がスピーカーから出るようになる。ヘッドホンを挿してもスピーカーからの音は止まらないけど…。これはどうやって解決するのか不明。

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?