No description
Find a file
Peter Wallace b0f210b013 Add Inm and BISS pinout list support
fix a couple of compile warnings
2019-11-16 13:50:19 -08:00
mesaflash Add Inm and BISS pinout list support 2019-11-16 13:50:19 -08:00
.gitignore update gitignore 2019-08-13 07:12:27 -05:00
.travis.yml try xenial dist 2019-07-26 06:27:17 -05:00
LICENSE Initial commit 2019-07-25 16:04:01 -05:00
README.md Update README.md 2019-10-26 07:11:27 -05:00

mesaflash

MesaFlash II The current version of MesaFlash is this one.

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

Quickstart:

MesaFlash depends on the libpci-dev, to install it:

sudo apt install libpci-dev

You may need to install git first:

sudo apt install git

Clone MesaFlash:

git clone https://github.com/jethornton/mesaflash.git

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

cd mesaflash

In the source directory to build MesaFlash:

make

To get command line syntax from a local make:

./mesaflash --help

To build and install MesaFlash:

sudo make install

To run an installed MesaFlash:

mesaflash --help