This is a collection of scripts to program and test hardware.
This help gives very short overview only.

USAGE
  gwhw [COMMAND] [OPTIONS]

GWHW COMMANDS

  gwhw-1w
    List 1-wire devices

  gwhw-agcio-reset
    Does hardwrae reset to agcio

  gwhw-flash [DEVICE] [OPTIONS]
    Flash device (agcio, com4, smsc, ...)

  gwhw-help
    This help

  gwhw-io-reset3
    Send reset-3 command to IO board using IEC101 protocol

  gwhw-serial
    List serial port paths in order

  gwhw-smsc
    Show smsc info (eeprom, devicetree and path info)

ABOUT GWHW-FLASH-SMSC

  Changing MAC address, will succeed if eeprom is installed
    gwhw flash smsc eth1 3c:39:e7:8f:ff:ff

  Alternatively MAC can be set from bootloader if supported:
    in U-Boot : fdt set ethernet1 local-mac-address [3c:39:e7:8f:ff:ff]; run fdtsave
    in Barebox: of_property -s ethernet1 local-mac-address [3c:39:e7:8f:ff:ff]; saveenv

CONFIGURATION
  Configuration path /usr/local/etc/gwhw.conf
