Raspberry Pi 4 IoT Edge Gateway
Created|Updated

https://news.softpedia.com/news/you-can-now-turn-a-raspberry-pi-4-sbc-into-an-edge-gateway-with-ubuntu-19-10-528326.shtml
Raspbery Pi 4 をエッジゲートウェイにしてみました。
どうやって使うんだろう。
環境
- Raspberry Pi 4B
- Ubuntu Server 19.10 aarch64
- 192.168.11.24
構築
- Ubuntu Server 19.10 イメージのダウンロード
https://ubuntu.com/download/raspberry-pi
64-bit for Raspberry Pi 3 and 4
- SD カードに書き込み
- Raspberry Pi 4 起動
- 接続とパスワード更新
$ ssh ubuntu@192.168.11.24
|
- 再接続とパッケージの更新
$ ssh ubuntu@192.168.11.24 pi4$ sudo apt update pi4$ sudo apt upgrade
|
- Edge Gateway のインストール
pi4$ sudo snap install edgexfoundry
|
- Edge Gateway の Web UI のインストール
pi4$ sudo snap install edgex-ui-go --channel=latest/beta
|
利用
- Edge Gateway へリモート接続
http://192.168.11.24:4000
admin / admin
- Gateway の作成