ch341eeprom command not found

sudo ./ch341eeprom -s 24c32 -w bypass.bin
Thanks daeg, I was omitting ./ which was the reason I was getting the 'no such file' error.
I was wondering why in some instances it's not needed, as the example on the wiki page.

I've had this error only the first time I've successfully run the program.
libusb: info [darwin_detatch_kernel_driver] no capture entitlements. may not be able to detach the kernel driver for this device
libusb: info [darwin_claim_interface] no interface found; setting configuration: 1

So happy to not have to switch to windows just to flash a bank!
 
Thanks daeg, I was omitting ./ which was the reason I was getting the 'no such file' error.
I was wondering why in some instances it's not needed, as the example on the wiki page.

I've had this error only the first time I've successfully run the program.


So happy to not have to switch to windows just to flash a bank!
If you type the command 'echo $PATH' you should see a list of directories. If you copy ch341eeprom to one of these directories you will no longer need to type the "./" any more.

I am a linux user so I'm not sure what the correct directory on a mac would be, but on linux I copied ch341eeprom to "~/.local/bin".
 
  • Like
Reactions: fig
Back
Top