Benutzer-Werkzeuge

Webseiten-Werkzeuge


obp60

Dies ist eine alte Version des Dokuments!


OBP60

Firmware

Erstellen der Firmware unter Linux lediglich mit PlatformIO Core.

  1. Abhängigkeiten installieren (als root)
    apt-get install python3-venv
  2. PlatformIO installieren (als normaler Benutzer)
    1. Installer herunterladen:
      curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py

      oder

      wget -O get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
    2. Installer ausführen
      python3 get-platformio.py
  3. Installer kann anschließend gelöscht werden
    rm get-platformio.py
  4. Quellen von OBP von Github holen
    git clone https://github.com/norbert-walter/esp32-nmea2000-obp60.git
  5. Firmware erstellen
    cd /esp32-nmea2000-obp60
    ~/.platformio/penv/bin/pio run
obp60.1728801636.txt.gz · Zuletzt geändert: 13.10.2024 06:40 von thooge

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki