DART-6UL Debian Recovery SD card: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
{{ | <!-- Set release according to "release" parameter in URL and use RELEASE_STRETCH_V3.0_DART-6UL as default | ||
--> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!-- | |||
--> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_STRETCH_V3.0_DART-6UL}}}} <!-- | |||
--> {{PageHeader|Debian Recovery SD card}} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Debian|}} __toc__ | |||
Variscite provides a recovery SD card image that can be used to install the pre-built Debian images into the internal storage device of the SOM. | Variscite provides a recovery SD card image that can be used to install the pre-built Debian images into the internal storage device of the SOM. | ||
Revision as of 17:21, 16 June 2019
Variscite provides a recovery SD card image that can be used to install the pre-built Debian images into the internal storage device of the SOM.
Download the recovery SD card image
Download var-mx6ul-debian-recovery-sd.vXX.img.gz (latest) from Variscite's FTP server: ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/debian/
See the detailed changelog
Write the image to an SD card
Using a Linux based host
Plug-in the SD card to your Linux HOST PC, run dmesg and see which device is added (i.e. /dev/sdX or /dev/mmcblkX)
$ gunzip mx6ul-dart-debian-recovery-sd.vXX.img.gz $ sudo umount /dev/sdX* $ sudo dd if=mx6ul-dart-debian-recovery-sd.vXX.img of=/dev/sdX bs=1M; sync (Replace /dev/sdX with your actual device)
Using a Windows based host
Download Win32 Disk Imager from: https://sourceforge.net/projects/win32diskimager/, install and run it.
Select the image file, and the SD card device - double check that the device is correct to avoid accidentally overwriting a different device.
Click on "Write".
No need to format the SD card before writing the image to it.
Recover NAND flash/eMMC
- Power-off the board.
- Insert the SD card into the SD card slot of the carrier board (DVK)
- Make sure the Boot DIP switches are set to SD card: Setting the Boot DIP switches
- Power up the board - it will boot into Linux from the SD card
Flash from command line
- Login as root (password root)
- From Linux command line, type the following
$ debian-emmc.sh - Flash Debian into eMMC (for SOMs with eMMC) $ debian-nand.sh - Flash Debian into NAND flash (for SOMs with NAND flash)
SD card image file tree
Debian
Documentation
Stretch 9
- Debian 9 - Stretch (released on 06/17/2017)
Documentation is available from wiki.debian.org
Buster 10
- Debian 10 - Buster (released on 07/2019/)
Documentation is available from wiki.debian.org
Bullseye 11
- Debian 11 - Bullseye (released on 08/14/2021)
Documentation is available from wiki.debian.org
Scripts
Code::Blocks
TARGET_DIR="/root"
TARGET_IP="192.168.73.165"
TARGET_PORT="3000"
TARGET_PASSWORD="root"
SSH_OPTIONS="-oStrictHostKeyChecking=no"
#!/bin/bash
readonly PROGRAM="$1"
PROGRAMNAME="$(basename $PROGRAM)"
. /home/user/bin/var-sdk.conf
SSH_PASS=""
# Use sshpass if TARGET_PASSWORD not empty
if [ ! -z "${TARGET_PASSWORD}" ]; then
SSH_PASS="sshpass -p ${TARGET_PASSWORD}"
fi
echo "Deploying to target"
# prevent "Host key verification failed"
ssh-keygen -f "${HOME}/.ssh/known_hosts" -R "${TARGET_IP}"
# delete old binary
${SSH_PASS} ssh ${SSH_OPTIONS} root@${TARGET_IP} "sh -c 'rm -rf ${TARGET_DIR}/${PROGRAMNAME}'"
# send the program to the target
${SSH_PASS} scp ${PROGRAM} root@${TARGET_IP}:${TARGET_DIR}/${PROGRAMNAME}
#!/bin/bash
readonly PROGRAM="$1"
PROGRAMNAME="$(basename $PROGRAM)"
. /home/user/bin/var-sdk.conf
SSH_PASS=""
# Use sshpass if TARGET_PASSWORD not empty
if [ ! -z "${TARGET_PASSWORD}" ]; then
SSH_PASS="sshpass -p ${TARGET_PASSWORD}"
fi
echo "Starting GDB Server on Target"
# kill gdbserver on target
${SSH_PASS} ssh ${SSH_OPTIONS} root@${TARGET_IP} "sh -c '/usr/bin/killall -q gdbserver'"
# start gdbserver on target and fork
${SSH_PASS} ssh ${SSH_OPTIONS} -t root@${TARGET_IP} "sh -c 'XDG_RUNTIME_DIR=/run/user/0 gdbserver localhost:${TARGET_PORT} ${TARGET_DIR}/${PROGRAMNAME}'" &
VAR-SOM-MX6
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
uImage | Linux kernel image |
SPL.nand | SPL built for NAND. The SPL is pre-U-Boot SW component, required for DDR initialization |
SPL.emmc | SPL built for SD card and eMMC boot. The SPL is pre-U-Boot SW component, required for DDR initialization |
u-boot.img.nand | U-Boot built for NAND flash |
u-boot.img.mmc | U-Boot built for SD card or eMMC boot |
Device Tree name |
Details |
imx6dl-var-som-solo-cap.dtb | VAR-SOM-SOLO with iMX6S/DL on MX6CustomBoard with capacitive touch |
imx6dl-var-som-solo-res.dtb | VAR-SOM-SOLO with iMX6S/DL on MX6CustomBoard with resistive touch |
imx6dl-var-som-solo-vsc.dtb | VAR-SOM-SOLO with iMX6S/DL on SOLOCustomBoard with capacitive touch |
imx6dl-var-som-cap.dtb | VAR-SOM-MX6 with iMX6S/DL on MX6CustomBoard with capacitive touch |
imx6dl-var-som-res.dtb | VAR-SOM-MX6 with iMX6S/DL on MX6CustomBoard with resistive touch |
imx6dl-var-som-vsc.dtb | VAR-SOM-MX6 with iMX6S/DL on SOLOCustomBoard with capacitive touch |
imx6q-var-som-cap.dtb | VAR-SOM-MX6 with iMX6D/Q on MX6CustomBoard with capacitive touch |
imx6q-var-som-res.dtb | VAR-SOM-MX6 with iMX6D/Q on MX6CustomBoard with resistive touch |
imx6q-var-som-vsc.dtb | VAR-SOM-MX6 with iMX6D/Q on SOLOCustomBoard with capacitive touch |
imx6qp-var-som-cap.dtb | VAR-SOM-MX6 with iMX6DP/QP on MX6CustomBoard with capacitive touch |
imx6qp-var-som-res.dtb | VAR-SOM-MX6 with iMX6DP/QP on MX6CustomBoard with resistive touch |
imx6qp-var-som-vsc.dtb | VAR-SOM-MX6 with iMX6DP/QP on SOLOCustomBoard with capacitive touch |
imx6q-var-dart.dtb | DART-MX6 with iMX6D/Q on DARTCustomBoard with capacitive touch |
DART-6UL
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
rootfs.ubi.img | Use for flash to NAND |
zImage | Linux kernel image |
SPL.nand | SPL built for NAND. The SPL is pre-U-Boot SW component, required for DDR initialization |
SPL.emmc | SPL built for SD card and eMMC boot. The SPL is pre-U-Boot SW component, required for DDR initialization |
u-boot.img.nand | U-Boot built for NAND flash |
u-boot.img.emmc | U-Boot built for SD card or eMMC |
Device Tree name |
Details |
imx6ul-var-dart-emmc_wifi.dtb | DART-6UL with eMMC and WiFi enabled. (SD card & NAND disabled) |
imx6ul-var-dart-nand_wifi.dtb | DART-6UL with l NAND and WiFi enabled. (SD card & eMMC disabled) |
imx6ul-var-dart-sd_emmc.dtb | DART-6UL with SD card and eMMC enabled (WiFi & NAND disabled). You can boot from eMMC or SD card |
imx6ul-var-dart-sd_nand.dtb | DART-6UL with SD card and NAND enabled (WiFi & eMMC disabled). You can boot from NAND or SD card |
imx6ul-var-dart-5g-emmc_wifi.dtb | DART-6UL-5G with eMMC and WiFi enabled. (SD card & NAND disabled) |
imx6ul-var-dart-5g-nand_wifi.dtb | DART-6UL-5G with l NAND and WiFi enabled. (SD card & eMMC disabled) |
imx6ull-var-dart-emmc_wifi.dtb | DART-6ULL with eMMC and WiFi enabled. (SD card & NAND disabled) |
imx6ull-var-dart-nand_wifi.dtb | DART-6ULL with l NAND and WiFi enabled. (SD card & eMMC disabled) |
imx6ull-var-dart-sd_emmc.dtb | DART-6ULL with SD card and eMMC enabled (WiFi & NAND disabled). You can boot from eMMC or SD card |
imx6ull-var-dart-sd_nand.dtb | DART-6ULL with SD card and NAND enabled (WiFi & eMMC disabled). You can boot from NAND or SD card |
imx6ull-var-dart-5g-emmc_wifi.dtb | DART-6ULL-5G with eMMC and WiFi enabled. (SD card & NAND disabled) |
imx6ull-var-dart-5g-nand_wifi.dtb | DART-6ULL-5G with l NAND and WiFi enabled. (SD card & eMMC disabled) |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
rootfs.ubi.img | Use for flash to NAND |
zImage | Linux kernel image |
SPL.nand | SPL built for NAND. The SPL is pre-U-Boot SW component, required for DDR initialization |
SPL.mmc | SPL built for SD card and eMMC boot. The SPL is pre-U-Boot SW component, required for DDR initialization |
u-boot.img.nand | U-Boot built for NAND flash |
u-boot.img.mmc | U-Boot built for SD card or eMMC |
Device Tree name |
Details |
imx6ull-var-dart-6ulcustomboard-emmc-sd-card.dtb | Device tree blob for DART-6UL with i.MX6ULL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ull-var-dart-6ulcustomboard-emmc-wifi.dtb | Device tree blob for DART-6UL with i.MX6ULL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ull-var-dart-6ulcustomboard-nand-sd-card.dtb | Device tree blob for DART-6UL with i.MX6ULL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ull-var-dart-6ulcustomboard-nand-wifi.dtb | Device tree blob for DART-6UL with i.MX6ULL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ul-var-dart-6ulcustomboard-emmc-sd-card.dtb | Device tree blob for DART-6UL with i.MX6UL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ul-var-dart-6ulcustomboard-emmc-wifi.dtb | Device tree blob for DART-6UL with i.MX6UL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ul-var-dart-6ulcustomboard-nand-sd-card.dtb | Device tree blob for DART-6UL with i.MX6UL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ul-var-dart-6ulcustomboard-nand-wifi.dtb | Device tree blob for DART-6UL with i.MX6UL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ulz-var-dart-6ulcustomboard-emmc-sd-card.dtb | Device tree blob for DART-6UL with i.MX6ULZ SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ulz-var-dart-6ulcustomboard-emmc-wifi.dtb | Device tree blob for DART-6UL with i.MX6ULZ SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ulz-var-dart-6ulcustomboard-nand-sd-card.dtb | Device tree blob for DART-6UL with i.MX6ULZ SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ulz-var-dart-6ulcustomboard-nand-wifi.dtb | Device tree blob for DART-6UL with i.MX6ULZ SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ull-var-som-concerto-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL with i.MX6ULL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ull-var-som-concerto-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL with i.MX6ULL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ull-var-som-concerto-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL with i.MX6ULL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ull-var-som-concerto-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL with i.MX6ULL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ul-var-som-concerto-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL with i.MX6UL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ul-var-som-concerto-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL with i.MX6UL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ul-var-som-concerto-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL with i.MX6UL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ul-var-som-concerto-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL with i.MX6UL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ulz-var-som-concerto-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL with i.MX6ULZ SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ulz-var-som-concerto-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL with i.MX6ULZ SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ulz-var-som-concerto-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL with i.MX6ULZ SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ulz-var-som-concerto-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL with i.MX6ULZ SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
rootfs.ubi.img | Console only image for installation on NAND flash |
zImage | Linux kernel image |
SPL.nand | SPL built for NAND. The SPL is pre-U-Boot SW component, required for DDR initialization |
SPL.mmc | SPL built for SD card and eMMC boot. The SPL is pre-U-Boot SW component, required for DDR initialization |
u-boot.img.nand | U-Boot built for NAND flash |
u-boot.img.mmc | U-Boot built for SD card or eMMC |
kernel-headers | kernel headers folder for package creation |
Device Tree name |
Details |
imx6ull-var-dart-6ulcustomboard-emmc-sd-card.dtb | Device tree blob for DART-6UL with i.MX6ULL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ull-var-dart-6ulcustomboard-emmc-wifi.dtb | Device tree blob for DART-6UL with i.MX6ULL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ull-var-dart-6ulcustomboard-nand-sd-card.dtb | Device tree blob for DART-6UL with i.MX6ULL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ull-var-dart-6ulcustomboard-nand-wifi.dtb | Device tree blob for DART-6UL with i.MX6ULL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ul-var-dart-6ulcustomboard-emmc-sd-card.dtb | Device tree blob for DART-6UL with i.MX6UL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ul-var-dart-6ulcustomboard-emmc-wifi.dtb | Device tree blob for DART-6UL with i.MX6UL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ul-var-dart-6ulcustomboard-nand-sd-card.dtb | Device tree blob for DART-6UL with i.MX6UL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ul-var-dart-6ulcustomboard-nand-wifi.dtb | Device tree blob for DART-6UL with i.MX6UL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ulz-var-dart-6ulcustomboard-emmc-sd-card.dtb | Device tree blob for DART-6UL with i.MX6ULZ SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ulz-var-dart-6ulcustomboard-emmc-wifi.dtb | Device tree blob for DART-6UL with i.MX6ULZ SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ulz-var-dart-6ulcustomboard-nand-sd-card.dtb | Device tree blob for DART-6UL with i.MX6ULZ SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ulz-var-dart-6ulcustomboard-nand-wifi.dtb | Device tree blob for DART-6UL with i.MX6ULZ SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ull-var-som-concerto-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6ULL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ull-var-som-concerto-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6ULL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ull-var-som-concerto-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6ULL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ull-var-som-concerto-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6ULL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ul-var-som-concerto-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6UL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ul-var-som-concerto-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6UL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ul-var-som-concerto-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6UL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ul-var-som-concerto-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6UL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ulz-var-som-concerto-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6ULZ SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ulz-var-som-concerto-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6ULZ SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ulz-var-som-concerto-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6ULZ SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ulz-var-som-concerto-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL on Concerto board with i.MX6ULZ SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ull-var-som-symphony-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6ULL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ull-var-som-symphony-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6ULL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ull-var-som-symphony-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6ULL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ull-var-som-symphony-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6ULL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ul-var-som-symphony-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6UL SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ul-var-som-symphony-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6UL SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ul-var-som-symphony-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6UL SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ul-var-som-symphony-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6UL SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
imx6ulz-var-som-symphony-board-emmc-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6ULZ SOC, eMMC & SD card enabled. (NAND flash & WiFi disabled) |
imx6ulz-var-som-symphony-board-emmc-wifi.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6ULZ SOC, eMMC & WiFi enabled. (NAND flash & SD card disabled) |
imx6ulz-var-som-symphony-board-nand-sd-card.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6ULZ SOC, NAND flash & SD card enabled. (eMMC & WiFi disabled) |
imx6ulz-var-som-symphony-board-nand-wifi.dtb | Device tree blob for VAR-SOM-6UL on Symphony board with i.MX6ULZ SOC, NAND flash & WiFi enabled. (eMMC & SD card disabled) |
SD card image file tree
/opt/images/ └── Debian ├── imx6ul-var-dart-5g-emmc_wifi.dtb ├── imx6ul-var-dart-5g-nand_wifi.dtb ├── imx6ul-var-dart-emmc_wifi.dtb ├── imx6ul-var-dart-nand_wifi.dtb ├── imx6ul-var-dart-sd_emmc.dtb ├── imx6ul-var-dart-sd_nand.dtb ├── imx6ull-var-dart-5g-emmc_wifi.dtb ├── imx6ull-var-dart-5g-nand_wifi.dtb ├── imx6ull-var-dart-emmc_wifi.dtb ├── imx6ull-var-dart-nand_wifi.dtb ├── imx6ull-var-dart-sd_emmc.dtb ├── imx6ull-var-dart-sd_nand.dtb ├── rootfs.tar.gz ├── rootfs.ubi.img ├── SPL.mmc ├── SPL.nand ├── u-boot.img.mmc ├── u-boot.img.nand └── zImage
/opt/images/ └── Yocto ├── imx6ull-var-dart-6ulcustomboard-emmc-sd-card.dtb ├── imx6ull-var-dart-6ulcustomboard-emmc-wifi.dtb ├── imx6ull-var-dart-6ulcustomboard-nand-sd-card.dtb ├── imx6ull-var-dart-6ulcustomboard-nand-wifi.dtb ├── imx6ull-var-som-concerto-board-emmc-sd-card.dtb ├── imx6ull-var-som-concerto-board-emmc-wifi.dtb ├── imx6ull-var-som-concerto-board-nand-sd-card.dtb ├── imx6ull-var-som-concerto-board-nand-wifi.dtb ├── imx6ul-var-dart-6ulcustomboard-emmc-sd-card.dtb ├── imx6ul-var-dart-6ulcustomboard-emmc-wifi.dtb ├── imx6ul-var-dart-6ulcustomboard-nand-sd-card.dtb ├── imx6ul-var-dart-6ulcustomboard-nand-wifi.dtb ├── imx6ul-var-som-concerto-board-emmc-sd-card.dtb ├── imx6ul-var-som-concerto-board-emmc-wifi.dtb ├── imx6ul-var-som-concerto-board-nand-sd-card.dtb ├── imx6ul-var-som-concerto-board-nand-wifi.dtb ├── imx6ulz-var-dart-6ulcustomboard-emmc-sd-card.dtb ├── imx6ulz-var-dart-6ulcustomboard-emmc-wifi.dtb ├── imx6ulz-var-dart-6ulcustomboard-nand-sd-card.dtb ├── imx6ulz-var-dart-6ulcustomboard-nand-wifi.dtb ├── imx6ulz-var-som-concerto-board-emmc-sd-card.dtb ├── imx6ulz-var-som-concerto-board-emmc-wifi.dtb ├── imx6ulz-var-som-concerto-board-nand-sd-card.dtb ├── imx6ulz-var-som-concerto-board-nand-wifi.dtb ├── rootfs.tar.gz ├── rootfs.ubi.img ├── SPL.mmc ├── SPL.nand ├── u-boot.img.mmc ├── u-boot.img.nand └── zImage
/opt/images/ └── Debian ├──imx6ull-var-dart-6ulcustomboard-emmc-sd-card.dtb ├──imx6ull-var-dart-6ulcustomboard-emmc-wifi.dtb ├──imx6ull-var-dart-6ulcustomboard-nand-sd-card.dtb ├──imx6ull-var-dart-6ulcustomboard-nand-wifi.dtb ├──imx6ull-var-som-concerto-board-emmc-sd-card.dtb ├──imx6ull-var-som-concerto-board-emmc-wifi.dtb ├──imx6ull-var-som-concerto-board-nand-sd-card.dtb ├──imx6ull-var-som-concerto-board-nand-wifi.dtb ├──imx6ull-var-som-symphony-board-emmc-sd-card.dtb ├──imx6ull-var-som-symphony-board-emmc-wifi.dtb ├──imx6ull-var-som-symphony-board-nand-sd-card.dtb ├──imx6ull-var-som-symphony-board-nand-wifi.dtb ├──imx6ul-var-dart-6ulcustomboard-emmc-sd-card.dtb ├──imx6ul-var-dart-6ulcustomboard-emmc-wifi.dtb ├──imx6ul-var-dart-6ulcustomboard-nand-sd-card.dtb ├──imx6ul-var-dart-6ulcustomboard-nand-wifi.dtb ├──imx6ul-var-som-concerto-board-emmc-sd-card.dtb ├──imx6ul-var-som-concerto-board-emmc-wifi.dtb ├──imx6ul-var-som-concerto-board-nand-sd-card.dtb ├──imx6ul-var-som-concerto-board-nand-wifi.dtb ├──imx6ul-var-som-symphony-board-emmc-sd-card.dtb ├──imx6ul-var-som-symphony-board-emmc-wifi.dtb ├──imx6ul-var-som-symphony-board-nand-sd-card.dtb ├──imx6ul-var-som-symphony-board-nand-wifi.dtb ├──imx6ulz-var-dart-6ulcustomboard-emmc-sd-card.dtb ├──imx6ulz-var-dart-6ulcustomboard-emmc-wifi.dtb ├──imx6ulz-var-dart-6ulcustomboard-nand-sd-card.dtb ├──imx6ulz-var-dart-6ulcustomboard-nand-wifi.dtb ├──imx6ulz-var-som-concerto-board-emmc-sd-card.dtb ├──imx6ulz-var-som-concerto-board-emmc-wifi.dtb ├──imx6ulz-var-som-concerto-board-nand-sd-card.dtb ├──imx6ulz-var-som-concerto-board-nand-wifi.dtb ├──imx6ulz-var-som-symphony-board-emmc-sd-card.dtb ├──imx6ulz-var-som-symphony-board-emmc-wifi.dtb ├──imx6ulz-var-som-symphony-board-nand-sd-card.dtb ├──imx6ulz-var-som-symphony-board-nand-wifi.dtb ├── rootfs.tar.gz ├── rootfs.ubi.img ├── SPL.mmc ├── SPL.nand ├── u-boot.img.mmc ├── u-boot.img.nand └── zImage
VAR-SOM-MX7
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
rootfs.ubi.img | Use for flash to nand |
zImage | Linux kernel image |
SPL.nand | SPL built for NAND. The SPL is pre-U-Boot SW component, required for DDR initialization |
SPL.emmc | SPL built for SD card and eMMC boot. The SPL is pre-U-Boot SW component, required for DDR initialization |
u-boot.img.nand | U-Boot built for NAND flash |
u-boot.img.emmc | U-Boot built for SD card or eMMC boot |
Device Tree name |
Details |
imx7d-var-som-emmc.dtb | Boot from SD or eMMC |
imx7d-var-som-nand.dtb | Boot from NAND |
imx7d-var-som-emmc-m4.dtb | Boot from SD or eMMC with M4 support |
imx7d-var-som-nand-m4.dtb | Boot from NAND with M4 support |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
rootfs.ubi.img | Use for flash to nand |
zImage | Linux kernel image |
SPL.nand | SPL built for NAND. The SPL is pre-U-Boot SW component, required for DDR initialization |
SPL.mmc | SPL built for SD card and eMMC boot. The SPL is pre-U-Boot SW component, required for DDR initialization |
u-boot.img.nand | U-Boot built for NAND flash |
u-boot.img.mmc | U-Boot built for SD card or eMMC boot |
Device Tree name |
Details |
imx7d-var-som-emmc.dtb | Boot from SD or eMMC |
imx7d-var-som-nand.dtb | Boot from NAND |
imx7d-var-som-emmc-m4.dtb | Boot from SD or eMMC with M4 support |
imx7d-var-som-nand-m4.dtb | Boot from NAND with M4 support |
DART-MX8M
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
fsl-imx8mq-var-dart-emmc-wifi-dual-display.dtb | DART-MX8M with HDMI+LVDS, eMMC and WiFi (SD card disabled) |
fsl-imx8mq-var-dart-emmc-wifi-hdmi.dtb | DART-MX8M with HDMI, eMMC and WiFi (SD card disabled) |
fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb | DART-MX8M with LVDS, eMMC and WiFi (SD card disabled) |
fsl-imx8mq-var-dart-sd-emmc-dual-display.dtb | DART-MX8M with HDMI+LVDS, eMMC and SD (WiFi card disabled) |
fsl-imx8mq-var-dart-sd-emmc-hdmi.dtb | DART-MX8M with HDMI, eMMC and SD (WiFi card disabled) |
fsl-imx8mq-var-dart-sd-emmc-lvds.dtb | DART-MX8M with LVDS, eMMC and SD (WiFi card disabled) |
The resulted images are located in /output/.
Image name |
How to use | |
---|---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC | |
Image.gz | Linux kernel image | |
imx-boot-sd.bin | U-Boot built for SD card and eMMC | |
Device Tree name |
Details | |
fsl-imx8mq-var-dart-emmc-wifi-hdmi.dtb | DART-MX8M with eMMC, WIFI and HDMI display configuration on carrier board revisions 1.3 and higher.(SD card disabled) | |
fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb | DART-MX8M with eMMC, WIFI and LVDS display configuration on carrier board revisions 1.3 and higher. (SD card disabled) | |
fsl-imx8mq-var-dart-emmc-wifi-dual-display.dtb | DART-MX8M with eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. (SD card disabled) | |
fsl-imx8mq-var-dart-emmc-wifi-hdmi-cb12.dtb | DART-MX8M with eMMC, WIFI and HDMI display configuration on carrier board revisions 1.1 and 1.2. (SD card disabled) | |
fsl-imx8mq-var-dart-emmc-wifi-lvds-cb12.dtb | DART-MX8M with eMMC, WIFI and LVDS display configuration on carrier board revisions 1.1 and 1.2. (SD card disabled) | |
fsl-imx8mq-var-dart-emmc-wifi-dual-display-cb12.dtb | DART-MX8M with eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. (SD card disabled) | |
fsl-imx8mq-var-dart-sd-emmc-hdmi.dtb | DART-MX8M with SD, eMMC and HDMI display configuration on carrier board revisions 1.3 and higher. (WIFI disabled) | |
fsl-imx8mq-var-dart-sd-emmc-lvds.dtb | DART-MX8M with SD, eMMC and LCDIF LVDS display configuration on carrier board revisions 1.3 and higher. (WIFI disabled) | |
fsl-imx8mq-var-dart-sd-emmc-dual-display.dtb | DART-MX8M with SD, eMMC and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. (WIFI disabled) | |
fsl-imx8mq-var-dart-sd-emmc-hdmi-cb12.dtb | DART-MX8M with SD, eMMC and HDMI display configuration on carrier board revisions 1.1 and 1.2. (WIFI disabled) | |
fsl-imx8mq-var-dart-sd-emmc-lvds-cb12.dtb | DART-MX8M with SD, eMMC and LCDIF LVDS display configuration on carrier board revisions 1.1 and 1.2. (WIFI disabled) | |
fsl-imx8mq-var-dart-sd-emmc-dual-display-cb12.dtb | DART-MX8M with SD, eMMC and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. (WIFI disabled) | |
fsl-imx8mq-var-dart-m4-emmc-wifi-hdmi.dtb | DART-MX8M with M4 eMMC, WIFI and HDMI display configuration on carrier board revisions 1.3 and higher.(SD card disabled) | |
fsl-imx8mq-var-dart-m4-emmc-wifi-lvds.dtb | DART-MX8M with M4 eMMC, WIFI and LVDS display configuration on carrier board revisions 1.3 and higher. (SD card disabled) | |
fsl-imx8mq-var-dart-m4-emmc-wifi-dual-display.dtb | DART-MX8M with M4 eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. (SD card disabled) | |
fsl-imx8mq-var-dart-m4-emmc-wifi-hdmi-cb12.dtb | DART-MX8M with M4 eMMC, WIFI and HDMI display configuration on carrier board revisions 1.1 and 1.2. (SD card disabled) | |
fsl-imx8mq-var-dart-m4-emmc-wifi-lvds-cb12.dtb | DART-MX8M with M4 eMMC, WIFI and LVDS display configuration on carrier board revisions 1.1 and 1.2. (SD card disabled) | |
fsl-imx8mq-var-dart-m4-emmc-wifi-dual-display-cb12.dtb | DART-MX8M with M4 eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. (SD card disabled) | |
fsl-imx8mq-var-dart-m4-sd-emmc-hdmi.dtb | DART-MX8M with M4 SD, eMMC and HDMI display configuration on carrier board revisions 1.3 and higher. (WIFI disabled) | |
fsl-imx8mq-var-dart-m4-sd-emmc-lvds.dtb | DART-MX8M with M4 SD, eMMC and LCDIF LVDS display configuration on carrier board revisions 1.3 and higher. (WIFI disabled) | |
fsl-imx8mq-var-dart-m4-sd-emmc-dual-display.dtb | DART-MX8M with M4 SD, eMMC and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. (WIFI disabled) | |
fsl-imx8mq-var-dart-m4-sd-emmc-hdmi-cb12.dtb | DART-MX8M with M4 SD, eMMC and HDMI display configuration on carrier board revisions 1.1 and 1.2. (WIFI disabled) | |
fsl-imx8mq-var-dart-m4-sd-emmc-lvds-cb12.dtb | DART-MX8M with M4 SD, eMMC and LCDIF LVDS display configuration on carrier board revisions 1.1 and 1.2. (WIFI disabled) | |
fsl-imx8mq-var-dart-m4-sd-emmc-dual-display-cb12.dtb | DART-MX8M with M4 SD, eMMC and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. (WIFI disabled) |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
imx-boot-sd-dp.bin | U-Boot built for SD card and eMMC with DP firmware |
Device Tree name |
Details |
fsl-imx8mq-var-dart-sd-dp.dtb | DTB for eMMC, SD and DP display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-sd-hdmi.dtb | DTB for eMMC, SD and HDMI display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-sd-lvds.dtb | DTB for eMMC, SD and LVDS display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-sd-lvds-dp.dtb | DTB for eMMC, SD and dual LVDS+DP display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-sd-lvds-hdmi.dtb | DTB for eMMC, SD and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-sd-hdmi-cb12.dtb | DTB for eMMC, SD and HDMI display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-sd-lvds-cb12.dtb | DTB for eMMC, SD and LVDS display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-sd-lvds-hdmi-cb12.dtb | DTB for eMMC, SD and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-wifi-dp.dtb | DTB for eMMC, WIFI and DP display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-wifi-hdmi.dtb | DTB for eMMC, WIFI and HDMI display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-wifi-lvds.dtb | DTB for eMMC, WIFI and LVDS display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-wifi-lvds-dp.dtb | DTB for eMMC, WIFI and dual LVDS+DP display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-wifi-lvds-hdmi.dtb | DTB for eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-wifi-hdmi-cb12.dtb | DTB for eMMC, WIFI and HDMI display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-wifi-lvds-cb12.dtb | DTB for eMMC, WIFI and LVDS display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-wifi-lvds-hdmi-cb12.dtb | DTB for eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-m4-sd-dp.dtb | DTB for M4, eMMC, SD and DP display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-sd-hdmi.dtb | DTB for M4, eMMC, SD and HDMI display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-sd-lvds.dtb | DTB for M4, eMMC, SD and LVDS display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-sd-lvds-dp.dtb | DTB for M4, eMMC, SD and dual LVDS+DP display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-sd-lvds-hdmi.dtb | DTB for M4, eMMC, SD and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-sd-hdmi-cb12.dtb | DTB for M4, eMMC, SD and HDMI display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-m4-sd-lvds-cb12.dtb | DTB for M4, eMMC, SD and LVDS display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-m4-sd-lvds-hdmi-cb12.dtb | DTB for M4, eMMC, SD and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-m4-wifi-dp.dtb | DTB for M4, eMMC, WIFI and DP display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-wifi-hdmi.dtb | DTB for M4, eMMC, WIFI and HDMI display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-wifi-lvds.dtb | DTB for M4, eMMC, WIFI and LVDS display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-wifi-lvds-dp.dtb | DTB for M4, eMMC, WIFI and dual LVDS+DP display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-wifi-lvds-hdmi.dtb | DTB for M4, eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. |
fsl-imx8mq-var-dart-m4-wifi-hdmi-cb12.dtb | DTB for M4, eMMC, WIFI and HDMI display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-m4-wifi-lvds-cb12.dtb | DTB for M4, eMMC, WIFI and LVDS display configuration on carrier board revisions 1.1 and 1.2. |
fsl-imx8mq-var-dart-m4-wifi-lvds-hdmi-cb12.dtb | DTB for M4, eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
imx-boot-sd-dp.bin | U-Boot built for SD card and eMMC with DP firmware |
kernel-headers | kernel headers folder for package creation |
Device Tree name |
Details |
imx8mq-var-dart-dt8mcustomboard-sd-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with SD card and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-sd-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with SD card and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-sd-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with SD card and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-wifi-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with WIFI and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-wifi-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with WIFI and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-wifi-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with WIFI and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-m4-sd-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with M4, SD card and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-m4-sd-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with M4, SD card and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-m4-sd-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with M4, SD card and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-m4-wifi-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with M4, WIFI and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-m4-wifi-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with M4, WIFI and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-m4-wifi-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V2.x with M4, WIFI and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-legacy-sd-dp.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with SD card and DP display. |
imx8mq-var-dart-dt8mcustomboard-legacy-sd-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with SD card and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-legacy-sd-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with SD card and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-legacy-sd-lvds-dp.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with SD card and dual LVDS+DP display. |
imx8mq-var-dart-dt8mcustomboard-legacy-sd-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with SD card and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-legacy-wifi-dp.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with WIFI and DP display. |
imx8mq-var-dart-dt8mcustomboard-legacy-wifi-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with WIFI and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-legacy-wifi-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with WIFI and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-legacy-wifi-lvds-dp.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with WIFI and dual LVDS+DP display. |
imx8mq-var-dart-dt8mcustomboard-legacy-wifi-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with WIFI and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-sd-dp.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, SD card and DP display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-sd-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, SD card and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-sd-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, SD card and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-sd-lvds-dp.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, SD card and dual LVDS+DP display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-sd-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, SD card and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-wifi-dp.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, WIFI and DP display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-wifi-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, WIFI and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-wifi-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, WIFI and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-wifi-lvds-dp.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, WIFI and dual LVDS+DP display. |
imx8mq-var-dart-dt8mcustomboard-legacy-m4-wifi-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard V1.3/V1.4 with M4, WIFI and dual LVDS+HDMI display. |
The resulted images are located in tmp/deploy/images/.
Image name |
How to use |
---|---|
var-image-debian-.wic.zst | This image is for SD card boot. It can be flashed as-is on an SD card that can then be used to boot your system, according to the relevant startup-guide of your product (usually requires to press the boot select button, or toggle a DIP switch). For detailed information refer to the Create a bootable SD card section below. |
var-image-debian-.tar.zst | Tarball with rootfs files. Also used to create our extended SD card. See the Create a bootable SD card section below. |
Linux kernel image, same binary for SD card and eMMC. | |
U-Boot built for SD card boot or eMMC boot. | |
Device Tree name |
Details |
imx8mq-var-dart-dt8mcustomboard-sd-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard with SD card and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-sd-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard with SD card and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-sd-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard with SD card and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-wifi-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard with WIFI and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-wifi-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard with WIFI and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-wifi-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard with WIFI and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-m4-sd-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard with M4, SD card and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-m4-sd-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard with M4, SD card and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-m4-sd-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard with M4, SD card and dual LVDS+HDMI display. |
imx8mq-var-dart-dt8mcustomboard-m4-wifi-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard with M4, WIFI and HDMI display. |
imx8mq-var-dart-dt8mcustomboard-m4-wifi-lvds.dtb | DTB for DART-MX8M on DT8MCustomBoard with M4, WIFI and LVDS display. |
imx8mq-var-dart-dt8mcustomboard-m4-wifi-lvds-hdmi.dtb | DTB for DART-MX8M on DT8MCustomBoard with M4, WIFI and dual LVDS+HDMI display. |
VAR-SOM-AM62
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.zst | Root filesystem tarball used for installation on SD card and eMMC |
boot/tiboot3-am62x-gp-evm.bin boot/tiboot3-am62x-hs-evm.bin boot/tiboot3-am62x-hs-fs-evm.bin boot/tiboot3.bin boot/tispl.bin boot/u-boot.img |
U-Boot images |
boot/fw_printenv | U-Boot env tools for SD card and eMMC |
DART-MX8M-MINI
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
fsl-imx8mm-var-dart.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration. |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
fsl-imx8mm-var-dart.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration. |
fsl-imx8mm-var-som.dtb | Device tree blob for VAR-SOM-MX8M-MINI, for SD, eMMC, WIFI and LVDS display configuration. |
fsl-imx8mm-var-som-rev10.dtb | Device tree blob for VAR-SOM-MX8M-MINI Rev 1.0 , for SD, eMMC, WIFI and LVDS display configuration. |
fsl-imx8mm-var-dart-m4.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration and m4 support. |
fsl-imx8mm-var-som-m4.dtb | Device tree blob for VAR-SOM-MX8M-MINI, for SD, eMMC, WIFI and LVDS display configuration and m4 support. |
fsl-imx8mm-var-som-rev10.dtb | Device tree blob for VAR-SOM-MX8M-MINI Rev 1.0 , for SD, eMMC, WIFI and LVDS display configuration and m4 support. |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
fw_printenv | U-Boot env tools for SD card and eMMC |
Folder Name |
Usage |
kernel-headers | kernel headers folder for package creation |
Device Tree name |
Details |
imx8mm-var-dart.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration. |
imx8mm-var-som.dtb | Device tree blob for VAR-SOM-MX8M-MINI, for SD, eMMC, WIFI and LVDS display configuration. |
imx8mm-var-som-rev10.dtb | Device tree blob for VAR-SOM-MX8M-MINI Rev 1.0 , for SD, eMMC, WIFI and LVDS display configuration. |
imx8mm-var-dart-m4.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration and m4 support. |
imx8mm-var-som-m4.dtb | Device tree blob for VAR-SOM-MX8M-MINI, for SD, eMMC, WIFI and LVDS display configuration and m4 support. |
imx8mm-var-som-rev10.dtb | Device tree blob for VAR-SOM-MX8M-MINI Rev 1.0 , for SD, eMMC, WIFI and LVDS display configuration and m4 support. |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
fw_printenv | U-Boot env tools for SD card and eMMC |
Folder Name |
Usage |
kernel-headers | kernel headers folder for package creation |
Device Tree name |
Details |
mx8mm-var-dart-dt8mcustomboard.dtb | Device tree blob for DART-MX8M-MINI on DT8MCustomBoard V2.x |
imx8mm-var-dart-dt8mcustomboard-m4.dtb | Device tree blob for DART-MX8M-MINI with Cortex-M4 on DT8MCustomBoard V2.x |
imx8mm-var-dart-dt8mcustomboard-legacy.dtb | Device tree blob for DART-MX8M-MINI on DT8MCustomBoard V1.x |
imx8mm-var-dart-dt8mcustomboard-legacy-m4.dtb | Device tree blob for DART-MX8M-MINI with Cortex-M4 on DT8MCustomBoard V1.x |
imx8mm-var-som-symphony.dtb | Device tree blob for VAR-SOM-MX8M-MINI on Symphony-Board V1.4A and above |
imx8mm-var-som-symphony-m4.dtb | Device tree blob for VAR-SOM-MX8M-MINI with Cortex-M4 on Symphony-Board V1.4A and above |
imx8mm-var-som-symphony-legacy.dtb | Device tree blob for VAR-SOM-MX8M-MINI on Symphony-Board V1.4 and below |
imx8mm-var-som-symphony-legacy-m4.dtb | Device tree blob for VAR-SOM-MX8M-MINI with Cortex-M4 on Symphony-Board V1.4 and below |
DART-MX8M-PLUS
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
imx8mp-var-dart-dt8mcustomboard.dtb | Device tree blob for DART-MX8M-PLUS on DT8MCustomBoard V2.x |
imx8mp-var-dart-dt8mcustomboard-legacy.dtb | Device tree blob for DART-MX8M-PLUS on DT8MCustomBoard V1.x |
imx8mp-var-dart-symphony.dtb | Device tree blob for VAR-SOM-MX8M-PLUS on Symphony-Board |
imx8mp-var-dart-symphony-2nd-ov5640.dtb | Device tree blob for VAR-SOM-MX8M-PLUS on Symphony-Board with a 2nd OV5640 camera |
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
imx8mp-var-dart-dt8mcustomboard.dtb | Device tree blob for DART-MX8M-PLUS on DT8MCustomBoard V2.x |
imx8mp-var-dart-dt8mcustomboard-legacy.dtb | Device tree blob for DART-MX8M-PLUS on DT8MCustomBoard V1.x |
imx8mp-var-dart-symphony.dtb | Device tree blob for VAR-SOM-MX8M-PLUS on Symphony-Board |
imx8mp-var-dart-symphony-2nd-ov5640.dtb | Device tree blob for VAR-SOM-MX8M-PLUS on Symphony-Board with a 2nd OV5640 camera |
imx8mp-var-dart-dt8mcustomboard-m7.dtb | Device tree blob for DART-MX8M-PLUS with Cortex-M7 on DT8MCustomBoard V2.x |
imx8mp-var-dart-dt8mcustomboard-legacy-m7.dtb | Device tree blob for DART-MX8M-PLUS with Cortex-M7 on DT8MCustomBoard V1.x |
imx8mp-var-dart-symphony-m7.dtb | Device tree blob for VAR-SOM-MX8M-PLUS with Cortex-M7 on Symphony-Board |
imx8mp-var-dart-symphony-2nd-ov5640-m7.dtb | Device tree blob for VAR-SOM-MX8M-PLUS with Cortex-M7 on Symphony-Board with a 2nd OV5640 camera |
VAR-SOM-MX8X
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
fsl-imx8qxp-var-som-wifi.dtb | Device tree blob for eMMC, WIFI and LVDS display configuration. |
fsl-imx8qxp-var-som-sd.dtb | Device tree blob for SD, eMMC and LVDS display configuration. |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
imx-boot-sd-b0.bin | U-Boot built for Soc Rev B0 SD card and eMMC |
Device Tree name |
Details |
fsl-imx8qxp-var-som-wifi.dtb | Device tree blob for eMMC, WIFI and LVDS display configuration. |
fsl-imx8qxp-var-som-sd.dtb | Device tree blob for SD, eMMC and LVDS display configuration. |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
imx-boot-sd-b0.bin | U-Boot built for Soc Rev B0 SD card and eMMC |
Device Tree name |
Details |
imx8qxp-var-som-symphony-wifi.dtb | Device tree blob for eMMC, WIFI and LVDS display configuration. |
imx8qxp-var-som-symphony-sd.dtb | Device tree blob for SD, eMMC and LVDS display configuration. |
imx8qxp-var-som-symphony-wifi-m4.dtb | Device tree blob for eMMC, WIFI, LVDS display and M4 configuration. |
imx8qxp-var-som-symphony-sd-m4.dtb | Device tree blob for SD, eMMC, LVDS display and M4 configuration. |
VAR-SOM-MX8
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
fsl-imx8qm-var-som-dp.dtb | Device tree blob for VAR-SOM-MX8 with DP display |
fsl-imx8qm-var-som-hdmi.dtb | Device tree blob for VAR-SOM-MX8 with HDMI display |
fsl-imx8qm-var-som-lvds.dtb | Device tree blob for VAR-SOM-MX8 with LVDS display |
fsl-imx8qm-var-spear-dp.dtb | Device tree blob for SPEAR-MX8 with DP display |
fsl-imx8qm-var-spear-hdmi.dtb | Device tree blob for SPEAR-MX8 with HDMI display |
fsl-imx8qm-var-spear-lvds.dtb | Device tree blob for SPEAR-MX8 with LVDS display |
VAR-SOM-MX8M-NANO
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
fsl-imx8mn-var-som.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration. |
fsl-imx8mn-var-som-rev10.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration rev 1.0. |
fsl-imx8mn-var-som-m7.dtb | Device tree blob for M7, SD, eMMC, WIFI and LVDS display configuration. |
fsl-imx8mn-var-som-rev10-m7.dtb | Device tree blob for M7, SD, eMMC, WIFI and LVDS display configuration rev 1.0. |
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
kernel-headers | kernel headers folder for package creation |
Device Tree name |
Details |
imx8mn-var-som-symphony.dtb | Device tree for VAR-SOM-MX8M-MINI on Symphony-Board V1.4A and above |
imx8mn-var-som-symphony-m7.dtb | Device tree for VAR-SOM-MX8M-MINI with Cortex-M7 on Symphony-Board V1.4A and above |
imx8mn-var-som-symphony-legacy.dtb | Device tree for VAR-SOM-MX8M-MINI on Symphony-Board V1.4 and below |
imx8mn-var-som-symphony-legacy-m7.dtb | Device tree for VAR-SOM-MX8M-MINI with Cortex-M7 on Symphony-Board V1.4 and below |
VAR-SOM-MX93
Build Results
The resulted images are located in /output/.
Image name |
How to use |
---|---|
rootfs.tar.gz | Root filesystem tarball used for installation on SD card and eMMC |
Image.gz | Linux kernel image |
imx-boot-sd.bin | U-Boot built for SD card and eMMC |
Device Tree name |
Details |
imx93-var-som-symphony.dtb | Device tree for VAR-SOM-MX93 on Symphony-Board |
Image Name |
How to use |
---|---|
fsl-image-gui-.sdcard.gz | This image is for SD card boot. It can be flashed as-is on an SD card that can then be used to boot your system, according to the relevant startup-guide of your product (usually requires to press the boot select button, or toggle a DIP switch). For detailed information refer to the Create a bootable SD card section below. |
fsl-image-gui-.tar.gz | Tarball with rootfs files. Can be used to create an NFS root file system on the host. See the Yocto Setup TFTP/NFS section for more info. Also used to create our extended SD card. See the Create a bootable SD card section below. |
Linux kernel image, same binary for SD card and eMMC. | |
U-Boot built for SD card boot or eMMC boot. |
File Name |
Description |
---|---|
imx93-var-som-symphony.dtb | Device tree for VAR-SOM-MX93 on Symphony-Board |
imx93-var-som-symphony-ld.dtb | Device tree for VAR-SOM-MX93 with Low Drive mode on Symphony-Board |
imx93-var-som-wbe-symphony.dtb | Device tree for VAR-SOM-MX93 with WBE support on Symphony-Board |
imx93-var-som-wbe-symphony-ld.dtb | Device tree for VAR-SOM-MX93 with Low Drive mode, and WBE support on Symphony-Board |
imx93-var-som-symphony-m33.dtb | Device tree for VAR-SOM-MX93 with Cortex-M33 on Symphony-Board |
imx93-var-dart-dt8mcustomboard.dtb | Device tree for DART-MX93 on DT8MCustomBoard |
imx93-var-dart-dt8mcustomboard.dtb | Device tree for DART-MX93 with Low Drive mode, and WBE support on DT8MCustomBoard |
SD card image file tree
/opt/images/ └── Debian ├── imx-boot-sd.bin └── rootfs.tar.gz
Release Notes
Based on release | Debian: , Linux Kernel: [/commits/ NXP ] |
Release git | [/tree/ ] |
Release branch | [/tree/ ] |
Release tag | [/tree/ ] |
Date | |
Supported platforms | |
SOM revision | |
Embedded Linux Distribution | Debian |
Recovery SD card link | [/ ] |
Relevant git Repositories
Source | Repository | Branch | Commit ID
|
---|
Platform Customizations
VAR-SOM-MX6
stretch-4.9.11-mx6-v1.0
stretch-4.9.88-mx6-v2.0
DART-6UL
stretch-4.9.11-mx6ul-v1.0
stretch-4.9.88-mx6ul-v2.0
stretch-4.14.78-mx6ul-v1.0
buster-4.14.78-mx6ul-v1.0
buster-4.14.78-mx6ul-v1.1
bullseye-5.4.142-mx6ul-v1.0
VAR-SOM-MX7
stretch-4.9.88-mx7-v2.0
buster-4.14.78-mx7-v1.0
buster-4.14.78-mx7-v1.1
buster-4.14.78-mx7-v1.2
bullseye-5.4.142-mx7-v1.0
bullseye-5.4.142-mx7-v1.1
DART-MX8M-MINI
VAR-SOM-MX8
DART-MX8M-PLUS
VAR-SOM-MX93
VAR-SOM-AM62
The debian-emmc.sh and debian-nand.sh script files are located at /usr/sbin/