100%
femu-hardware femu view
Description

Imported from GitHub: femtoduino/femu-hardware · commit 443a76b · license MIT

Description

Femto ESP32 Micro USB

README

FTDI EEPROM

On macOs, you will need to unload the default ftdi drivers first:

(From https://pylibftdi.readthedocs.io/en/latest/troubleshooting.html)

sudo kextunload -bundle-id com.apple.driver.AppleUSBFTDI
sudo kextunload -bundle-id com.FTDI.driver.FTDIUSBSerialDriver

If you need to reload them:

sudo kextload -bundle-id com.apple.driver.AppleUSBFTDI
sudo kextload -bundle-id com.FTDI.driver.FTDIUSBSerialDriver

Flash femu.conf to FTDI chip

ftdi_eeprom --device i:0x0403:0x6015 --flash-eeprom femu.conf
Comments
Sign in to comment

No comments yet. Be the first to ask about this board.