An open API service indexing awesome lists of open source software.

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.

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)