您尚未登录。

楼主 # 2022-09-01 20:00:10

metro
会员
注册时间: 2019-03-09
已发帖子: 442
积分: 486

好消息,Xilinx放出了FTDI下载器的制作工具

原帖见Programming FTDI Devices for Vivado Hardware Manager Support,注意需要安装最新的Vivado 2022.1。

使用方法很简单,亲测可行。支持FT232H/FT2232H/FT4232H。

1.png
2.png
3.png

最后贴一下命令的使用方法:

program_ftdi

Short Description
Write/Read to FTDI EEPROM for Xilinx JTAG Tools support

Syntax:
program_ftdi {-write -ftdi=<ftdi_part> -serial=<serial_number> [-vendor=<vendor_name>][-board=<board_name>][-m=<manufacturer>][-desc=<description>] |
              -write -filein=<cfg_filein> |
              -read [-fileout=<cfg_fileout>]} [-help][-longhelp]

Usage:
Name            Description
-------------------------------------------------------------------------------------
-ftdi           Specify the ftdi device to be programmed <FT232H | FT2232H | FT4232H>
-serial         Serial number to be written into the EEPROM
[-vendor]       Vendor information
[-board ]       Name of the board being programmed
[-mfg    ]      Manufacturer information
[-desc   ]      A short description of the board
-file_in        Input file with all fields to be written
[-file_out]     File to which the FDI EEPROM should be read back


Description:
program_ftdi writes/reads the fdti part according to the option specified.
When called with write, either -ftdi and -serial must be used or -filein with -ftdi must be specified. The Xilinx supported configuration for the part specified using -ftdi flag is written into the EEPROM.
-vendor, --board, -m and -desc are optional arguments which can be used to specify more details to be written. All strings must be specified within inverted commas ("").
When used with read, the command reads back the content of FTDI EEPROM to standard out. if -fileout option is used, the read back information is written to the file specified.
If no arguments are passed, FTDI communication is skipped and help menu is printed.

Restrictions:
Only the 1st ftdi part found will be programmed/read. If more than 1 ftdi device is detected this command will error out.

Arguments:
-write      -   Write the FTDI EEPROM with either the options specifed with command line option of by a given input configuration file.

-read       -   Read the contents of the FTDI device detected in chain.

-ftdi       -   (Required field) Specify the ftdi device to be programmed <FT232H | FT2232H | FT4232H>
                This programs the ftdi part according to the supported configuration for the specified device

-serial     -   (Required field) Serial number to be written into the EEPROM
                The serial number can have digits and/or alphabets. no special characters may be used.

-vendor     -   (Optional field) Vendor information
                The vendor information should contain vendor name and other details as a string.

-board      -   (Optional field) Name of the board being programmed
                A board name can be written into FTDI using this argument.

-m          -   (Optional field) Manufacturer information
                The Manufacturer information should contain Manufacturer name and other details as a string.

-desc       -   (Optional field) A short description of the board

-filein     -   (Required field) Input file with all fields to be written
                If this argument is used, an input file with details about the FTDI device, serial number etc should be specified.

-fileout    -   (Optional field) File to which the FDI EEPROM should be read back

离线

#1 2022-09-02 08:34:30

echo
会员
注册时间: 2020-04-16
已发帖子: 348
积分: 353.5

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

FTDI芯片太贵,CH552模拟才是王道

离线

楼主 #2 2022-09-02 11:04:05

metro
会员
注册时间: 2019-03-09
已发帖子: 442
积分: 486

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

echo 说:

FTDI芯片太贵,CH552模拟才是王道

最近在玩CH32V203G6,批量价格2块左右,性能比CH552强了很多,感觉挺适合做调试器。

离线

#3 2022-09-02 15:53:13

Fanserasery
会员
注册时间: 2022-08-19
已发帖子: 4
积分: 4

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

草我昨天找到的你就发了

离线

楼主 #4 2022-09-02 16:40:41

metro
会员
注册时间: 2019-03-09
已发帖子: 442
积分: 486

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

Fanserasery 说:

草我昨天找到的你就发了

嘿嘿嘿🥵🥵🥵

离线

#5 2022-09-05 09:37:06

MicWzn
会员
注册时间: 2021-09-25
已发帖子: 15
积分: 19

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

看着挺方便的  不知道用这个烧写的FT4232 能识别几个串口

离线

#6 2022-09-25 00:24:54

mingmingjiu
会员
注册时间: 2022-09-25
已发帖子: 6
积分: 6

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

这个只能改一些名称之类的吧,有没有把空的FT4232烧录成2 jtag+2 uart的方法啊?

离线

#7 2022-11-12 20:39:42

enchena
会员
注册时间: 2022-11-12
已发帖子: 1
积分: 1

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

準備試下,看看效果

离线

#8 2022-11-18 09:03:15

JXY
会员
注册时间: 2022-11-18
已发帖子: 1
积分: 1

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

这个命令具体怎么执行呀,大佬可以指点一下吗,新手不太懂,谢谢。

离线

#9 2022-11-22 13:47:15

qqj1228
会员
注册时间: 2022-11-20
已发帖子: 4
积分: 4

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

好像用Digilent的量产工具也能做,论坛里有帖子发过。

离线

#11 2023-03-01 19:42:10

Jason_2023
会员
注册时间: 2023-03-01
已发帖子: 1
积分: 1

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

楼主,能否讲一下详细细节:
program_ftdi命令敲在Vivado的TCL命令行里?
只要敲program_ftdi -write 这一条命令就可以,不需要-filein?

谢谢

离线

#12 2023-03-01 20:03:27

郑朝
会员
注册时间: 2023-03-01
已发帖子: 1
积分: 1

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

请问怎么设计成JTAG模式

离线

#13 2023-03-06 23:18:55

johnnyzhong
会员
注册时间: 2023-03-06
已发帖子: 7
积分: 2

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

能否详细描述一下,谢谢!

离线

#14 2023-03-07 10:05:42

johnnyzhong
会员
注册时间: 2023-03-06
已发帖子: 7
积分: 2

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

invalid command name "program_fdti"

离线

#15 2023-12-05 21:10:10

KLJ240154024
会员
注册时间: 2023-12-05
已发帖子: 6
积分: 6

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

请问一下,这个怎么用,有详细教程吗

离线

#17 2024-01-24 02:08:42

matt0514
会员
注册时间: 2023-12-27
已发帖子: 5
积分: 5

Re: 好消息,Xilinx放出了FTDI下载器的制作工具

不知道digilent量产工具有没有能搞ft4232的,看都是做232的

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn