Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 932 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 932 Bytes

Video overlays Zephyr app

Copyright (c) 2021-2022 Antmicro.

Getting started

Before getting started, make sure you have a proper Zephyr development environment. Please refer to Zephyr's official getting started guide for detailed setup instructions.

The application was created to run on LiteX firmware, which can be found here.

Initialization

The first step is to initialize the workspace folder (workspace) where the video-overlays-zephyr-app and all Zephyr modules will be cloned. You can do that by running:

west init -m https://github.com/antmicro/video-overlays-zephyr-app --mr main workspace
cd workspace
west update

Build & Run

The application can be built by running:

cd video-overlays-zephyr-app
west build -b litex_vexriscv -s app