No description
Find a file
2019-08-13 07:14:25 -05:00
mesaflash add man page 2019-08-13 07:14:25 -05: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 2019-07-26 18:19:30 -05:00

mesaflash

MesaFlash II

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