- Notifications
You must be signed in to change notification settings - Fork1
Tool to manipulate Cypress EZ-USB FX2LP devices
License
NotificationsYou must be signed in to change notification settings
DrMcCoy/FX2LPTool
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Tool to manipulate Cypress EZ-USB FX2LP devices.Namely, it lets you easily change the USB vendor/product IDs stored in the devices' EEPROM.
FX2LPTool is partially based on the Cypress CyUSB Suite for Linux. See the AUTHORS file for specifics.
For a list of vendor/product IDs for FX2-based logic analyzer, please seethe fx2lafw page in the sigrok wiki.
Usage: fx2lptool <command> <vendor ID> <product ID> [<command options>]The vendor ID and product ID can be specified in decimal or, whenprefixed with 0x, in hexadecimal, or, when prefixed with a 0, in octal.Valid commands are: - readeeprom Read the contents of the device's EEPROM - verifyid Verify the EEPROM contents with the vendor/product IDs - setid <new vendor ID> <new product ID> Set the vendor and product IDs. For known IDs, please see the README.mdExamples:fx2lptool readeeprom 0x0925 0x3881fx2lptool verifyid 0x0925 0x3881fx2lptool setid 0x0925 0x3881 0x08A9 0x0014