We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494abbc commit a8deeecCopy full SHA for a8deeec
fpga/boot/README.md
@@ -79,7 +79,7 @@ Vivado -> File -> Export -> Export Hardware
79
```
80
* set the correct path of device tree repo
81
82
-git clone --depth 1 https://github.com/xilinx/device-tree-xlnx
+git clone --depth 1 -b xilinx-v2019.1 https://github.com/xilinx/device-tree-xlnx
83
# modify the `device_tree_repo_path` variable in `mk.tcl` to the repo just cloned
84
85
* generate BOOT.BIN and device tree source
0 commit comments