Skip to content

embear-engineering/meta-deepx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meta-deepx

The meta-deepx layer contains the DeepX driver and applications.

Build Instructions

This layer was tested on a Toradex Verdin iMX8MP. To test the layer, follow these steps:

repo init -u git://git.toradex.com/toradex-manifest.git -b scarthgap-7.x.y -m tdxref/default.xml
repo sync
cd layers
git clone git://git.yoctoproject.org/meta-arago -b scarthgap
cd ..
. export

# Change the MACHINE in conf/local.conf to MACHINE = "verdin-imx8mp"
sed -i 's/MACHINE .*/MACHINE = "verdin-imx8mp"/' conf/local.conf

# Add deepx applictions to the image
echo "IMAGE_INSTALL:append = \" dxrt dxapp dxrt-driver dxmodels\"" >> conf/local.conf

# Add the meta-deepx layer and meta-aarago/meta-arago-extras to bblayers.conf
bitbake-layers add-layer ../layers/meta-deepx
bitbake-layers add-layer ../layers/meta-arago/meta-arago-extras
# Build the reference image
bitbake tdx-reference-multimedia-image

About

Yocto layer for the DeepX applications and modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published