Skip to content
wowi1968 edited this page May 7, 2015 · 7 revisions
  • eq3configcmd

Mit dem Programm eq3configcmd können verschieden Kommandos ausgeführt werden. eq3configcmd help liefert ein Liste der möglichen Befehle:

root@raspberrypi:~# eq3configcmd help

Usage: help <command>

Supported commands are:

help

netconfigcmd

update-lgw-firmware

update-coprocessor

setlgwkey

rfd-interface-copy

read-default-rf-address

root@raspberrypi:

Beispiele:

  • HM-MOD-UART Firmware Update durchführen

eq3configcmd update-coprocessor -p /dev/ttyAMA0 -c -u -d /opt/hm/firmware

  • HM-MOD-UART Version abfragen:

eq3configcmd update-coprocessor -p /dev/ttyAMA0 -c -v -d /opt/hm/firmware

  • HM-MOD-UART Seriennummer abfragen:

eq3configcmd update-coprocessor -p /dev/ttyAMA0 -c -se -d /opt/hm/firmware

Clone this wiki locally