... | ... | @@ -46,14 +46,18 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", GROUP="use |
|
|
Then press "ESC" key to exit "insert mode", input ":wq" + "Enter" to save this file.
|
|
|
|
|
|
Re-plugin your FPGA board to re-enumerate USB devices. Using `lsusb` command in terminal to list all USB devices, you should find device info like:
|
|
|
|
|
|
![image](uploads/a66caa18fad6a37d07f7f9ab00de1bc3/image.png)
|
|
|
|
|
|
That is the JTAG adaptor for FPGA download.
|
|
|
|
|
|
Use following command to detect FPGA:
|
|
|
|
|
|
```shell
|
|
|
openFPGALoader -c ft2232 --detect
|
|
|
```
|
|
|
You should see this:
|
|
|
|
|
|
![image](uploads/3d342b8e7b5265f036fc3d1356c749ea/image.png)
|
|
|
|
|
|
That is our FPGA.
|
... | ... | |