Skip to content

Ben-Pin/meta-bsp-imx7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start Guide

Note
This is a development branch is not released/supported officially by CompuLab yet.

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 scrip 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. Make 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

No packages published

Languages

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