Skip to content

tballance/zynq-soc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

zynq-soc-example

Basic example of misoc port to zynq-zedboard Works with the following setup:

I am using this with linux running on the primary core. The runtime.elf includes a resource table entry so that it can be loaded onto the second core through zynq_remoteproc:
$ cp runtime.elf /lib/firmware/
$ echo runtime.elf > /sys/class/remoteproc0/remoteproc0/firmware
$ echo start > /sys/class/remoteproc0/remoteproc0/state

The bitstream can be loaded using fpga_manager using:
$ cp top.bit.bin /lib/firmware/
$ echo top.bit.bin > /sys/class/fpga_manager/firmware

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published