20 lines
361 B
Text
20 lines
361 B
Text
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
|