Skip to content

arm/remoteproc-runtime-example-zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remoteproc Runtime example for Zephyr

A minimal Zephyr RTOS project which flashes a minimal "Hello World" application that prints the target board name at startup. The resulting image is compatible with Remoteproc Runtime.

Usage

With Docker

Pre-fetch the base image - this will save a lot of time when rebuilding building as docker won't otherwise cache layers this large:

docker pull zephyrprojectrtos/ci-base:v0.28.5

Build an image to use with Remoteproc Runtime:

docker build --build-arg BOARD=<your board name> .

For example:

docker build --build-arg BOARD=imx93_evk/mimx9352/m33 .

See list of boards supported by Zephyr.

About

A minimal Zephyr RTOS project example for use with https://github.com/arm/remoteproc-runtime

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6