Commit f1a4d624 authored by Peter Jansweijer's avatar Peter Jansweijer

edit README.md

parent 833afdf1
Pipeline #2252 failed with stage
in 2 minutes and 19 seconds
......@@ -4,7 +4,7 @@ This Readme is a work in progress it currently containts the following topics:
- Building a bitfile
- Building a tandem loaded BOOT.bin for flash memory.
- Building a tandem loaded BOOT.bin for QSPI flash memory.
Building a bitfile
--------------
......@@ -14,7 +14,7 @@ Building a bitfile
2. After that make sure your submodules are up to date
git submodule init;git submodule update
3. After that navigate to the "syn" directory of the project you wish to build, currently the repo supports three (blink, TandemPcie and WhiteRabbit).
3. After that navigate to the "syn" directory of the project you wish to build, currently the repo supports three designs:
cd spec7/hdl/syn/spec7_ref_design/
or
......@@ -57,7 +57,6 @@ After checking that we can start:
./Build_boot.sh
4. In the newly created output dir there now is a BOOT.bin. This file along with "zynq_fsbl.elf" can now be flashed in QSPI memory (mt25ql256-qspi-x8-dual_parallel)
4. In the newly created output dir there now is a BOOT.bin. This file can now be flashed in QSPI memory (mt25ql256-qspi-x8-dual_parallel)
I should mabey make a script for that aswell.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment