-
I would like to contribute and create a defconfig for the zybo z7-10 board - where to begin?
-
Hi rkharris, thanks for this project. I have digilent zybo z7-10 board and I synthesis succesfully. But I got error about LUT size. I think my fpga version a little bit lower than you. Do you have an…
-
Hi @dpaul24,
I've tried to replicate hdmi pass through project from your repo but got some critical warnings I don't know how to solve and don't know why that happened. Could you help to take a look?…
-
### 現象
- zybo-z7-10-pmods-petalinux.bit.bin
- zybo-z7-10-pmods-petalinux.dtbo
を以下の手順で読み込むと Bitstream, dtbo のロードは成功し、 GPIO として使えるようになるが
```
cdns-i2c e0004000.i2c: timeout waiting on completi…
-
Thank you for providing the image file, which is easy to use. I am building an image system by porting my own display circuit and Pcam5C control to PYNQ.
I went further and connected a WEBCAM (a ge…
-
Hello, I'm trying to build PYNQ image for my Zybo Z7-10. As shown in the [link](https://discuss.pynq.io/t/3rd-party-images-for-zynq-boards/431) I'm using your projects. I would like to build PYNQ 2.5 …
-
### 現象
#### 前提
HDMI 出力(TX)をディスプレイにつないでいる状態
#### 起きること
Nerves.Runtim.reboot/halt/poweroff を実行すると掲題のエラーが発生し、 処理がハングする。
#### 確かめたこと
- HDMI 出力(TX)をディスプレイにつないでいなければ起きない。
- Petalinux Demo…
-
I followed the guide all the way until Step 8 under "Run the pre-built image from SD".
I am using minicom to try and read in the boot process but it doesn't return anything at all. Im not sure if i…
br548 updated
4 years ago
-
## 도커 컨테이너 배포
### 컨테이너로 애플리케이션 실행하기
```Dockerfile
FROM golang:1.9
RUN mkdir /echo
COPY main.go /echo
ENTRYPOINT ["go"]
CMD ["go", "run", "/echo/main.go"]
```
- FROM 베이스 이미지
- RU…
-
Hi,
I have a Zybo z7-10 and a Zedboard and use Vivado 2018.3 and SDK 2018.3 (due to the previous developers of the project).
I'm trying to run the xtrafgen_master_streaming_example.c of the Traf…