Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.88 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.88 KB

Unnamed

This Project is working in process.

This project helps developers create FPGA based systems with zephyr rtos. The goal of this project is to build Zephyr RTOS in a way similar to Xilinx's PetaLinux workflow.

Getting Started

The current project also depends on the following programs:

This project is in a very early stage and there are no plans to maintain documentation. If you want to try this project, please refer to the installation documentation of chisel and zephyr. It is highly recommended to use a linux development environment, currently no plans to support a windows development environment.

Support devices

Currently focusing on architecture design, only supports Sipeed TangNano4k. It is based on the GW1NSR-4C chip of Chinese semiconductor manufacturer GOWIN. Its development and compilation tools are small in size and easy to install.

# compile
west build -p always -b tangnano4k samples/basic/blinky
# flash to board
west flash

Then the led near HDMI interface is blinking.