Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sdk/management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.