Hi,
Because I want to control my Dahlia carrier board remotely, I would like to
use the FTDI GPIO to setup the DBG_RESET#, DBG_RECOVERY#, DBG_PWR_BTN# and
DBG_FORCE_OFF# lines.
From my host (linux) machine, I can see ttyUSB[0…3] devices, so I guess that at least one of them
has a protocol to do so.
Is there a documentation or example code for doing that ?
Thanks !
Yes, documentation is available. Please refer to the FTDI4232HL datasheet and the Dahlia carrier board schematic. To control the FTDI4232HL GPIO from your Linux system, you can try using the PyFtdi API. Please note that we have not tested this solution.