From 7b16929e7d15ee35c3e7300516c8748a23c3dcea Mon Sep 17 00:00:00 2001 From: Daniel Schultz Date: Sat, 30 Jan 2021 15:14:20 +0100 Subject: [PATCH] README: Add new step to prepare db This step generates all static part information files. Signed-off-by: Daniel Schultz --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4665400f..d7d7741e 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,16 @@ running any other commands: source settings/artix7.sh ### Step 7: ### +Prepare the database with static part information, which are needed by the +fuzzers, either for all device families + + make db-prepare-parts + +or only for a selected one + + make db-prepare-artix7 + +### Step 8: ### (Option 1, recommended) - Download a current stable version (you can use the Python API with a pre-generated database) @@ -99,13 +109,13 @@ Python API with a pre-generated database) cd fuzzers make -j$(nproc) -### Step 8: ### +### Step 9: ### Pick a fuzzer (or write your own) and run: cd fuzzers/010-clb-lutinit make -j$(nproc) run -### Step 9: ### +### Step 10: ### Create HTML documentation: cd htmlgen