cmake .
make
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
-- Checking for module 'libftdi1'
-- Found libftdi1, version 1.3
-- Checking for module 'libftd2xx'
-- No package 'libftd2xx' found
-- Found LIBFTD2XX: /usr/local/lib/libftd2xx.so
-- Checking for module 'libusb'
-- Found libusb, version 0.1.12
-- Configuring done
-- Generating done
lsusb
Bus 001 Device 014: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
lsmod
ftdi_sio 53248 0
usbserial 49152 1 ftdi_sio
./xc3sprog -c ftdi
Could not open FTDI device (using libftdi): device not found
Unable to access FTDI device with either libftdi or FTD2XX
How to check that FT232RL with AVR are connected and ready ?
Hello,
your chip is a simple FTDI chip without the MPSSE engine, to my knowledge. xc3sprog needs MPSSE. Look at cablelist.txt for supported chips and VID/PID combos.
In prinziple , the bitbang machine could also do JTAG, at probably must lower speed. This needs to be implemented. Feel free to contribute an implementation.