Skip to content

Commit a8deeec

Browse files
authored
fpga: specify the version of device-tree-xlnx repo (#83)
1 parent 494abbc commit a8deeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpga/boot/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Vivado -> File -> Export -> Export Hardware
7979
```
8080
* set the correct path of device tree repo
8181
```
82-
git clone --depth 1 https://github.com/xilinx/device-tree-xlnx
82+
git clone --depth 1 -b xilinx-v2019.1 https://github.com/xilinx/device-tree-xlnx
8383
# modify the `device_tree_repo_path` variable in `mk.tcl` to the repo just cloned
8484
```
8585
* generate BOOT.BIN and device tree source

0 commit comments

Comments
 (0)