From 4649fdc8c05802cd0dc31589a32131fdd69aeb6f Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 20 Apr 2014 00:45:40 +0200 Subject: [PATCH] Create README --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..8c56edf --- /dev/null +++ b/README @@ -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