Merge pull request #27 from michael-etzkorn/patch-1

README: fix typo
This commit is contained in:
enjoy-digital 2022-05-03 09:10:00 +02:00 committed by GitHub
commit d2847d9501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ This project targets Xilinx Vivado for Kintex7 / Artix7 support. In the future,
---------------- ----------------
```sh ```sh
$ sudo apt install build-essential wget git python3-setuptools $ sudo apt install build-essential wget git python3-setuptools
$ git clone ttps://github.com/enjoy-digital/usb3_pipe/ $ git clone https://github.com/enjoy-digital/usb3_pipe/
$ cd usb3_pipe $ cd usb3_pipe
``` ```
@ -117,4 +117,4 @@ $ ./target.py --load
### Verify USB3.0 link establishment ### Verify USB3.0 link establishment
Once the FPGA is loaded, the link will be automatically established with the computer and an Openmoko, Inc USB3.0 device should be enumerated. Once the FPGA is loaded, the link will be automatically established with the computer and an Openmoko, Inc USB3.0 device should be enumerated.
**Note:** Enumeration has only been done on a few hardware setups and there is still work in progress to improve reliability. **Note:** Enumeration has only been done on a few hardware setups and there is still work in progress to improve reliability.