Skip to content

Commit 4c00605

Browse files
committed
Merge branch 'build-v2021.1'
2 parents 6aacff4 + 6b8369f commit 4c00605

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Overview
88

99
This Repository provides a Linux Boot Image(U-boot, Kernel, Root-fs) for Zynq MPSoC.
1010

11+
**Note: Downloading the entire repository takes time, so download the source code from https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**
12+
1113
### Features
1214

1315
* Hardware

doc/install/kv260.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
### Downlowd from github
44

5-
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**
5+
**Note: Downloading the entire repository takes time, so download the source code from https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**
66

77
```console
8-
shell$ git clone --depth=1 --branch v2021.1.1 git://github.com/ikwzm/ZynqMP-FPGA-Linux
9-
shell$ cd ZynqMP-FPGA-Linux
10-
shell$ git lfs pull
8+
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v2021.1.1.tar.gz
9+
shell$ tar xfz v2021.1.1.tar.gz
10+
shell$ cd ZynqMP-FPGA-Linux-2021.1.1
1111
```
1212

1313
### File Description

doc/install/ultra96.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
### Downlowd from github
44

5-
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**
5+
**Note: Downloading the entire repository takes time, so download the source code from https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**
66

77
```console
8-
shell$ git clone --depth=1 --branch v2021.1.1 git://github.com/ikwzm/ZynqMP-FPGA-Linux
9-
shell$ cd ZynqMP-FPGA-Linux
10-
shell$ git lfs pull
8+
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v2021.1.1.tar.gz
9+
shell$ tar xfz v2021.1.1.tar.gz
10+
shell$ cd ZynqMP-FPGA-Linux-2021.1.1
1111
```
1212

1313
### File Description

doc/install/ultra96v2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
### Downlowd from github
44

5-
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**
5+
**Note: Downloading the entire repository takes time, so download the source code from https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**
66

77
```console
8-
shell$ git clone --depth=1 --branch v2021.1.1 git://github.com/ikwzm/ZynqMP-FPGA-Linux
9-
shell$ cd ZynqMP-FPGA-Linux
10-
shell$ git lfs pull
8+
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v2021.1.1.tar.gz
9+
shell$ tar xfz v2021.1.1.tar.gz
10+
shell$ cd ZynqMP-FPGA-Linux-2021.1.1
1111
```
1212

1313
### File Description

doc/install/ultrazed-eg-iocc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
### Downlowd from github
44

5-
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**
5+
**Note: Downloading the entire repository takes time, so download the source code from https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**
66

77
```console
8-
shell$ git clone --depth=1 --branch v2021.1.1 git://github.com/ikwzm/ZynqMP-FPGA-Linux
9-
shell$ cd ZynqMP-FPGA-Linux
10-
shell$ git lfs pull
8+
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v2021.1.1.tar.gz
9+
shell$ tar xfz v2021.1.1.tar.gz
10+
shell$ cd ZynqMP-FPGA-Linux-2021.1.1
1111
```
1212

1313
### File Description

0 commit comments

Comments
 (0)