1. Install the repo tool.
sudo curl -o /usr/local/bin/repo http://commondatastorage.googleapis.com/git-repo-downloads/repo
sudo chmod a+x /usr/local/bin/repo
2. Create an folder to download and build
mkdir -p ~/digikey
cd ~/digikey
3. Run the below command to download the sources
repo init -u https://github.com/digi-embedded/dey-manifest.git -b rocko
repo sync -j8 --no-repo-verify
4. Initialize the environment by running the following command:
source ~/digikey/mkproject.sh -p ccimx6ulstarter
Accept the EULA
5. Build Image
bitbake core-image-base
Comments
Post a Comment