You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
heck 0d7f71d74b .gitignore 7 months ago
data Test: add test fv1 bank for writing. 2 years ago
dist Dist: first binary release 0.01 2 years ago
src Try: avoid root access by NOT trying to detach any kext. (works on my machine) 2 years ago
.clang-format add .clang-format 2 years ago
.gitignore .gitignore 7 months ago
LICENSE init 2 years ago
README.md init 2 years ago

README.md

FVFLASH

A flash tool for the fv-1 chip for macos.

Use case: fv-1 using a ch341 connected to the eeprom as a serial to i2c converter. The aim is to have a "as simple as possible to use" uploader for people using e.g. the SpinCAD designer to create programs

Build Dependecies

port install libusb-devel

Build

go into dir src.
make

Resources

forked from https://github.com/stefanct/ch341eepromtool