原帖见Programming FTDI Devices for Vivado Hardware Manager Support,注意需要安装最新的Vivado 2022.1。
使用方法很简单,亲测可行。支持FT232H/FT2232H/FT4232H。
最后贴一下命令的使用方法:
program_ftdi
Short Description
Write/Read to FTDI EEPROM for Xilinx JTAG Tools supportSyntax:
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
离线
FTDI芯片太贵,CH552模拟才是王道
离线
FTDI芯片太贵,CH552模拟才是王道
最近在玩CH32V203G6,批量价格2块左右,性能比CH552强了很多,感觉挺适合做调试器。
离线
草我昨天找到的你就发了
离线
草我昨天找到的你就发了
嘿嘿嘿🥵🥵🥵
离线
看着挺方便的 不知道用这个烧写的FT4232 能识别几个串口
离线
这个只能改一些名称之类的吧,有没有把空的FT4232烧录成2 jtag+2 uart的方法啊?
离线
準備試下,看看效果
离线
这个命令具体怎么执行呀,大佬可以指点一下吗,新手不太懂,谢谢。
离线
好像用Digilent的量产工具也能做,论坛里有帖子发过。
离线
楼主,能否讲一下详细细节:
program_ftdi命令敲在Vivado的TCL命令行里?
只要敲program_ftdi -write 这一条命令就可以,不需要-filein?
谢谢
离线
请问怎么设计成JTAG模式
离线
能否详细描述一下,谢谢!
离线
invalid command name "program_fdti"
离线
请问一下,这个怎么用,有详细教程吗
离线
不知道digilent量产工具有没有能搞ft4232的,看都是做232的
离线
烧录完识别不太对
离线
亲测可用,在FTDI官网看了一堆文档,写程序控制都不行,还得是vivado,就是新版本vivado太占内存了
离线
怀疑vivado的JTAG口是不是有没有字段识别,不然为什么使用FTDI提供D2xx配置不成功
离线
FTDI芯片还是太贵了,不过我已经可以搞定MCU模拟了
离线
通过新版本Vivado制作好了以后 能在老版本上用吗?
离线
echo 说:FTDI芯片太贵,CH552模拟才是王道
最近在玩CH32V203G6,批量价格2块左右,性能比CH552强了很多,感觉挺适合做调试器。
能实现1JTAG+2UART吗?
离线
亲测可用,在FTDI官网看了一堆文档,写程序控制都不行,还得是vivado,就是新版本vivado太占内存了
具体是流程是什么,在vivado 2023.1的tcl中输入program_ftdi -write -ftdi FT2232H -serial 0ABC01 -vendor "my vendor co" -board "my board" -desc "my product desc"能够显示成功,但是在FT Prog中还是默认的FTDI的4个串口
离线
https://github.com/tpunix/FT-LINK
用CH32V305做的,模拟了FT2232D的MPSSE模式。
离线