https://github.com/coldnew/zybo-examples
A series of examples on zybo board for my blog tutorials.
https://github.com/coldnew/zybo-examples
Last synced: over 1 year ago
JSON representation
A series of examples on zybo board for my blog tutorials.
- Host: GitHub
- URL: https://github.com/coldnew/zybo-examples
- Owner: coldnew
- Created: 2016-06-30T03:08:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T11:46:53.000Z (almost 10 years ago)
- Last Synced: 2025-01-15T12:14:25.172Z (over 1 year ago)
- Language: VHDL
- Size: 22 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zybo Examples
========
This repo contains what I learn from Zybo Board and some examples for my blog tutorial.
(All tutorial written in Traditional Chinese since I write for Taiwanese.)
## How to use these examples
First you need at least `Vivado 2016.2` , after open the project, you may need to re-generate the bitstream or the binary by follow my blog tutorials.
## Examples
- [LED flash via PL](https://github.com/coldnew/zybo-examples/tree/master/led_flash_pl)
An example to only use programmable logic to make the led flash.
For more info: [zybo board 開發記錄: 可程式邏輯與 LED 閃爍控制](http://coldnew.github.io/zybo-board/pl_led)
- [LED flash via PS](https://github.com/coldnew/zybo-examples/tree/master/led_flash_zynq)
An example to use both processing system and programmable logic to make the led flash.
For more info: [zybo board 開發記錄: Zynq 與 LED 閃爍控制](http://coldnew.github.io/zybo-board/zynq_led_flash)
- [Boot Linux](https://github.com/coldnew/zybo-examples/tree/master/boot_linux)
An example to boot to linux and rootfs in ramdisk.
For more info: [zybo board 開發記錄: 執行 Linux 作業系統](http://coldnew.github.io/zybo-board/zynq_linux_simple)