EnglishFrenchSpanish

OnWorks favicon

ftdi_eeprom - Online in the Cloud

Run ftdi_eeprom in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ftdi_eeprom that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ftdi_eeprom - Tool for reading/erasing/flashing FTDI USB chip eeproms

SYNOPSIS


ftdi_eeprom [commands] config-file

DESCRIPTION


ftdi_eeprom is a small tool for reading/erasing/flashing FTDI USB chip eeproms. It uses
libftdi to access the chip, so you will need to have the required permissions on the
device.

The ftdi_sio module should not be loaded. You can prevent it to be automatically loaded by
adding it to /etc/modprobe.d/blacklist.

You have to unplug and replug your device to get the new values to be read. Otherwise,
you will still get the old values.

COMMANDS


--read-eeprom
Read eeprom and write to ‐filename‐ from config-file.

--erase-eeprom
Erase eeprom.

--flash-eeprom
Flash eeprom.

CONFIGURATION FILE


The configuration file contains a list of key-value pairs which will be used to flash an
FTDI USB chip eeprom. Comments start with #. The beginning of such a file might look like
the following:

vendor_id=0x0403 # Vendor ID
product_id=0x6001 # Product ID

max_power=0 # Max. power consumption: value * 2 mA. Use 0 if self_powered = true.

###########
# Strings #
###########
manufacturer="ACME Inc" # Manufacturer
product="USB Serial Converter" # Product
serial="08-15" # Serial

The example configuration file that could be found in /usr/share/doc/ftdi-eeprom/examples
is quite well commented so you should be able to use it as a basis. The following keys
are supported:

vendor_id
Set the vendor ID of the device. This value could be entered in decimal or
hexadecimal form, and should be in the range 0-65535 or 0x0000-0xffff,
respectively.

product_id
Set the product ID of the device. This value could be entered in decimal or
hexadecimal form, and should be in the range 0-65535 or 0x0000-0xffff,
respectively.

max_power
Set the maximum current the device will use, in 2 mA unit. Use 0 if self_powered =
true.

manufacturer
Set the manufacturer string which normally holds the name of the manufacturer.

product
Set the product string which normally holds the name of the product.

serial Set the serial string which normally holds the serial number of the product.

self_powered
Specify if the device is self-powered or not. The value should be true or false.

remote_wakeup
Specify if the device supports remote wake-ups. The value should be true or false.

use_serial
If this value is set to true, the serial string will be used. Otherwise the default
serial string will be used.

BM_type_chip
This value have to be set to true if you are using a BM chip.

in_is_isochronous
If set to true this option specify that the input endpoint is in isochronous mode.

out_is_isochronous
If set to true this option specify that the output endpoint is in isochronous mode.

suspend_pull_downs
If this value is set to true the pull downs are enabled during suspend for lower
power consumption.

change_usb_version
This value has to be set to true if you want to force the USB version using the
usb_version key. Otherwise the default USB version will be used.

usb_version
Set the USB version of the device. The change_usb_version value has to be set to
true.

filename
Specify a filename if you want to dump the content of the eeprom into it.

Use ftdi_eeprom online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 2
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 3
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 4
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • 5
    GLPI Themes
    GLPI Themes
    Download release at
    https://github.com/stdonato/glpi-modifications/
    Color themes for GLPI 0.84 and 0.85 New
    Modifications for GLPI This is an
    application that c...
    Download GLPI Themes
  • 6
    SMPlayer
    SMPlayer
    SMPlayer is a free media player for
    Windows and Linux with built-in codecs
    that can also play YouTube videos. One
    of the most interesting features of
    SMPlayer:...
    Download SMPlayer
  • More »

Linux commands

Ad