Skip to content

gg-research/meta-bsp-imx7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start Guide

Supported CompuLab Machines

  • cl-som-imx7

Prepare NXP BSP

repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml
repo sync

Download CompuLab meta layer

git clone -b master https://github.com/compulab-yokneam/meta-bsp-imx7.git sources/meta-bsp-imx7/

Set a desire machine

  • cl-som-imx7

    COMPULAB_MACHINE=cl-som-imx7

Build Images

Refer to the NXP Readme for details about how to select a correct backend & distro.

imx7

This example shows how to build NXP supported images for the ${COMPULAB_MACHINE}

  • Weston GUI Image

    MACHINE=${COMPULAB_MACHINE} DISTRO=fsl-imx-xwayland source sources/meta-bsp-imx7/tools/setup-env -b build-xwayland-imx7
    bitbake -k fsl-image-qt5-validation-imx
  • XFCE GUI Image

    MACHINE=${COMPULAB_MACHINE} DISTRO=fsl-imx-x11 source sources/meta-bsp-imx7/tools/setup-env -b build-x11-imx7
    bitbake -k compulab-image-xfce

Device Trees and available features

sbc-imx7

  • imx7d-sbc-imx7.dtb — U-Boot default

  • imx7d-sbc-imx7-lvds.dtb — LVDS on

  • imx7d-sbc-imx7-m4.dtb — M4 tests ready

sbc-iot-imx7

  • imx7d-sbc-iot-imx7.dtb

  • imx7d-sbc-iot-imx7-can.dtb — CAN on

  • imx7d-sbc-iot-imx7-rs485-hdx.dtb - rs485 on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published