Skip to content

Commit

Permalink
Create README
Browse files Browse the repository at this point in the history
  • Loading branch information
micges committed Apr 19, 2014
1 parent 752bd5e commit 4649fdc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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 run the software:

./mesaflash

to get command line syntax:

./mesaflash --help

0 comments on commit 4649fdc

Please sign in to comment.