Yocto Support for IMX6ULEVK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto Support for IMX6ULEVK

Jump to solution
2,775 Views
im_nishith
Contributor II

Hi,!!

I followed closely the steps in "Freescale_Yocto_Project_User's_Guide.pdf" to setup the host PC and yocto, and finally tried to execute the following commands:

$> MACHINE=imx6ulevk source fsl-setup-release.sh -b build-fb03 -e dfb

I am getting below error

The $MACHINE you have specified (imx6ulevk) is not supported by this build setup

Yocto Project Support is not added for imx6ulevk ?

As I read in  other thread "Error during bitbake fsl-image-gui for imx6ulevk " I thought Yocto support is available for "imx6ulevk".

Regards

Nishith

Labels (2)
1 Solution
1,136 Views
LuisCasado
NXP Employee
NXP Employee

Hello,

Yocto supports the IMX6ULEVK, you need to install 3.14.52 BSP

Linux 3.14.52 BSP & Multimedia Codecs Documentation

DISTRO=<backend>  MACHINE=imx6ulevk source fsl-setup-release.sh -b build_imx6ul_qt5_x11

From user guide:

Here are the list of DISTRO configurations. Note that DirectFB is no longer supported.

fsl-imx-x11 - Only X11 graphics

fsl-imx-wayland - Wayland weston graphics

fsl-imx-xwayland - Wayland graphics and X11. X11 applications using EGL not supported

fsl-imx-fb - Frame Buffer graphics - no X11 or Wayland

Luis

View solution in original post

2 Replies
1,137 Views
LuisCasado
NXP Employee
NXP Employee

Hello,

Yocto supports the IMX6ULEVK, you need to install 3.14.52 BSP

Linux 3.14.52 BSP & Multimedia Codecs Documentation

DISTRO=<backend>  MACHINE=imx6ulevk source fsl-setup-release.sh -b build_imx6ul_qt5_x11

From user guide:

Here are the list of DISTRO configurations. Note that DirectFB is no longer supported.

fsl-imx-x11 - Only X11 graphics

fsl-imx-wayland - Wayland weston graphics

fsl-imx-xwayland - Wayland graphics and X11. X11 applications using EGL not supported

fsl-imx-fb - Frame Buffer graphics - no X11 or Wayland

Luis

1,136 Views
gusarambula
NXP TechSupport
NXP TechSupport

Thank you, Luis Casado, for the help! Indeed only BSP 3.14.52 supports the i.MX6UL for now. I think it’s not even on the fsl-community-bsp yet.

0 Kudos