No description
Find a file
2016-11-21 21:35:05 -06:00
debian debian packaging: remove unused copy of libpci from dfsg tarball 2016-07-03 07:57:20 -05:00
examples Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
libpci Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00
winio32 Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00
.gitignore sserial: add support for 7i77 analog sserial remote, add also example program for it 2014-09-19 12:47:11 +02:00
anyio.c WIP: match board with bitfile filename or userid 2016-11-21 21:35:05 -06:00
anyio.h Introduce, use new commandline flag --fix-boot-block 2016-07-02 08:13:10 -05:00
bitfile.c WIP: match board with bitfile filename or userid 2016-11-21 21:35:05 -06:00
bitfile.h WIP: match board with bitfile filename or userid 2016-11-21 21:35:05 -06:00
boards.h detection: support '--device ETHER' for any ethernet device 2016-10-22 14:49:12 -05:00
common.c anyio: refactor: unification of functions arguments in hostmot2 access interface 2015-03-09 01:01:03 +01:00
common.h anyio: refactor: unification of functions arguments in hostmot2 access interface 2015-03-09 01:01:03 +01:00
eeprom.c WIP: match board with bitfile filename or userid 2016-11-21 21:35:05 -06:00
eeprom.h Introduce, use new commandline flag --fix-boot-block 2016-07-02 08:13:10 -05:00
eeprom_local.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
eeprom_local.h Introduce, use new commandline flag --fix-boot-block 2016-07-02 08:13:10 -05:00
eeprom_remote.c Introduce, use new commandline flag --fix-boot-block 2016-07-02 08:13:10 -05:00
eeprom_remote.h Introduce, use new commandline flag --fix-boot-block 2016-07-02 08:13:10 -05:00
encoder_module.c Remove declarations of unused variables 2016-07-02 08:47:37 -05:00
encoder_module.h libanyio: use base address from module descriptor, not from regmap 2015-03-11 10:38:05 +01:00
epp_boards.c WIP: match board with bitfile filename or userid 2016-11-21 21:35:05 -06:00
epp_boards.h fix c99 inline issues 2015-10-06 17:51:40 -07:00
eth_boards.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
eth_boards.h fix c99 inline issues 2015-10-06 17:51:40 -07:00
hostmot2.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
hostmot2.h Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
hostmot2_def.h 7i96: add transformer ref/drive pins 2016-10-22 14:49:12 -05:00
lbp.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
lbp.h Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
lbp16.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
lbp16.h lbp16: move FPGA reset and reload to common place as now both ethernet and serial hm2 boards use them 2014-09-14 11:00:53 +02:00
libpci.dll Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00
Makefile Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
mesaflash.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
pci_boards.c WIP: match board with bitfile filename or userid 2016-11-21 21:35:05 -06:00
pci_boards.h libanyio: add support for 6i24 PCIE board 2015-01-16 19:10:43 +01:00
README Update README 2014-04-20 01:03:23 +02:00
serial_boards.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
serial_boards.h libanyio: factor out ethernet and serial transport level details from lbp16 2014-09-12 23:43:12 +02:00
spi_boards.c WIP: match board with bitfile filename or userid 2016-11-21 21:35:05 -06:00
spi_boards.h libanyio: remove spilbp as only spi_boards use it and it's too simple to be standalone 2014-09-13 00:25:11 +02:00
sserial_module.c Fix problems regarding function prototypes 2016-11-21 21:09:24 -06:00
sserial_module.h fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
types.h add lost types.h to repo 2014-09-11 21:22:45 +02:00
usb_boards.c WIP: match board with bitfile filename or userid 2016-11-21 21:35:05 -06:00
usb_boards.h refactor: extract board definitions to boards.h to remove including main library header file in all submodules 2014-05-09 13:35:23 +02:00
WinIo32.dll Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00
WinIo32.sys Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00

mesaflash
=========

Configuration and diagnostic tool for Mesa Electronics PCI(E)/ETH/EPP/USB/SPI boards

Quickstart:
===========

From the top level directory, switch to the source directory:

  cd mesaflash

In the source directory, install dependency and build:

  sudo apt-get install libpci-dev
  make

to get command line syntax:
  
  ./mesaflash --help