Skip to content

Commit

Permalink
kv260 coming soon (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
skalade authored Jan 7, 2022
1 parent 3d89f0b commit 0577203
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In this repository, we currently support the following boards:

* Ultra96
* ZCU104
* KV260
* KV260 (coming soon)

Other Zynq Ultrascale+ boards may be supported with few adjustments.
This repository supports Vitis AI 1.4.0.
Expand All @@ -19,18 +19,10 @@ This repository supports Vitis AI 1.4.0.

### 1. Install

**For the KV260 only:** If you are running DPU-PYNQ on the KV260 you will first need to uninstall
the previous version of vitis-ai-runtime. The setup script will install
VART 1.4.0 automatically.

```
apt remove --purge vitis-ai-runtime
```

To install the pynq-dpu on your board, simply run:

```shell
pip3 install pynq-dpu
pip3 install pynq-dpu --no-build-isolation
```

Then go to your jupyter notebook home folder and fetch the notebooks:
Expand Down

0 comments on commit 0577203

Please sign in to comment.