Skip to content

allenb-epilog/meta-bsp-imx7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start Guide

Note
This development branch has not yet been released/supported officially by CompuLab.

Supported CompuLab Machines

  • cl-som-imx7

Setup Yocto environment

Issue the command and follow the on-screen instructions:

bash <(curl -L https://raw.githubusercontent.com/allenb-epilog/meta-bsp-imx7/lf-6.6.y/tools/run.me)

At the end, the script prints out a message:

  Issue this command to get into the Yocto build environment:
  cd /path/to/compulab-bsp; source setup-environment build-cl-som-imx7

Building the image

bitbake -k imx-image-full

Create a bootable SD card

Note
The block device /dev/sdi is just an example. Use of the development host device name instead.
cd tmp/deploy/images/cl-som-imx7
zstdcat imx-image-full-cl-som-imx7.rootfs.wic.zst | sudo dd of=/dev/sdi bs=1M status=progress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors