Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 515 Bytes

eep_write.md

File metadata and controls

29 lines (20 loc) · 515 Bytes

eep write

write eeprom content

eep write <filename> [flags]

Options

  -h, --help   help for write

Options inherited from parent commands

  -c, --chip uint8     chip type (default 66)
  -e, --erase          erase before write (default false
  -o, --org uint8      chip org (default 8)
  -p, --port string    com port (default "COM8")
  -s, --size uint16    chip size (default 512)
  -x, --xor bytesHex   xor output (default 00)

SEE ALSO

  • eep - eeprom tool