Skip to content

Commit

Permalink
[update] doc/install/*.md for install v1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Jun 18, 2022
1 parent 2138ed2 commit 0e89285
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions doc/install/kv260.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Note: Downloading the entire repository takes time, so download the source code from /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**

```console
shell$ wget /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v1.0.0-rc1.tar.gz
shell$ tar xfz v1.0.0-rc1.tar.gz
shell$ cd ZynqMP-FPGA-Linux-1.0.0-rc1
shell$ wget /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v1.0.0-rc2.tar.gz
shell$ tar xfz v1.0.0-rc2.tar.gz
shell$ cd ZynqMP-FPGA-Linux-1.0.0-rc2
```

### File Description
Expand Down Expand Up @@ -42,7 +42,7 @@ shell# mount /dev/sdc2 /mnt/usb2

#### Make Boot/Root Partition

````console
```console
shell# ./scripts/install-sd-5.10.120-zynqmp-fpga-generic.sh -v -t Kv260 -b /mnt/usb1 -r /mnt/usb2

# Make Boot Partition
Expand Down
6 changes: 3 additions & 3 deletions doc/install/ultra96.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Note: Downloading the entire repository takes time, so download the source code from /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**

```console
shell$ wget /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v1.0.0-rc1.tar.gz
shell$ tar xfz v1.0.0-rc1.tar.gz
shell$ cd ZynqMP-FPGA-Linux-1.0.0-rc1
shell$ wget /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v1.0.0-rc2.tar.gz
shell$ tar xfz v1.0.0-rc2.tar.gz
shell$ cd ZynqMP-FPGA-Linux-1.0.0-rc2
```

### File Description
Expand Down
6 changes: 3 additions & 3 deletions doc/install/ultra96v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Note: Downloading the entire repository takes time, so download the source code from /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**

```console
shell$ wget /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v1.0.0-rc1.tar.gz
shell$ tar xfz v1.0.0-rc1.tar.gz
shell$ cd ZynqMP-FPGA-Linux-1.0.0-rc1
shell$ wget /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v1.0.0-rc2.tar.gz
shell$ tar xfz v1.0.0-rc2.tar.gz
shell$ cd ZynqMP-FPGA-Linux-1.0.0-rc2
```

### File Description
Expand Down
6 changes: 3 additions & 3 deletions doc/install/ultrazed-eg-iocc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Note: Downloading the entire repository takes time, so download the source code from /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/releases.**

```console
shell$ wget /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v1.0.0-rc1.tar.gz
shell$ tar xfz v1.0.0-rc1.tar.gz
shell$ cd ZynqMP-FPGA-Linux-1.0.0-rc1
shell$ wget /~https://github.com/ikwzm/ZynqMP-FPGA-Linux/archive/refs/tags/v1.0.0-rc2.tar.gz
shell$ tar xfz v1.0.0-rc2.tar.gz
shell$ cd ZynqMP-FPGA-Linux-1.0.0-rc2
```

### File Description
Expand Down

0 comments on commit 0e89285

Please sign in to comment.