Raspberry piにubuntu MATE(18.04.2)をインストールする
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* Raspberry piにubuntu MATE(18.04.2)をインストールする [#...
Raspberry pi 3b+ は Cortex-A53 なので 64bit CPU なのだが...
そこで、Raspberry pi 3b+ に 32bit版と64bit版の ubuntu MAT...
** ダウンロード [#k8c94560]
リンク先ページ名は18.04.4 だがファイル名は18.04.2~
ファイル名のarmhfは32bitのhard float版だから。arm64はもち...
[[32bit版:https://ubuntu-mate.org/download/armhf/bionic/]]~
$ wget https://ubuntu-mate.org/raspberry-pi/ubuntu-mate-...
$ sha256sum ubuntu-mate-18.04.2-beta1-desktop-armhf+rasp...
bb74b607da2f4d417851e006fadd5de1304f84681db9c4bd8f17ff1b...
[[64bit版:https://ubuntu-mate.org/download/arm64/bionic/]]
$ wget https://ubuntu-mate.org/raspberry-pi/ubuntu-mate-...
$ sha256sum ubuntu-mate-18.04.2-beta1-desktop-arm64+rasp...
bb4f6f722b41aa4c40b710b3cb81936127ecf799236ccbaa3b6b5455...
** 書き込み手順 [#xfdf47a0]
32bit版
$ ls -l ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ex...
-rw-r--r-- 1 developer developer 1265649512 3月 25 201...
$ xz -dv ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-e...
ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img.x...
100 % 1,207.0 MiB / 4,768.4 MiB = 0.253 60 MiB/s ...
$ ls -l ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ex...
-rw-r--r-- 1 developer developer 5000000000 3月 25 201...
$ sudo dd bs=4M if=ubuntu-mate-18.04.2-beta1-desktop-arm...
5000000000 bytes (5.0 GB, 4.7 GiB) copied, 537 s, 9.3 MB...
1192+1 レコード入力
1192+1 レコード出力
5000000000 bytes (5.0 GB, 4.7 GiB) copied, 624.387 s, 8....
64bit版
$ ls -l ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-e...
-rw-r--r-- 1 developer developer 1251038932 3月 25 201...
$ xz -dv ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-...
ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-ext4.img....
100 % 1,193.1 MiB / 4,768.4 MiB = 0.250 83 MiB/s ...
$ ls -l ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-e...
-rw-r--r-- 1 developer developer 5000000000 3月 25 201...
$ sudo dd bs=4M if=ubuntu-mate-18.04.2-beta1-desktop-arm...
5000000000 bytes (5.0 GB, 4.7 GiB) copied, 420 s, 11.9 M...
1192+1 レコード入力
1192+1 レコード出力
5000000000 bytes (5.0 GB, 4.7 GiB) copied, 483.559 s, 10...
** SSHが利用できるまでの手順 [#pa2b2ea5]
※ssh-keygen が必要なので注意!
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install ssh
$ sudo ssh-keygen -A
$ sudo systemctl start ssh
$ sudo systemctl enable ssh
※Raspberry PiはRaspberry Pi財団の登録商標です。
#htmlinsert(rpi3b+.html);
終了行:
* Raspberry piにubuntu MATE(18.04.2)をインストールする [#...
Raspberry pi 3b+ は Cortex-A53 なので 64bit CPU なのだが...
そこで、Raspberry pi 3b+ に 32bit版と64bit版の ubuntu MAT...
** ダウンロード [#k8c94560]
リンク先ページ名は18.04.4 だがファイル名は18.04.2~
ファイル名のarmhfは32bitのhard float版だから。arm64はもち...
[[32bit版:https://ubuntu-mate.org/download/armhf/bionic/]]~
$ wget https://ubuntu-mate.org/raspberry-pi/ubuntu-mate-...
$ sha256sum ubuntu-mate-18.04.2-beta1-desktop-armhf+rasp...
bb74b607da2f4d417851e006fadd5de1304f84681db9c4bd8f17ff1b...
[[64bit版:https://ubuntu-mate.org/download/arm64/bionic/]]
$ wget https://ubuntu-mate.org/raspberry-pi/ubuntu-mate-...
$ sha256sum ubuntu-mate-18.04.2-beta1-desktop-arm64+rasp...
bb4f6f722b41aa4c40b710b3cb81936127ecf799236ccbaa3b6b5455...
** 書き込み手順 [#xfdf47a0]
32bit版
$ ls -l ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ex...
-rw-r--r-- 1 developer developer 1265649512 3月 25 201...
$ xz -dv ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-e...
ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ext4.img.x...
100 % 1,207.0 MiB / 4,768.4 MiB = 0.253 60 MiB/s ...
$ ls -l ubuntu-mate-18.04.2-beta1-desktop-armhf+raspi-ex...
-rw-r--r-- 1 developer developer 5000000000 3月 25 201...
$ sudo dd bs=4M if=ubuntu-mate-18.04.2-beta1-desktop-arm...
5000000000 bytes (5.0 GB, 4.7 GiB) copied, 537 s, 9.3 MB...
1192+1 レコード入力
1192+1 レコード出力
5000000000 bytes (5.0 GB, 4.7 GiB) copied, 624.387 s, 8....
64bit版
$ ls -l ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-e...
-rw-r--r-- 1 developer developer 1251038932 3月 25 201...
$ xz -dv ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-...
ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-ext4.img....
100 % 1,193.1 MiB / 4,768.4 MiB = 0.250 83 MiB/s ...
$ ls -l ubuntu-mate-18.04.2-beta1-desktop-arm64+raspi3-e...
-rw-r--r-- 1 developer developer 5000000000 3月 25 201...
$ sudo dd bs=4M if=ubuntu-mate-18.04.2-beta1-desktop-arm...
5000000000 bytes (5.0 GB, 4.7 GiB) copied, 420 s, 11.9 M...
1192+1 レコード入力
1192+1 レコード出力
5000000000 bytes (5.0 GB, 4.7 GiB) copied, 483.559 s, 10...
** SSHが利用できるまでの手順 [#pa2b2ea5]
※ssh-keygen が必要なので注意!
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install ssh
$ sudo ssh-keygen -A
$ sudo systemctl start ssh
$ sudo systemctl enable ssh
※Raspberry PiはRaspberry Pi財団の登録商標です。
#htmlinsert(rpi3b+.html);
ページ名: