mirror of https://github.com/openXC7/prjxray.git
README: Add new step to prepare db
This step generates all static part information files. Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
parent
ef350f9216
commit
7b16929e7d
14
README.md
14
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue