repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-linux-zeus -m imx-5.4.24-2.1.0.xml
repo sync
git clone -b rel_imx_5.4.24_2.1.0-dev https://github.com/compulab-yokneam/meta-bsp-imx8mq.git sources/meta-bsp-imx8mq
-
cl-som-imx8
COMPULAB_MACHINE=cl-som-imx8
Refer to the NXP Readme
for details about how to select a correct backend
& distro
.
This example shows how to build an NXP supported image for the ${COMPULAB_MACHINE}
MACHINE=${COMPULAB_MACHINE} source sources/meta-bsp-imx8mq/tools/setup-imx8mq-env -b build-xwayland
bitbake -k imx-image-full
The default boot target is IMXBOOT_TARGETS = flash_evk
configured by cl-som-imx8.conf.
In order to override the default boot target add IMXBOOT_TARGETS = <target>
to the conf/local.conf.
Available boot targets:
HDMI |
DP |
W/out any video output firmware |
IMXBOOT_TARGETS = flash_evk |
IMXBOOT_TARGETS = flash_dp_evk |
IMXBOOT_TARGETS = flash_evk_no_hdmi |
-
sbc-imx8.dtb — U-Boot default
-
sbc-imx8-bluetooth.dtb — i8265 BT instead of usb2 hub
-
sbc-imx8-lvds-dcss.dtb — LVDS on dcss
-
sbc-imx8-lvds-lcdif.dtb — LVDS on lcdif
-
sbc-imx8-dual.dtb — LVDS on lcdif and HDMI on dcss
-
U-Boot
setenv fdt_file sbc-imx8-bluetooth.dtb
Note
|
In U-Boot boot environment device is the bootloader boot device.
|
-
Linux
fw_setenv fdt_file sbc-imx8-bluetooth.dtb
Note
|
In Linux boot environment device defined by the /etc/fw_env.config file.
|