From 2ea3fdd299abf7cd0db4738d5b08b03b3f673f02 Mon Sep 17 00:00:00 2001 From: AWSNB Date: Wed, 25 Jan 2017 06:47:36 -0800 Subject: [PATCH] Update README.md (#68) --- sdk/management/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk/management/README.md b/sdk/management/README.md index c3762f212..efd18ed22 100644 --- a/sdk/management/README.md +++ b/sdk/management/README.md @@ -6,6 +6,7 @@ APIs, Hardware Abstraction Layers (HALs), and utilities needed for building the The developer have one of two options to use the management tools: -1) Compile and install the reference tools under [`/fpga_image_tool` directory](./fpga_image_tools), and use them from shell command line. +1) Compile and install the reference tools found under [`/fpga_image_tool` directory](./fpga_image_tools). Once the install is successful, the developer can use these tools through linux shell command line. + +2) Integrate the provided source code into the developer C/C++ application for performing FPGA management without invoking shell command line. -2) Integrate the provided source code into the developer application for performing FPGA management without invoking shell command line.