kinx-project / mk66f-blaster

EEPROM programming tool for the Cypress HX2VL USB hub IC series

Home Page:https://michael.stapelberg.de/posts/2018-04-17-kinx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The kinX blaster tool reads/writes the EEPROM of the kinX’s CY7C65632 USB 2.0 hub.

Usage

mk66f-blaster        # read the EEPROM
mk66f-blaster -raw   # print the raw EEPROM bytes to stdout instead of parsing
mk66f-blaster -write # write the default config to the EEPROM

Installation

go get -u github.com/kinx-project/mk66f-blaster

About

EEPROM programming tool for the Cypress HX2VL USB hub IC series

https://michael.stapelberg.de/posts/2018-04-17-kinx/

License:Apache License 2.0


Languages

Language:Go 100.0%