[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avrdude-dev] [bug #41064] Configuration for ft232r in avrdude.conf.in o
From: |
Ivan |
Subject: |
[avrdude-dev] [bug #41064] Configuration for ft232r in avrdude.conf.in of avrdude-6.0.1 |
Date: |
Thu, 02 Jan 2014 11:09:10 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0 |
URL:
<http://savannah.nongnu.org/bugs/?41064>
Summary: Configuration for ft232r in avrdude.conf.in of
avrdude-6.0.1
Project: AVR Downloader/UploaDEr
Submitted by: vanili
Submitted on: Thu 02 Jan 2014 11:09:09 AM GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Originator Name: Ivan
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
I've observed that description of ft232r programmer pinouts in avrdude.conf.in
is wrong. It is
programmer
id = "ft232r";
desc = "FT232R Synchronous BitBang";
type = "ftdi_syncbb";
connection_type = usb;
miso = 1; # RxD
sck = 0; # RTS
mosi = 2; # TxD
reset = 4; # DTR
;
but should be
programmer
id = "ft232r";
desc = "FT232R Synchronous BitBang";
type = "ftdi_syncbb";
connection_type = usb;
miso = 1; # RxD
sck = 2; # RTS
mosi = 0; # TxD
reset = 4; # DTR
;
It's not so serious, but for me it took few hours to figure out, what's wrong
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?41064>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [avrdude-dev] [bug #41064] Configuration for ft232r in avrdude.conf.in of avrdude-6.0.1,
Ivan <=