obp60
Dies ist eine alte Version des Dokuments!
OBP60
siehe auch:
Firmware
Erstellen der Firmware unter Linux lediglich mit PlatformIO Core.
- Abhängigkeiten installieren (als root)
apt-get install python3-venv
- PlatformIO installieren (als normaler Benutzer)
- 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
- Installer ausführen
python3 get-platformio.py
- Installer kann anschließend gelöscht werden
rm get-platformio.py
- Quellen von OBP von Github holen
git clone https://github.com/norbert-walter/esp32-nmea2000-obp60.git
- 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