rpi4 edgex
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

構築

  1. Ubuntu Server 19.10 イメージのダウンロード
    https://ubuntu.com/download/raspberry-pi
    64-bit for Raspberry Pi 3 and 4
  2. SD カードに書き込み
  3. Raspberry Pi 4 起動
  4. 接続とパスワード更新
    $ ssh ubuntu@192.168.11.24
  5. 再接続とパッケージの更新
    $ ssh ubuntu@192.168.11.24
    pi4$ sudo apt update
    pi4$ sudo apt upgrade
  6. Edge Gateway のインストール
    pi4$ sudo snap install edgexfoundry
  7. Edge Gateway の Web UI のインストール
    pi4$ sudo snap install edgex-ui-go --channel=latest/beta

利用

  1. Edge Gateway へリモート接続
    http://192.168.11.24:4000
    admin / admin
  2. Gateway の作成