Skip to content

rajspatel1297/meta-bsp-imx7

 
 

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/compulab-yokneam/meta-bsp-imx7/kirkstone/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

Compulab imx7 from manufacturer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.2%
  • BitBake 20.3%
  • Shell 15.4%
  • NASL 12.1%