Skip to content

voipac/yocto-imx-voipac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example project for building Yocto for Voipac iMX boards

Prerequisities

Build was verified on Ubuntu 18.04 and Ubuntu 20.04.

Host packages

Please install following packages on build machine:

sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm python3-subunit mesa-common-dev python zstd

repo tool

We need to manually download latest repo tool and add it to PATH:

mkdir ~/bin 
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo 

Add below line to .bashrc file:

export PATH="~/bin:$PATH"
git setup

Setup git username and email with following commands:

git config --global user.name "Your Name"
git config --global user.email "Your Email"

Image build

Please follow below steps how to build and flash imx8m image:

About

Yocto project for imx8m Voipac development kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages