Skip to content

Commit

Permalink
Merge branch 'build-v1.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Jul 21, 2020
2 parents 73206d4 + 4416bef commit be7d636
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/install/de0-nano-soc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Downlowd from github

**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ git clone --depth=1 --branch v1.1.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
Expand Down
2 changes: 2 additions & 0 deletions doc/install/de10-nano.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Downlowd from github

**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ git clone --depth=1 --branch v1.1.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
Expand Down
2 changes: 2 additions & 0 deletions doc/install/zynq-pynqz1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Downlowd from github

**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ git clone --depth=1 --branch v1.1.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
Expand Down
4 changes: 3 additions & 1 deletion doc/install/zynq-zybo-z7.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

#### Downlowd from github

**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ git clone --depth=1 --branch v1.0.1 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ git clone --depth=1 --branch v1.1.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
shell$ git lfs pull
```
Expand Down
2 changes: 2 additions & 0 deletions doc/install/zynq-zybo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Downlowd from github

**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ git clone --depth=1 --branch v1.1.0 git://github.com/ikwzm/FPGA-SoC-Linux
shell$ cd FPGA-SoC-Linux
Expand Down

0 comments on commit be7d636

Please sign in to comment.