• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Supported programmers
2=====================
3
4flashrom supports many different programmers, for the full list you can look into `programmer_table.c <https://github.com/flashrom/flashrom/blob/main/programmer_table.c>`_
5in the source tree. Some of the programmers have their own documentation pages, see below.
6
7Please check the :ref:`programmer-specific information` section of the :doc:`/classic_cli_manpage` for more details about programmers and their usage.
8
9If you can run flashrom locally, the command ``flashrom -L`` prints all devices supported per programmer
10(see :doc:`/classic_cli_manpage` for more details on command line options). The output of this command is long, so you might
11want to save it to file or grep.
12
13Patches to add/update documentation, or migrate docs from `old wiki website <https://wiki.flashrom.org/Supported_programmers>`_ are very much appreciated.
14
15.. toctree::
16    :maxdepth: 1
17
18    buspirate
19    dummyflasher
20    ft2232_spi
21    serprog/index
22