Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwzm committed Jan 12, 2024
2 parents f4d9c78 + 4b5851c commit fc26405
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Release

| Release | Released | Ubuntu Version | Linux Kernel Version | Release Tag |
|:---------|:----------|:---------------|:-------------------------------|:------------|
| v3.0.0 | 2024-1-12 | Ubuntu 22.04.3 | 6.1.70-zynqmp-fpga-trial-2 | [v3.0.0](https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/tree/v3.0.0)
| v3.0.1 | 2024-1-13 | Ubuntu 22.04.3 | 6.1.70-zynqmp-fpga-trial-2 | [v3.0.1](https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/tree/v3.0.1)
| v1.2.0 | 2023-7-31 | Ubuntu 22.04.2 | 6.1.42-zynqmp-fpga-trial-1 | [v1.2.0](https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/tree/v1.2.0)
| v1.1.2 | 2023-5-10 | Ubuntu 22.04.2 | 5.15.108-zynqmp-fpga-trial-2 | [v1.1.2](https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/tree/v1.1.2)
| v1.0.0 | 2022-9-30 | Ubuntu 22.04.1 | 5.10.120-zynqmp-fpga-trial-16 | [v1.0.0](https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/tree/v1.0.0)
Expand Down
8 changes: 4 additions & 4 deletions doc/install/kr260-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/archive/refs/tags/v3.0.0.tar.gz
shell$ tar xfz v3.0.0.tar.gz
shell$ cd ZynqMP-FPGA-Ubuntu22.04-Console-3.0.0
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/archive/refs/tags/v3.0.1.tar.gz
shell$ tar xfz v3.0.1.tar.gz
shell$ cd ZynqMP-FPGA-Ubuntu22.04-Console-3.0.1
```

### File Description
Expand Down Expand Up @@ -38,7 +38,7 @@ shell# mount /dev/sdc2 /mnt/usb2
#### Make Boot Partition

```console
shell# cp target/Kv260/boot/* /mnt/usb1
shell# cp target/Kr260/boot/* /mnt/usb1
shell# gzip -d -c files/vmlinuz-6.1.70-zynqmp-fpga-trial-2 > /mnt/usb1/image-6.1.70-zynqmp-fpga-trial
```

Expand Down
6 changes: 3 additions & 3 deletions doc/install/kv260-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/archive/refs/tags/v3.0.0.tar.gz
shell$ tar xfz v3.0.0.tar.gz
shell$ cd ZynqMP-FPGA-Ubuntu22.04-Console-3.0.0
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/archive/refs/tags/v3.0.1.tar.gz
shell$ tar xfz v3.0.1.tar.gz
shell$ cd ZynqMP-FPGA-Ubuntu22.04-Console-3.0.1
```

### File Description
Expand Down
6 changes: 3 additions & 3 deletions doc/install/ultra96-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/archive/refs/tags/v3.0.0.tar.gz
shell$ tar xfz v3.0.0.tar.gz
shell$ cd ZynqMP-FPGA-Ubuntu22.04-Console-3.0.0
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/archive/refs/tags/v3.0.1.tar.gz
shell$ tar xfz v3.0.1.tar.gz
shell$ cd ZynqMP-FPGA-Ubuntu22.04-Console-3.0.1
```

### File Description
Expand Down
6 changes: 3 additions & 3 deletions doc/install/ultra96v2-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
**Note: Downloading the entire repository is time consuming, so download only the branch you need.**

```console
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/archive/refs/tags/v3.0.0.tar.gz
shell$ tar xfz v3.0.0.tar.gz
shell$ cd ZynqMP-FPGA-Ubuntu22.04-Console-3.0.0
shell$ wget https://github.com/ikwzm/ZynqMP-FPGA-Ubuntu22.04-Console/archive/refs/tags/v3.0.1.tar.gz
shell$ tar xfz v3.0.1.tar.gz
shell$ cd ZynqMP-FPGA-Ubuntu22.04-Console-3.0.1
```

### File Description
Expand Down

0 comments on commit fc26405

Please sign in to comment.