Difference between revisions of "Sandbox"
From ICOP tech wiki
(test) |
|||
(6 intermediate revisions by the same user not shown) | |||
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:Debian_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_STRETCH_V3.0_DART-6UL}}}} <!-- | ||
+ | --> {{PageHeader|{{#var:HARDWARE_NAME}} - Debian {{#var:DEBIAN_NAME}} {{#var:DEBIAN_VERSION}} with {{#var:KERNEL_BRANCH}} Linux release}} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Debian}} | ||
+ | |||
+ | {{#ifeq: {{#var:HARDWARE_NAME}} | DART-6UL |{{Note|DART-6UL in this wiki refers to both the Variscite DART-6UL and VAR-SOM-6UL SOMs.}}|}} | ||
+ | __toc__ | ||
+ | = Overview = | ||
+ | This page describes how to build and install Debian distribution ({{#var:DEBIAN_NAME}}) on Variscite boards with {{#var:HARDWARE_NAME}}. | ||
+ | |||
+ | These instructions were tested on an '''Ubuntu 16.04 x64 host PC'''. When using other distributions, there may be problems. | ||
+ | |||
+ | Please note that the build script is based on ''debootstrap''. As described in the following instructions, it's kindly suggested to '''create the build folder on the main Ubuntu volume on your host PC''' rather than an external media.<br> | ||
+ | Using an external media, although automatically mounted, will cause debootstrap to complain about access rights (even when running the script with sudo). | ||
+ | |||
+ | = Create build environment = | ||
+ | |||
+ | == Installing required packages == | ||
+ | |||
+ | On Ubuntu building machine: | ||
+ | |||
+ | $ sudo apt-get install binfmt-support qemu qemu-user-static debootstrap kpartx \ | ||
+ | lvm2 dosfstools gpart binutils git lib32ncurses5-dev python-m2crypto gawk wget \ | ||
+ | git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev \ | ||
+ | autoconf libtool libglib2.0-dev libarchive-dev python-git xterm sed cvs subversion \ | ||
+ | coreutils texi2html bc docbook-utils python-pysqlite2 help2man make gcc g++ \ | ||
+ | desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial automake groff curl \ | ||
+ | lzop asciidoc u-boot-tools mtd-utils device-tree-compiler | ||
+ | |||
+ | == Deploy source == | ||
+ | |||
+ | Download archive containing the build script and support files for building Debian {{#var:DEBIAN_NAME}} for this board: | ||
+ | |||
+ | $ cd ~ | ||
+ | $ git clone {{#var:DEBIAN_GIT}} -b {{#var:DEBIAN_BRANCH}} {{#var:BUILD_FOLDER_NAME}} | ||
+ | |||
+ | Create environment (<span style="color:red">''Internet connection should be available''</span>): | ||
+ | |||
+ | $ cd {{#var:BUILD_FOLDER}} | ||
+ | $ {{#var:BUILD_SCRIPT}} -c deploy | ||
+ | |||
+ | This environment prepared to build. | ||
+ | |||
+ | = Make Debian = | ||
+ | |||
+ | == Build all == | ||
+ | <span style="color:red">''Internet connection should be available''</span> | ||
+ | |||
+ | $ cd {{#var:BUILD_FOLDER}} | ||
+ | $ sudo {{#var:BUILD_SCRIPT}} -c all |& tee build.log | ||
+ | |||
+ | == Build by parts == | ||
+ | |||
+ | === Build bootloader === | ||
+ | |||
+ | $ cd {{#var:BUILD_FOLDER}} | ||
+ | $ sudo {{#var:BUILD_SCRIPT}} -c bootloader | ||
+ | |||
+ | === Build kernel, dtb files and kernel modules === | ||
+ | |||
+ | $ cd {{#var:BUILD_FOLDER}} | ||
+ | $ sudo {{#var:BUILD_SCRIPT}} -c kernel | ||
+ | $ sudo {{#var:BUILD_SCRIPT}} -c modules | ||
+ | |||
+ | === Build rootfs === | ||
+ | <span style="color:red">''Internet connection should be available''</span> | ||
+ | |||
+ | $ cd {{#var:BUILD_FOLDER}} | ||
+ | $ sudo {{#var:BUILD_SCRIPT}} -c rootfs | ||
+ | |||
+ | === Pack rootfs === | ||
+ | To create the root file system archive (rootfs.tar.gz){{#ifeq: {{#var:PROVIDE_UBIFS}} | NO || and UBI image (rootfs.ubi.img)}}, run the following commands: | ||
+ | |||
+ | $ cd {{#var:BUILD_FOLDER}} | ||
+ | $ sudo {{#var:BUILD_SCRIPT}} -c rtar | ||
+ | {{#ifeq: {{#var:PROVIDE_UBIFS}} | NO ||$ sudo {{#var:BUILD_SCRIPT}} -c rubi}} | ||
+ | |||
+ | = Create boot SD card = | ||
+ | #Follow the above steps for make rootfs, kernel, bootloader; | ||
+ | #Insert the SD card to card reader connected to a host system; | ||
+ | #Run the following commands (Caution! All data on the card will be destroyed): | ||
+ | |||
+ | $ cd {{#var:BUILD_FOLDER}} | ||
+ | $ sudo {{#var:BUILD_SCRIPT}} -c sdcard -d /dev/sdX | ||
+ | |||
+ | where '/dev/sdX' path to the block SD device in your system. | ||
+ | |||
+ | = Boot the board with a bootable SD card = | ||
+ | {{#ifeq: {{#var:HARDWARE_NAME}} | DART-6UL | | ||
+ | Note: <span style="color:red">The WiFi is not operational when booting from SD card</span>, as the WiFi and SD card are using the same SDIO interface.<br> | ||
+ | A typical use-case is to boot from an SD card, flash the eMMC/NAND flash, and re-boot from the eMMC/NAND flash to have the WiFi operational. | ||
+ | |}} | ||
+ | {{#ifeq: {{#var:HARDWARE_NAME}} | DART-MX8M | | ||
+ | Note: <span style="color:red">The WiFi is not operational when booting from SD card</span>, as the WiFi and SD card are using the same SDIO interface.<br> | ||
+ | A typical use-case is to boot from an SD card, flash the eMMC, and re-boot from the eMMC to have the WiFi operational. | ||
+ | |}} | ||
+ | == Setting the Boot Mode == | ||
+ | {{#lst:Yocto_Platform_Customization|{{#var:DEBIAN_BOOT_BOARD_SECTION}}}} | ||
+ | |||
+ | == {{#ifeq: {{#var:SUPPORT_UBOOT_AUTO_DTB}} | NO | Device| Automatic device}} tree selection in U-Boot == | ||
+ | {{#ifeq: {{#var:SUPPORT_UBOOT_AUTO_DTB}} | NO | | ||
+ | As shown in the [[#Build_Results| Build Results]] table above, we have different kernel device trees, corresponding to our different H/W configurations (sometimes they are renamed without the "{{#var:KERNEL_IMAGE}}-" prefix). | ||
+ | |||
+ | In U-Boot, set the device tree file manually: | ||
+ | | | ||
+ | {{#ifeq: {{#var:HARDWARE_NAME}} | DART-6UL | | ||
+ | {{#lst:Yocto_Platform_Customization|DART-6UL_U-BOOT_DT_SELECTION}} | ||
+ | | | ||
+ | As shown in the [[#Build_Results| Build Results]] table above, we have different kernel device trees, corresponding to our different H/W configurations (sometimes they are renamed without the "{{#var:KERNEL_IMAGE}}-" prefix). | ||
+ | |||
+ | We implemented a script in U-Boot's environment, which sets the fdt_file environment variable based on the detected hardware. | ||
+ | }} | ||
+ | |||
+ | === Enable/Disable Automatic Device Tree selection === | ||
+ | To enable the automatic device tree selection in U-Boot (already enabled by default): | ||
+ | |||
+ | $ setenv fdt_file=undefined | ||
+ | $ saveenv | ||
+ | |||
+ | To disable the automatic device tree selection in U-Boot, set the device tree file manually:}} | ||
+ | |||
+ | $ setenv fdt_file=YOUR_DTB_FILE | ||
+ | $ saveenv | ||
+ | |||
+ | <!-- Make NOTE for DART-6UL only --> | ||
+ | {{#ifeq: {{#var:HARDWARE_NAME}} | DART-6UL | | ||
+ | {{note|Comment:<br>Make sure you don't set an inappropriate dtb file, like a dtb with nand on a SOM that has eMMC, or a dtb for mx6ull on a SOM with an mx6ul SOC.|info}} | ||
+ | |}} | ||
+ | |||
+ | = Build Results = | ||
+ | {{#lst:Debian_Platform_Customization|{{#var:DEBIAN_BUILD_RESULTS_SECTION}}}} | ||
+ | |||
+ | = Linux console access = | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! scope="col" | User name | ||
+ | ! scope="col" | User password | ||
+ | ! scope="col" | User descriptor | ||
+ | |- | ||
+ | | root | ||
+ | | root | ||
+ | | system administrator | ||
+ | |- | ||
+ | | user | ||
+ | | user | ||
+ | | local user | ||
+ | |- | ||
+ | | x_user | ||
+ | | | ||
+ | | used for X session access | ||
+ | |- | ||
+ | |} | ||
+ | {{#ifeq: {{#var:SUPPORT_X11}} | NO | Please note: Vivante libraies for this release '''do not support X11''', only '''weston''' backend is provided |}} | ||
+ | |||
+ | = Flash images to {{#ifeq: {{#var:PROVIDE_UBIFS}} | NO || NAND / }} eMMC = | ||
+ | {{#ifeq: {{#var:PROVIDE_UBIFS}} | NO | | ||
+ | To install Debian to the on-SOM eMMC, run the following command '''as root''': | ||
+ | {{#ifeq: {{#var:HARDWARE_NAME}} | VAR-SOM-MX6 | | ||
+ | <pre> | ||
+ | # debian-install.sh -b <mx6cb|scb|dart> -t <cap|res> | ||
+ | </pre> | ||
+ | where the "-b" option provide the carrier board used (MX6CustomBoard/SOLOCustomBoard/DART-MX6) and the "-t" option provide the touch type when using MX6CustomBoard (ignored otherwise). | ||
+ | | | ||
+ | {{#ifeq: {{#var:HARDWARE_NAME}} | DART-MX8M-MINI | | ||
+ | <pre> | ||
+ | # install_debian.sh | ||
+ | </pre> | ||
+ | | | ||
+ | {{#ifeq: {{#var:HARDWARE_NAME}} | DART-MX8M | | ||
+ | <pre> | ||
+ | # install_debian.sh -d <lvds|hdmi|dual-display> | ||
+ | </pre> | ||
+ | | | ||
+ | <pre> | ||
+ | # install_debian.sh -d <lvds|hdmi|dp> | ||
+ | </pre> | ||
+ | }} | ||
+ | |||
+ | where the "-d" option set display type, default is lvds. | ||
+ | }} | ||
+ | }} | ||
+ | The above script is located in /usr/sbin in the rootfs of the SD card used to boot Debian. | ||
+ | | | ||
+ | In case you are using a SOM with NAND flash, run the following command '''as root''' to install Debian on it: | ||
+ | {{#ifeq: {{#var:DEBIAN_INSTALL_SCRIPT}} | unified | | ||
+ | <pre> | ||
+ | # install_debian.sh -r nand (Follow instructions) | ||
+ | </pre> | ||
+ | | | ||
+ | <pre> | ||
+ | # debian-nand.sh | ||
+ | </pre> | ||
+ | }} | ||
+ | In case you are using a SOM with eMMC, run the following command '''as root''' to install Debian on it: | ||
+ | {{#ifeq: {{#var:DEBIAN_INSTALL_SCRIPT}} | unified | | ||
+ | <pre> | ||
+ | # install_debian.sh -r emmc (Follow instructions) | ||
+ | </pre> | ||
+ | | | ||
+ | <pre> | ||
+ | # debian-emmc.sh | ||
+ | </pre> | ||
+ | }} | ||
+ | The above scripts are located in /usr/sbin in the rootfs of the SD card used to boot Debian. | ||
+ | }} | ||
+ | |||
+ | = How-to: Test and use an interface = | ||
+ | Please see this section in the {{Varlink|{{#var:HARDWARE_NAME}} Yocto|{{#var:YOCTO_RELEASE_LINK}}|Yocto developer guide page}}. It is the same for Debian. | ||
+ | |||
+ | = How-to: Modify the kernel configuration = | ||
+ | To modify the kernel configuration (add/remove features and drivers) please follow the steps below: | ||
+ | |||
+ | 1. $ cd {{#var:BUILD_FOLDER}}/src/kernel | ||
+ | 2. $ sudo make ARCH={{#var:ARCH}} mrproper | ||
+ | 3. $ sudo make ARCH={{#var:ARCH}} {{#var:KERNEL_DEFCONFIG}} | ||
+ | 4. $ sudo make ARCH={{#var:ARCH}} menuconfig | ||
+ | 5. Navigate the menu and select the desired kernel functionality | ||
+ | 6. Exit the menu and answer "Yes" when asked "Do you wish to save your new configuration?" | ||
+ | 7. $ sudo make ARCH={{#var:ARCH}} savedefconfig | ||
+ | 8. $ sudo cp arch/{{#var:ARCH}}/configs/{{#var:KERNEL_DEFCONFIG}} arch/{{#var:ARCH}}/configs/{{#var:KERNEL_DEFCONFIG}}.orig | ||
+ | 9. $ sudo cp defconfig arch/{{#var:ARCH}}/configs/{{#var:KERNEL_DEFCONFIG}} | ||
+ | 10. Follow the instructions above to rebuild kernel and modules, repack rootfs images and recreate SD card | ||
+ | |||
+ | = Build a sample C "Hello, world!" program = | ||
+ | Create a file called myhello.c with the following content: | ||
+ | <pre> | ||
+ | #include <stdio.h> | ||
+ | |||
+ | int main() { | ||
+ | printf("Hello, World!\n"); | ||
+ | return 0; | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | Export the C (cross-)compiler path: | ||
+ | $ export CC={{#var:BUILD_FOLDER}}/toolchain/{{#var:TOOLCHAIN}}/bin/{{#var:CROSS_COMPILE}}gcc | ||
+ | |||
+ | Compile: | ||
+ | $ $CC myhello.c -o myhello | ||
+ | |||
+ | Now you should have an app called myhello, that can be run on your target board.<br> | ||
+ | You can add it to your rootfs image or copy it directly to the rootfs on the board (using scp, for example). |
Latest revision as of 10:34, 9 March 2020
Debian Platform Customization
- Debian with Linux release
Contents
- 1 Overview
- 2 Create build environment
- 3 Make Debian
- 4 Create boot SD card
- 5 Boot the board with a bootable SD card
- 6 Yocto
- 7 VAR-SOM-MX6
- 8 DART-6UL
- 9 VAR-SOM-MX7
- 10 DART-MX8M
- 11 DART-MX8M-MINI
- 12 VAR-SOM-MX8M-NANO
- 13 VAR-SOM-MX8X
- 14 VAR-SOM-MX8
- 15 Platform Customizations
- 15.1 VAR-SOM-MX6
- 15.1.1 thud-fslc-4.14.78-mx6-v1.0
- 15.1.2 sumo-fslc-4.9.88-mx6-v1.2
- 15.1.3 sumo-fslc-4.9.88-mx6-v1.1
- 15.1.4 sumo-fslc-4.9.88-mx6-v1.0
- 15.1.5 rocko-fslc-4.9.11-mx6-v1.2
- 15.1.6 rocko-fslc-4.9.11-mx6-v1.1
- 15.1.7 rocko-fslc-4.9.11-mx6-v1.0
- 15.1.8 rocko-fslc-4.9.11-mx6-v1.0-beta
- 15.1.9 pyro-fslc-4.1.15-mx6-v1.0
- 15.1.10 pyro-fslc-4.1.15-mx6-v1.0-beta
- 15.1.11 morty-fslc-4.1.15-mx6-v1.0
- 15.1.12 morty-fslc-4.1.15-mx6-v1.1
- 15.1.13 morty-fslc-4.1.15-mx6-v1.0-beta
- 15.2 DART-6UL
- 15.2.1 morty-fslc-4.1.15-mx6ul-v1.0-beta
- 15.2.2 morty-fslc-4.1.15-mx6ul-v1.0
- 15.2.3 pyro-fslc-4.1.15-mx6ul-v1.0
- 15.2.4 pyro-fslc-4.1.15-mx6ul-v1.1
- 15.2.5 pyro-fslc-4.1.15-mx6ul-v1.2
- 15.2.6 rocko-fslc-4.9.11-mx6ul-v1.0-beta
- 15.2.7 rocko-fslc-4.9.11-mx6ul-v1.0
- 15.2.8 rocko-fslc-4.9.11-mx6ul-v1.1
- 15.2.9 sumo-fslc-4.9.88-mx6ul-v1.0
- 15.2.10 sumo-fslc-4.9.88-mx6ul-v1.1
- 15.2.11 thud-fslc-4.14.78-mx6ul-v1.0
- 15.2.12 thud-fslc-4.14.78-mx6ul-v1.1
- 15.3 VAR-SOM-MX7
- 15.3.1 morty-fslc-4.1.15-mx7-v1.0
- 15.3.2 morty-fslc-4.1.15-mx7-v1.1
- 15.3.3 morty-fslc-4.1.15-mx7-v1.2
- 15.3.4 pyro-fslc-4.1.15-mx7-v1.0
- 15.3.5 rocko-fslc-4.9.11-mx7-v1.0
- 15.3.6 rocko-fslc-4.9.11-mx7-v1.1
- 15.3.7 rocko-fslc-4.9.11-mx7-v1.2
- 15.3.8 sumo-fslc-4.9.88-mx7-v1.0
- 15.3.9 sumo-fslc-4.9.88-mx7-v1.1
- 15.3.10 thud-fslc-4.14.78-mx7-v1.0
- 15.4 DART-MX8M
- 15.5 DART-MX8M-MINI
- 15.5.1 sumo-fsl-4.14.78-mx8mm-v1.1
- 15.5.2 sumo-fsl-4.14.78-mx8mm-v1.3
- 15.5.3 sumo-fsl-4.14.78-mx8mm-v1.4
- 15.5.4 sumo-fsl-4.14.78-mx8mm-v1.5
- 15.5.5 sumo-fsl-4.14.78-mx8mm-v1.6
- 15.5.6 sumo-fsl-4.14.98-mx8mm-v2.0
- 15.5.7 sumo-fsl-4.14.98-mx8mm-v2.1
- 15.5.8 sumo-fsl-4.14.98-mx8mm-v2.2
- 15.5.9 warrior-fsl-4.19.35-mx8mm-v3.0
- 15.6 VAR-SOM-MX8M-NANO
- 15.7 VAR-SOM-MX8X
- 15.8 VAR-SOM-MX8
- 15.9 Automatic device tree selection in U-Boot
- 15.1 VAR-SOM-MX6
- 16 Build Results
- 17 Linux console access
- 18 Flash images to NAND / eMMC
- 19 How-to: Test and use an interface
- 20 How-to: Modify the kernel configuration
- 21 Build a sample C "Hello, world!" program
Overview
This page describes how to build and install Debian distribution () on Variscite boards with .
These instructions were tested on an Ubuntu 16.04 x64 host PC. When using other distributions, there may be problems.
Please note that the build script is based on debootstrap. As described in the following instructions, it's kindly suggested to create the build folder on the main Ubuntu volume on your host PC rather than an external media.
Using an external media, although automatically mounted, will cause debootstrap to complain about access rights (even when running the script with sudo).
Create build environment
Installing required packages
On Ubuntu building machine:
$ sudo apt-get install binfmt-support qemu qemu-user-static debootstrap kpartx \ lvm2 dosfstools gpart binutils git lib32ncurses5-dev python-m2crypto gawk wget \ git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev \ autoconf libtool libglib2.0-dev libarchive-dev python-git xterm sed cvs subversion \ coreutils texi2html bc docbook-utils python-pysqlite2 help2man make gcc g++ \ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial automake groff curl \ lzop asciidoc u-boot-tools mtd-utils device-tree-compiler
Deploy source
Download archive containing the build script and support files for building Debian for this board:
$ cd ~ $ git clone -b
Create environment (Internet connection should be available):
$ cd $ -c deploy
This environment prepared to build.
Make Debian
Build all
Internet connection should be available
$ cd $ sudo -c all |& tee build.log
Build by parts
Build bootloader
$ cd $ sudo -c bootloader
Build kernel, dtb files and kernel modules
$ cd $ sudo -c kernel $ sudo -c modules
Build rootfs
Internet connection should be available
$ cd $ sudo -c rootfs
Pack rootfs
To create the root file system archive (rootfs.tar.gz) and UBI image (rootfs.ubi.img), run the following commands:
$ cd $ sudo -c rtar $ sudo -c rubi
Create boot SD card
- Follow the above steps for make rootfs, kernel, bootloader;
- Insert the SD card to card reader connected to a host system;
- Run the following commands (Caution! All data on the card will be destroyed):
$ cd $ sudo -c sdcard -d /dev/sdX
where '/dev/sdX' path to the block SD device in your system.
Boot the board with a bootable SD card
Setting the Boot Mode
Yocto
Documentation
Thud 2.6.2
- Yocto Project Core - Thud 2.6.2
Documentation is available from www.yoctoproject.org
Sumo 2.5
- Yocto Project Core - Sumo 2.5
Documentation is available from www.yoctoproject.org
Rocko 2.4.3
- Yocto Project Core - Rocko 2.4.3
Documentation is available from www.yoctoproject.org
Rocko 2.4.1
- Yocto Project Core - Rocko 2.4.1
Documentation is available from www.yoctoproject.org
Rocko 2.4
- Yocto Project Core - Rocko 2.4
Documentation is available from www.yoctoproject.org
Pyro 2.3.1
- Yocto Project Core - Pyro 2.3.1 (released on 07/21/2017)
Documentation is available from www.yoctoproject.org
Morty 2.2.1
- Yocto Project Core - Morty 2.2.1 (released on 02/24/2017)
Documentation is available from www.yoctoproject.org
FSLC BSP 2.5
- FSL Community BSP Release Notes 2.5 documentation
Documentation is available from http://freescale.github.io
FSLC BSP 2.4
- FSL Community BSP Release Notes 2.4 documentation
Documentation is available from http://freescale.github.io
FSLC BSP 2.3
- FSL Community BSP Release Notes 2.3 documentation
Documentation is available from http://freescale.github.io
FSLC BSP 2.2
- FSL Community BSP Release Notes 2.2 documentation
Documentation is available from http://freescale.github.io
FSL BSP L4.1.15_2.0.0-ga
- Kernel documentation from fsl-yocto-L4.1.15_2.0.0-ga release
Documentation is available for download from fsl-yocto-imx-4.1.15_2.0.0-docs
VAR-SOM-MX6
Build Results
Image Name |
Description |
---|---|
fsl-image-gui-. | 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. |
fsl-image-gui-_128kbpeb.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash with 128KiB PEB. |
fsl-image-gui-_256kbpeb.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash with 256KiB PEB. |
Linux kernel image, same binary for SD card/eMMC or NAND flash. | |
SPL built for SD card boot or eMMC boot. | |
SPL built for NAND flash. | |
U-Boot built for SD card boot or eMMC boot. | |
U-Boot built for NAND flash. |
Device Tree Name |
SOM type |
Carrier Board type |
LCD Type |
Evaluation Kit name |
---|---|---|---|---|
uImage-imx6q-var-som-cap.dtb | VAR-SOM-MX6_V2 (Quad / Dual) | VAR-MX6CustomBoard | Capacitive touch | VAR-DVK-MX6_V2-PRO VAR-STK-MX6_V2 |
uImage-imx6q-var-som-res.dtb | VAR-SOM-MX6_V2 (Quad / Dual) | VAR-MX6CustomBoard | Resistive touch | VAR-DVK-MX6_V2-PRO VAR-STK-MX6_V2 |
uImage-imx6q-var-som-vsc.dtb | VAR-SOM-MX6_V2 (Quad / Dual) | VAR-SOLOCustomBoard | Capacitive LVDS touch | N/A |
uImage-imx6dl-var-som-cap.dtb | VAR-SOM-MX6_V2 (DualLite / Solo) | VAR-MX6CustomBoard | Capacitive touch | N/A |
uImage-imx6dl-var-som-res.dtb | VAR-SOM-MX6_V2 (DualLite / Solo) | VAR-MX6CustomBoard | Resistive touch | N/A |
uImage-imx6dl-var-som-vsc.dtb | VAR-SOM-MX6_V2 (DualLite / Solo) | VAR-SOLOCustomBoard | Capacitive LVDS touch | N/A |
uImage-imx6qp-var-som-cap.dtb | VAR-SOM-MX6_V2 (QuadPlus / DualPlus) | VAR-MX6CustomBoard | Capacitive touch | N/A |
uImage-imx6qp-var-som-res.dtb | VAR-SOM-MX6_V2 (QuadPlus / DualPlus) | VAR-MX6CustomBoard | Resistive touch | N/A |
uImage-imx6qp-var-som-vsc.dtb | VAR-SOM-MX6_V2 (QuadPlus / DualPlus) | VAR-SOLOCustomBoard | Capacitive LVDS touch | N/A |
uImage-imx6dl-var-som-solo-vsc.dtb | VAR-SOM-SOLO / VAR-SOM-DUAL | VAR-SOLOCustomBoard | Capacitive LVDS touch | VAR-DVK-SOLO/DUAL VAR-STK-SOLO/DUAL |
uImage-imx6dl-var-som-solo-cap.dtb | VAR-SOM-SOLO / VAR-SOM-DUAL | VAR-MX6CustomBoard | Capacitive touch | N/A |
uImage-imx6dl-var-som-solo-res.dtb | VAR-SOM-SOLO / VAR-SOM-DUAL | VAR-MX6CustomBoard | Resistive touch | N/A |
uImage-imx6q-var-dart.dtb | DART-MX6 | VAR-DT6CustomBoard | Capacitive LVDS touch | VAR-DVK-DT6 VAR-STK-DT6 |
Device tree
Build individual device trees: Build the device tree for VAR-SOM-MX6 Dualite/Solo on VAR-MX6CustomBoard with capacitive touchscreen: $ make -j4 imx6dl-var-som-cap.dtb Build the device tree for VAR-SOM-MX6 Dualite/Solo on VAR-MX6CustomBoard with resistive touchscreen: $ make -j4 imx6dl-var-som-res.dtb Build the device tree for VAR-SOM-MX6 Dualite/Solo on VAR-SOLOCustomBoard: $ make -j4 imx6dl-var-som-vsc.dtb Build the device tree for VAR-SOM-MX6 Quad/Dual on VAR-MX6CustomBoard with capacitive touchscreen: $ make -j4 imx6q-var-som-cap.dtb Build the device tree for VAR-SOM-MX6 Quad/Dual on VAR-MX6CustomBoard with resistive touchscreen: $ make -j4 imx6q-var-som-res.dtb Build the device tree for VAR-SOM-MX6 Quad/Dual on VAR-SOLOCustomBoard: $ make -j4 imx6q-var-som-vsc.dtb Build the device tree for VAR-SOM-MX6 QuadPlus/DualPlus on VAR-MX6CustomBoard with capacitive touchscreen: $ make -j4 imx6qp-var-som-cap.dtb Build the device tree for VAR-SOM-MX6 QuadPlus/DualPlus on VAR-MX6CustomBoard with resistive touchscreen: $ make -j4 imx6qp-var-som-res.dtb Build the device tree for VAR-SOM-MX6 QuadPlus/DualPlus on VAR-SOLOCustomBoard: $ make -j4 imx6qp-var-som-vsc.dtb Build the device tree for VAR-SOM-SOLO on VAR-MX6CustomBoard with capacitive touchscreen: $ make -j4 imx6dl-var-som-solo-cap.dtb Build the device tree for VAR-SOM-SOLO on VAR-MX6CustomBoard with resistive touchscreen: $ make -j4 imx6dl-var-som-solo-res.dtb Build the device tree for VAR-SOM-SOLO on VAR-SOLOCustomBoard: $ make -j4 imx6dl-var-som-solo-vsc.dtb Build the device tree for DART-MX6: $ make -j4 imx6q-var-dart.dtb
SD card image file tree
/opt/images/ └── Yocto ├── SPL-nand ├── SPL-sd ├── imx6dl-var-som-cap.dtb ├── imx6dl-var-som-res.dtb ├── imx6dl-var-som-solo-cap.dtb ├── imx6dl-var-som-solo-res.dtb ├── imx6dl-var-som-solo-vsc.dtb ├── imx6dl-var-som-vsc.dtb ├── imx6q-var-dart.dtb ├── imx6q-var-som-cap.dtb ├── imx6q-var-som-res.dtb ├── imx6q-var-som-vsc.dtb ├── imx6qp-var-som-cap.dtb ├── imx6qp-var-som-res.dtb ├── imx6qp-var-som-vsc.dtb ├── rootfs.tar.gz ├── rootfs_128kbpeb.ubi ├── rootfs_256kbpeb.ubi ├── u-boot.img-nand ├── u-boot.img-sd └── uImage
Flash Recovery SD from GUI
Flash from GUI
File:VAR-SOM-MX6 Pyro Recovery.png
Click the appropriate button:
- Install Yocto SOLOCB NAND: Flash Yocto on NAND flash, on VAR-SOLOCustomBoard
- Install Yocto SOLOCB eMMC: Flash Yocto on eMMC, on VAR-SOLOCustomBoard
- Install Yocto MX6CB Res NAND: Flash Yocto with Resistive touch panel support on NAND flash, on VAR-MX6CustomBoard
- Install Yocto MX6CB Cap NAND: Flash Yocto with Capacitive touch panel support on NAND flash, on VAR-MX6CustomBoard
- Install Yocto MX6CB Res eMMC: Flash Yocto with Resistive touch panel support on eMMC, on VAR-MX6CustomBoard
- Install Yocto MX6CB Cap eMMC: Flash Yocto with Capacitive touch panel support on eMMC, on VAR-MX6CustomBoard
- Install Yocto DART (eMMC): Flash Yocto on eMMC, on VAR-DT6CustomBoard
Setting the Boot Mode
Follow the instruction below according to the appropriate carrier board type:
MX6CustomBoard
Booting your MX6CustomBoard system from SD card requires pushing the middle button while powering up the system. See picture below.
To boot a board using an SD card, follow the steps below:
- Power-off the board.
- Insert the SD card into the SD/MMC slot of the carrier board (DVK)
- Push the middle button (Boot Select) and hold
- Power-up the board
- Release the middle button (Boot Select) after system starts to boot.
- The board will automatically boot into Linux from the SD card
SoloCustomBoard
Booting your system requires switching the relevant DIP switch to "Boot from MMC". See picture below.
To boot board with SD card, Follow the steps below:
- Power-off the board.
- Insert the SD card into the SD/MMC slot of the carrier board (DVK)
- Switch the relevant DIP switch to "Boot from MMC"
- Power-up board
- The board will automatically boot into Linux from SD card
DT6CustomBoard
Booting your system requires switching the relevant DIP switch to "Boot from SD card". See picture below.
To boot board with SD card, Follow the steps below:
- Power-off the board.
- Insert the SD card into the SD/MMC slot of the carrier board (DVK)
- Switch the relevant DIP switch to "Boot from SD card"
- Power-up board
- The board will automatically boot into Linux from SD card
DART-6UL
Build Results
Image Name |
How to use |
---|---|
fsl-image-gui-.sdcard | 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. |
fsl-image-gui-.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash. |
Linux kernel image, same binary for SD card/eMMC or NAND flash. | |
SPL built for SD card boot or eMMC boot. | |
SPL built for NAND flash. | |
U-Boot built for SD card boot or eMMC boot. | |
U-Boot built for NAND flash. |
File Name | Description |
---|---|
zImage-imx6ul-var-dart-emmc_wifi.dtb | Device tree blob for DART-6UL with eMMC & WI-FI enabled. (SD card & NAND disabled) |
zImage-imx6ul-var-dart-nand_wifi.dtb | Device tree blob for DART-6UL with NAND flash & WI-FI enabled. (SD card & eMMC disabled) |
zImage-imx6ul-var-dart-sd_emmc.dtb | Device tree blob for DART-6UL with SD card & eMMC enabled (WIFI & NAND disabled) |
zImage-imx6ul-var-dart-sd_nand.dtb | Device tree blob for DART-6UL with SD card & NAND flash enabled (WIFI & eMMC disabled) |
zImage-imx6ull-var-dart-emmc_wifi.dtb | Device tree blob for DART-6ULL with eMMC & WI-FI enabled. (SD card & NAND disabled) |
zImage-imx6ull-var-dart-nand_wifi.dtb | Device tree blob for DART-6ULL with NAND flash & WI-FI enabled. (SD card & eMMC disabled) |
zImage-imx6ull-var-dart-sd_emmc.dtb | Device tree blob for DART-6ULL with SD card & eMMC enabled (WIFI & NAND disabled) |
zImage-imx6ull-var-dart-sd_nand.dtb | Device tree blob for DART-6ULL with SD card & NAND flash enabled (WIFI & eMMC disabled) |
Image Name |
How to use |
---|---|
fsl-image-gui-. | 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. |
fsl-image-gui-_128kbpeb.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash with 128KiB PEB |
fsl-image-gui-_256kbpeb.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash with 256KiB PEB |
Linux kernel image, same binary for SD card/eMMC or NAND flash. | |
SPL built for SD card boot or eMMC boot. | |
SPL built for NAND flash. | |
U-Boot built for SD card boot or eMMC boot. | |
U-Boot built for NAND flash. |
File Name | Description |
---|---|
zImage-imx6ul-var-dart-emmc_wifi.dtb | Device tree blob for DART-6UL with eMMC & WI-FI enabled. (SD card & NAND disabled) |
zImage-imx6ul-var-dart-nand_wifi.dtb | Device tree blob for DART-6UL with NAND flash & WI-FI enabled. (SD card & eMMC disabled) |
zImage-imx6ul-var-dart-5g-emmc_wifi.dtb | Device tree blob for DART-6UL-5G with eMMC & WI-FI enabled. (SD card & NAND disabled) |
zImage-imx6ul-var-dart-5g-nand_wifi.dtb | Device tree blob for DART-6UL-5G with NAND flash & WI-FI enabled. (SD card & eMMC disabled) |
zImage-imx6ul-var-dart-sd_emmc.dtb | Device tree blob for DART-6UL with SD card & eMMC enabled (WIFI & NAND disabled) |
zImage-imx6ul-var-dart-sd_nand.dtb | Device tree blob for DART-6UL with SD card & NAND flash enabled (WIFI & eMMC disabled) |
zImage-imx6ull-var-dart-emmc_wifi.dtb | Device tree blob for DART-6ULL with eMMC & WI-FI enabled. (SD card & NAND disabled) |
zImage-imx6ull-var-dart-nand_wifi.dtb | Device tree blob for DART-6ULL with NAND flash & WI-FI enabled. (SD card & eMMC disabled) |
zImage-imx6ull-var-dart-5g-emmc_wifi.dtb | Device tree blob for DART-6ULL-5G with eMMC & WI-FI enabled. (SD card & NAND disabled) |
zImage-imx6ull-var-dart-5g-nand_wifi.dtb | Device tree blob for DART-6ULL-5G with NAND flash & WI-FI enabled. (SD card & eMMC disabled) |
zImage-imx6ull-var-dart-sd_emmc.dtb | Device tree blob for DART-6ULL with SD card & eMMC enabled (WIFI & NAND disabled) |
zImage-imx6ull-var-dart-sd_nand.dtb | Device tree blob for DART-6ULL with SD card & NAND flash enabled (WIFI & eMMC disabled) |
Image Name |
How to use |
---|---|
fsl-image-gui-. | 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. |
fsl-image-gui-_128kbpeb.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash with 128KiB PEB |
fsl-image-gui-_256kbpeb.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash with 256KiB PEB |
Linux kernel image, same binary for SD card/eMMC or NAND flash. | |
SPL built for SD card boot or eMMC boot. | |
SPL built for NAND flash. | |
U-Boot built for SD card boot or eMMC boot. | |
U-Boot built for NAND flash. |
File Name | Description |
---|---|
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) |
Device tree
Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and WiFi: $ make -j4 imx6ul-var-dart-emmc_wifi.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and SD card: $ make -j4 imx6ul-var-dart-sd_emmc.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and WiFi: $ make -j4 imx6ul-var-dart-nand_wifi.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and SD card: $ make -j4 imx6ul-var-dart-sd_nand.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and WiFi: $ make -j4 imx6ull-var-dart-emmc_wifi.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and SD card: $ make -j4 imx6ull-var-dart-sd_emmc.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and WiFi: $ make -j4 imx6ull-var-dart-nand_wifi.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and SD card: $ make -j4 imx6ull-var-dart-sd_nand.dtb
Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and WiFi: $ make -j4 imx6ul-var-dart-emmc_wifi.dtb Build only the device tree for DART-6UL-5G with i.MX6UL SOC, eMMC and WiFi: $ make -j4 imx6ul-var-dart-5g-emmc_wifi.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and SD card: $ make -j4 imx6ul-var-dart-sd_emmc.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and WiFi: $ make -j4 imx6ul-var-dart-nand_wifi.dtb Build only the device tree for DART-6UL-5G with i.MX6UL SOC, NAND flash and WiFi: $ make -j4 imx6ul-var-dart-5g-nand_wifi.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and SD card: $ make -j4 imx6ul-var-dart-sd_nand.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and WiFi: $ make -j4 imx6ull-var-dart-emmc_wifi.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and SD card: $ make -j4 imx6ull-var-dart-sd_emmc.dtb Build only the device tree for DART-6UL-5G with i.MX6ULL SOC, eMMC and WiFi: $ make -j4 imx6ull-var-dart-5g-emmc_wifi.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and WiFi: $ make -j4 imx6ull-var-dart-nand_wifi.dtb Build only the device tree for DART-6UL-5G with i.MX6ULL SOC, NAND flash and WiFi: $ make -j4 imx6ull-var-dart-5g-nand_wifi.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and SD card: $ make -j4 imx6ull-var-dart-sd_nand.dtb
Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and SD card: $ make -j4 imx6ull-var-dart-6ulcustomboard-emmc-sd-card.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and WiFi: $ make -j4 imx6ull-var-dart-6ulcustomboard-emmc-wifi.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and SD card: $ make -j4 imx6ull-var-dart-6ulcustomboard-nand-sd-card.dtb Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and WiFi: $ make -j4 imx6ull-var-dart-6ulcustomboard-nand-wifi.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and SD card: $ make -j4 imx6ul-var-dart-6ulcustomboard-emmc-sd-card.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and WiFi: $ make -j4 imx6ul-var-dart-6ulcustomboard-emmc-wifi.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and SD card: $ make -j4 imx6ul-var-dart-6ulcustomboard-nand-sd-card.dtb Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and WiFi: $ make -j4 imx6ul-var-dart-6ulcustomboard-nand-wifi.dtb Build only the device tree for DART-6UL with i.MX6ULZ SOC, eMMC and SD card: $ make -j4 imx6ulz-var-dart-6ulcustomboard-emmc-sd-card.dtb Build only the device tree for DART-6UL with i.MX6ULZ SOC, eMMC and WiFi: $ make -j4 imx6ulz-var-dart-6ulcustomboard-emmc-wifi.dtb Build only the device tree for DART-6UL with i.MX6ULZ SOC, NAND flash and SD card: $ make -j4 imx6ulz-var-dart-6ulcustomboard-nand-sd-card.dtb Build only the device tree for DART-6UL with i.MX6ULZ SOC, NAND flash and WiFi: $ make -j4 imx6ulz-var-dart-6ulcustomboard-nand-wifi.dtb Build only the device tree for VAR-SOM-6UL with i.MX6ULL SOC, eMMC and SD card: $ make -j4 imx6ull-var-som-concerto-board-emmc-sd-card.dtb Build only the device tree for VAR-SOM-6UL with i.MX6ULL SOC, eMMC and WiFi: $ make -j4 imx6ull-var-som-concerto-board-emmc-wifi.dtb Build only the device tree for VAR-SOM-6UL with i.MX6ULL SOC, NAND flash and SD card: $ make -j4 imx6ull-var-som-concerto-board-nand-sd-card.dtb Build only the device tree for VAR-SOM-6UL with i.MX6ULL SOC, NAND flash and WiFi: $ make -j4 imx6ull-var-som-concerto-board-nand-wifi.dtb Build only the device tree for VAR-SOM-6UL with i.MX6UL SOC, eMMC and SD card: $ make -j4 imx6ul-var-som-concerto-board-emmc-sd-card.dtb Build only the device tree for VAR-SOM-6UL with i.MX6UL SOC, eMMC and WiFi: $ make -j4 imx6ul-var-som-concerto-board-emmc-wifi.dtb Build only the device tree for VAR-SOM-6UL with i.MX6UL SOC, NAND flash and SD card: $ make -j4 imx6ul-var-som-concerto-board-nand-sd-card.dtb Build only the device tree for VAR-SOM-6UL with i.MX6UL SOC, NAND flash and WiFi: $ make -j4 imx6ul-var-som-concerto-board-nand-wifi.dtb Build only the device tree for VAR-SOM-6UL with i.MX6ULZ SOC, eMMC and SD card: $ make -j4 imx6ulz-var-som-concerto-board-emmc-sd-card.dtb Build only the device tree for VAR-SOM-6UL with i.MX6ULZ SOC, eMMC and WiFi: $ make -j4 imx6ulz-var-som-concerto-board-emmc-wifi.dtb Build only the device tree for VAR-SOM-6UL with i.MX6ULZ SOC, NAND flash and SD card: $ make -j4 imx6ulz-var-som-concerto-board-nand-sd-card.dtb Build only the device tree for VAR-SOM-6UL with i.MX6ULZ SOC, NAND flash and WiFi: $ make -j4 imx6ulz-var-som-concerto-board-nand-wifi.dtb
SD card image file tree
/opt/images/ └── Yocto ├── 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-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 ├── SPL-nand ├── SPL-sd ├── u-boot.img-nand ├── u-boot.img-sd └── zImage
/opt/images/ └── Yocto ├── 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 ├── SPL-nand ├── SPL-sd ├── u-boot.img-nand ├── u-boot.img-sd └── zImage
/opt/images/ └── Yocto ├── 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_128kbpeb.ubi ├── rootfs_256kbpeb.ubi ├── SPL-nand ├── SPL-sd ├── u-boot.img-nand ├── u-boot.img-sd └── 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_128kbpeb.ubi ├── rootfs_256kbpeb.ubi ├── rootfs.tar.gz ├── SPL-nand ├── SPL-sd ├── u-boot.img-nand ├── u-boot.img-sd └── zImage
Flash Recovery SD from GUI
Flash from GUI
File:DART-6UL Recovery Sumo.png
Touch/Click on the appropriate icon:
- Install Yocto NAND, WiFi: Flash Yocto with WiFi support to NAND flash
- Install Yocto NAND, SD card: Flash Yocto with SD card support to NAND flash
- Install Yocto eMMC (SD/WiFi) : Flash Yocto to eMMC (installs both SD card and WiFi dtbs to the BOOT partition and let U-Boot select between them at boot time)
Setting the Boot Mode
Booting your system from an SD card requires switching the Boot DIP switches. See picture below.
- "00" The current position in the picture will set the system to boot from SD card
- "01" Moving the right switch will set the system to boot from eMMC
- "10" Moving the left switch will set the system to boot from NAND flash
- "11" is illegal.
Booting your system from an SD card requires switching the Boot DIP switches. See picture below.
On the VAR-6ULCustomBoard (with a DART-6UL):
- "00" The current position in the picture will set the system to boot from SD card
- "01" Moving the right switch will set the system to boot from eMMC
- "10" Moving the left switch will set the system to boot from NAND flash
- "11" is illegal.
On the Concerto-Board (with a VAR-SOM-6UL):
- ON-EXT: Boot from the external storage (SD card) - the current position in the picture
- OFF-INT: Boot from the SOM's internal storage (eMMC/NAND flash)
Using only one Ethernet port
Apply the following patch to the Linux kernel source, for removing the second Ethernet port, in case your own custom carrier board only has one and doesn't have the second Ethernet phy:
<syntaxhighlight lang="diff"> diff --git a/arch/arm/boot/dts/imx6ul-imx6ull-var-dart-common.dtsi b/arch/arm/boot/dts/imx6ul-imx6ull-var-dart-common.dtsi index f79a356..032ed00 100644 --- a/arch/arm/boot/dts/imx6ul-imx6ull-var-dart-common.dtsi +++ b/arch/arm/boot/dts/imx6ul-imx6ull-var-dart-common.dtsi @@ -159,17 +159,6 @@
phy-reset-on-resume; phy-handle = <ðphy0>; status = "okay";
-}; - -&fec2 { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_enet2>; - phy-mode = "rmii"; - phy-handle = <ðphy1>; - phy-reset-gpios=<&gpio1 10 1>; - phy-reset-duration=<100>; - phy-reset-on-resume; - status = "okay";
mdio { #address-cells = <1>; #size-cells = <0>;
@@ -181,14 +170,6 @@
clock-names = "rmii-ref"; reg = <1>; };
- - ethphy1: ethernet-phy@3 { - compatible = "ethernet-phy-ieee802.3-c22"; - micrel,rmii-reference-clock-select-25-mhz; - clocks = <&rmii_ref_clk>; - clock-names = "rmii-ref"; - reg = <3>; - };
}; };
@@ -460,8 +441,8 @@
fsl,pins = < MX6UL_PAD_CSI_HSYNC__GPIO4_IO20 0x1b0b0 /* User LED */ MX6UL_PAD_GPIO1_IO00__GPIO1_IO00 0x17059 /* User Button */
- MX6UL_PAD_GPIO1_IO07__ENET2_MDC 0x1b0b0 - MX6UL_PAD_GPIO1_IO06__ENET2_MDIO 0x1b0b0 + MX6UL_PAD_GPIO1_IO07__ENET1_MDC 0x1b0b0 + MX6UL_PAD_GPIO1_IO06__ENET1_MDIO 0x1b0b0
#ifdef WIFI MX6UL_PAD_GPIO1_IO03__REF_CLK_32K 0x03029 /* WLAN Slow Clock */ #endif
@@ -481,20 +462,6 @@
>; };
- pinctrl_enet2: enet2grp { - fsl,pins = < - MX6UL_PAD_ENET2_RX_EN__ENET2_RX_EN 0x1b0b0 - MX6UL_PAD_ENET2_RX_ER__ENET2_RX_ER 0x1b0b0 - MX6UL_PAD_ENET2_RX_DATA0__ENET2_RDATA00 0x1b0b0 - MX6UL_PAD_ENET2_RX_DATA1__ENET2_RDATA01 0x1b0b0 - MX6UL_PAD_ENET2_TX_EN__ENET2_TX_EN 0x1b0b0 - MX6UL_PAD_ENET2_TX_DATA0__ENET2_TDATA00 0x1b0b0 - MX6UL_PAD_ENET2_TX_DATA1__ENET2_TDATA01 0x1b0b0 - MX6UL_PAD_ENET2_TX_CLK__ENET2_REF_CLK2 0x4001b031 - MX6UL_PAD_JTAG_MOD__GPIO1_IO10 0x1b0b0 - >; - }; -
pinctrl_flexcan1: flexcan1grp{ fsl,pins = < MX6UL_PAD_LCD_DATA09__FLEXCAN1_RX 0x1b020
</syntaxhighlight>
Notes:
- You can follow the "Build Linux from source code" guide to get the Linux kernel source, apply the above patch, build only the device trees and copy them to your SD card.
- In older kernel releases where there is no imx6ul-imx6ull-var-dart-common.dtsi file, the relevant file to edit is called imx6ul-var-dart.dtsi
To remove the second Ethernet port, in case your own custom carrier board only has one and doesn't have the second Ethernet phy:
Edit the dtsi file of the reference carrier board in the Linux kernel source and remove the &fec1 and &fec2 nodes from it.
In case of the VAR-6ULCustomBoard (DART-6UL carrier), the file is arch/arm/boot/dts/imx6ul-imx6ull-var-dart-6ulcustomboard.dtsi.
In case of the Concerto-Board (VAR-SOM-6UL carrier), the file is arch/arm/boot/dts/imx6ul-imx6ull-var-som-concerto-board.dtsi.
The above will result in using the &fec1 node from the dtsi file of the SOM, as is (as the phy of the first Ethernet port is on the SOM), without adding the second port (which its phy is on the reference carrier board).
Notes:
- You can follow the "Build Linux from source code" guide to get the Linux kernel source, apply the above patch, build only the device trees and copy them to your SD card.
VAR-SOM-MX7
Build Results
Image Name |
How to use |
---|---|
fsl-image-gui-. | 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. |
fsl-image-gui-_128kbpeb.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash with 128KiB PEB |
fsl-image-gui-_256kbpeb.ubi | A complete UBI image containing a UBIFS volume, for writing to NAND flash with 256KiB PEB |
Linux kernel image, same binary for SD card/eMMC or NAND flash. | |
SPL built for SD card boot or eMMC boot. | |
SPL built for NAND flash. | |
U-Boot built for SD card boot or eMMC boot. | |
U-Boot built for NAND flash. |
File Name | Description |
---|---|
zImage-imx7d-var-som-emmc.dtb | Device tree blob for SOMs with eMMC. |
zImage-imx7d-var-som-nand.dtb | Device tree blob for SOMs with NAND flash. |
zImage-imx7d-var-som-emmc-m4.dtb | Device tree blob for SOMs with eMMC and M4 support. |
zImage-imx7d-var-som-nand-m4.dtb | Device tree blob for SOMs with NAND flash and M4 support. |
Device tree
Build only the device tree for VAR-SOM-MX7 with eMMC: $ make -j4 imx7d-var-som-emmc.dtb Build only the device tree for VAR-SOM-MX7 with NAND flash: $ make -j4 imx7d-var-som-nand.dtb Build only the device tree for VAR-SOM-MX7 with eMMC and M4 support: $ make -j4 imx7d-var-som-emmc-m4.dtb Build only the device tree for VAR-SOM-MX7 with NAND flash and M4 support: $ make -j4 imx7d-var-som-nand-m4.dtb
SD card image file tree
/opt/images/ └── Yocto ├── imx7d-var-som-emmc.dtb ├── imx7d-var-som-nand.dtb ├── imx7d-var-som-emmc-m4.dtb ├── imx7d-var-som-nand-m4.dtb ├── rootfs.tar.gz ├── rootfs.ubi ├── u-boot.imx-nand ├── u-boot.imx-sd └── zImage
/opt/images/ └── Yocto ├── imx7d-var-som-emmc.dtb ├── imx7d-var-som-nand.dtb ├── imx7d-var-som-emmc-m4.dtb ├── imx7d-var-som-nand-m4.dtb ├── rootfs.tar.gz ├── rootfs.ubi ├── SPL-nand ├── SPL-sd ├── u-boot.img-nand ├── u-boot.img-sd └── zImage
/opt/images/ └── Yocto ├── imx7d-var-som-emmc.dtb ├── imx7d-var-som-nand.dtb ├── imx7d-var-som-emmc-m4.dtb ├── imx7d-var-som-nand-m4.dtb ├── rootfs.tar.gz ├── rootfs_128kbpeb.ubi ├── rootfs_256kbpeb.ubi ├── SPL-nand ├── SPL-sd ├── u-boot.img-nand ├── u-boot.img-sd └── zImage
Flash Recovery SD from GUI
Flash from GUI
File:VAR-SOM-MX7 Rocko Recovery.png
Touch/Click on the appropriate icon:
- Install Yocto NAND flash: Flash Yocto to NAND flash
- Install Yocto eMMC: Flash Yocto to eMMC
Setting the Boot Mode
Make sure the BOOT SELECT DIP switches on the carrier board are set correctly before you power on the board.
SW1-SW2 0 - 0 : Boot from SD card 1 - 0 : Boot from eMMC 0 - 1 : Boot from NAND flash 1 - 1 : Illegal
DART-MX8M
Build Results
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 |
---|---|
Image.gz-imx8m-var-dart-emmc-wifi-hdmi.dtb | Device tree blob for eMMC, WIFI and HDMI display configuration. |
Image.gz-imx8m-var-dart-emmc-wifi-hdmi-4k.dtb | Device tree blob for eMMC, WIFI and HDMI 4K display configuration. |
Image.gz-imx8m-var-dart-emmc-wifi-dcss-lvds.dtb | Device tree blob for eMMC, WIFI and DCSS LVDS display configuration. |
Image.gz-imx8m-var-dart-emmc-wifi-lcdif-lvds.dtb | Device tree blob for eMMC, WIFI and LCDIF LVDS display configuration. |
Image.gz-imx8m-var-dart-emmc-wifi-dual-display.dtb | Device tree blob for eMMC, WIFI and dual LVDS+HDMI display configuration. |
Image.gz-imx8m-var-dart-sd-emmc-hdmi.dtb | Device tree blob for SD, eMMC and HDMI display configuration. |
Image.gz-imx8m-var-dart-sd-emmc-hdmi-4k.dtb | Device tree blob for SD, eMMC and HDMI 4K display configuration. |
Image.gz-imx8m-var-dart-sd-emmc-dcss-lvds.dtb | Device tree blob for SD, eMMC and DCSS LVDS display configuration. |
Image.gz-imx8m-var-dart-sd-emmc-lcdif-lvds.dtb | Device tree blob for SD, eMMC and LCDIF LVDS display configuration. |
Image.gz-imx8m-var-dart-sd-emmc-dual-display.dtb | Device tree blob for SD, eMMC and dual LVDS+HDMI display configuration. |
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 |
---|---|
Image.gz-fsl-imx8mq-var-dart-emmc-wifi-hdmi.dtb | DTB for eMMC, WIFI and HDMI display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb | DTB for eMMC, WIFI and LVDS display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-emmc-wifi-dual-display.dtb | DTB for eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-emmc-wifi-hdmi-cb12.dtb | DTB for eMMC, WIFI and HDMI display configuration on carrier board revisions 1.1 and 1.2. |
Image.gz-fsl-imx8mq-var-dart-emmc-wifi-lvds-cb12.dtb | DTB for eMMC, WIFI and LVDS display configuration on carrier board revisions 1.1 and 1.2. |
Image.gz-fsl-imx8mq-var-dart-emmc-wifi-dual-display-cb12.dtb | DTB for eMMC, WIFI and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. |
Image.gz-fsl-imx8mq-var-dart-sd-emmc-hdmi.dtb | DTB for SD, eMMC and HDMI display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-sd-emmc-lvds.dtb | DTB for SD, eMMC and LCDIF LVDS display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-sd-emmc-dual-display.dtb | DTB for SD, eMMC and dual LVDS+HDMI display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-sd-emmc-hdmi-cb12.dtb | DTB for SD, eMMC and HDMI display configuration on carrier board revisions 1.1 and 1.2. |
Image.gz-fsl-imx8mq-var-dart-sd-emmc-lvds-cb12.dtb | DTB for SD, eMMC and LCDIF LVDS display configuration on carrier board revisions 1.1 and 1.2. |
Image.gz-fsl-imx8mq-var-dart-sd-emmc-dual-display-cb12.dtb | DTB for SD, eMMC and dual LVDS+HDMI display configuration on carrier board revisions 1.1 and 1.2. |
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 |
---|---|
Image.gz-fsl-imx8mq-var-dart-sd-dp.dtb | DTB for eMMC, SD and DP display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-sd-hdmi.dtb | DTB for eMMC, SD and HDMI display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-sd-lvds.dtb | DTB for eMMC, SD and LVDS display configuration on carrier board revisions 1.3 and higher. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-fsl-imx8mq-var-dart-wifi-dp.dtb | DTB for eMMC, WIFI and DP display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-wifi-hdmi.dtb | DTB for eMMC, WIFI and HDMI display configuration on carrier board revisions 1.3 and higher. |
Image.gz-fsl-imx8mq-var-dart-wifi-lvds.dtb | DTB for eMMC, WIFI and LVDS display configuration on carrier board revisions 1.3 and higher. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Image.gz-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. |
Device tree
Build only the device tree for DART-MX8M configuration with eMMC, WIFI and HDMI display: $ make -j4 imx8m-var-dart-emmc-wifi-hdmi.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and HDMI 4K display: $ make -j4 imx8m-var-dart-emmc-wifi-hdmi-4k.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and DCSS LVDS display: $ make -j4 imx8m-var-dart-emmc-wifi-dcss-lvds.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and LCDIF LVDS display: $ make -j4 imx8m-var-dart-emmc-wifi-lcdif-lvds.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and dual LVDS+HDMI display: $ make -j4 imx8m-var-dart-emmc-wifi-dual-display.dtb Build only the device tree for DART-MX8M configuration with SD, eMMC, and HDMI display: $ make -j4 imx8m-var-dart-sd-emmc-hdmi.dtb Build only the device tree for DART-MX8M configuration with SD, eMMC, and HDMI 4K display: $ make -j4 imx8m-var-dart-sd-emmc-hdmi-4k.dtb Build only the device tree for DART-MX8M configuration with SD, eMMC, and DCSS LVDS display: $ make -j4 imx8m-var-dart-sd-emmc-dcss-lvds.dtb Build only the device tree for DART-MX8M configuration with SD, eMMC, and LCDIF LVDS display: $ make -j4 imx8m-var-dart-sd-emmc-lcdif-lvds.dtb Build only the device tree for DART-MX8M configuration with SD, eMMC, and dual LVDS+HDMI display: $ make -j4 imx8m-var-dart-sd-emmc-dual-display.dtb
Build only the device tree for DART-MX8M configuration with eMMC, WIFI and HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-emmc-wifi-hdmi.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and LVDS display: $ make -j4 freescale/fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and dual LVDS+HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-emmc-wifi-dual-display.dtb Build only the device tree for DART-MX8M configuration with SD, eMMC, and HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-sd-emmc-hdmi.dtb Build only the device tree for DART-MX8M configuration with SD, eMMC, and LVDS display: $ make -j4 freescale/fsl-imx8mq-var-dart-sd-emmc-lvds.dtb Build only the device tree for DART-MX8M configuration with SD, eMMC, and dual LVDS+HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-sd-emmc-dual-display.dtb
Build only the device tree for DART-MX8M configuration with eMMC, SD and DP display: $ make -j4 freescale/fsl-imx8mq-var-dart-sd-dp.dtb Build only the device tree for DART-MX8M configuration with eMMC, SD and HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-sd-hdmi.dtb Build only the device tree for DART-MX8M configuration with eMMC, SD and LVDS display: $ make -j4 freescale/fsl-imx8mq-var-dart-sd-lvds.dtb Build only the device tree for DART-MX8M configuration with eMMC, SD and dual LVDS+DP display: $ make -j4 freescale/fsl-imx8mq-var-dart-sd-lvds-dp.dtb Build only the device tree for DART-MX8M configuration with eMMC, SD and dual LVDS+HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-sd-lvds-hdmi.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and DP display: $ make -j4 freescale/fsl-imx8mq-var-dart-wifi-dp.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-wifi-hdmi.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and LVDS display: $ make -j4 freescale/fsl-imx8mq-var-dart-wifi-lvds.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and dual LVDS+DP display: $ make -j4 freescale/fsl-imx8mq-var-dart-wifi-lvds-dp.dtb Build only the device tree for DART-MX8M configuration with eMMC, WIFI and dual LVDS+HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-wifi-lvds-hdmi.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, SD and DP display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-sd-dp.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, SD and HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-sd-hdmi.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, SD and LVDS display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-sd-lvds.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, SD and dual LVDS+DP display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-sd-lvds-dp.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, SD and dual LVDS+HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-sd-lvds-hdmi.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, WIFI and DP display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-wifi-dp.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, WIFI and HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-wifi-hdmi.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, WIFI and LVDS display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-wifi-lvds.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, WIFI and dual LVDS+DP display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-wifi-lvds-dp.dtb Build only the device tree for DART-MX8M configuration with M4, eMMC, WIFI and dual LVDS+HDMI display: $ make -j4 freescale/fsl-imx8mq-var-dart-m4-wifi-lvds-hdmi.dtb
SD card image file tree
/opt/images/ └── Yocto ├── imx-boot-sd.bin └── rootfs.tar.gz
SD card image file tree
/opt/images/ └── Yocto ├── imx-boot-imx8mq-var-dart-sd.bin-flash_dp_evk ├── imx-boot-imx8mq-var-dart-sd.bin-flash_evk ├── imx-boot-imx8mq-var-dart-sd.bin-flash_evk_no_hdmi ├── imx-boot-sd.bin -> imx-boot-imx8mq-var-dart-sd.bin-flash_evk └── rootfs.tar.gz
DTB File Name |
Description |
---|---|
imx8m-var-dart-emmc-wifi-hdmi.dtb | Device tree blob for eMMC, WIFI and HDMI display configuration. SD card disabled. |
imx8m-var-dart-emmc-wifi-hdmi-4k.dtb | Device tree blob for eMMC, WIFI and HDMI 4K display configuration. SD card disabled. |
imx8m-var-dart-emmc-wifi-dcss-lvds.dtb | Device tree blob for eMMC, WIFI and DCSS LVDS display configuration. SD card disabled. |
imx8m-var-dart-emmc-wifi-lcdif-lvds.dtb | Device tree blob for eMMC, WIFI and LCDIF LVDS display configuration. SD card disabled. |
imx8m-var-dart-emmc-wifi-dual-display.dtb | Device tree blob for eMMC, WIFI and dual LVDS+HDMI display configuration. SD card disabled. |
imx8m-var-dart-sd-emmc-hdmi.dtb | Device tree blob for SD, eMMC and HDMI display configuration. WIFI disabled. |
imx8m-var-dart-sd-emmc-hdmi-4k.dtb | Device tree blob for SD, eMMC and HDMI 4K display configuration. WIFI disabled. |
imx8m-var-dart-sd-emmc-dcss-lvds.dtb | Device tree blob for SD, eMMC and DCSS LVDS display configuration. WIFI disabled. |
imx8m-var-dart-sd-emmc-lcdif-lvds.dtb | Device tree blob for SD, eMMC and LCDIF LVDS display configuration. WIFI disabled. |
imx8m-var-dart-sd-emmc-dual-display.dtb | Device tree blob for SD, eMMC and dual LVDS+HDMI display configuration. WIFI disabled. |
DTB File Name |
Description |
---|---|
fsl-imx8mq-var-dart-emmc-wifi-hdmi.dtb | Device tree blob for eMMC, WIFI and HDMI display configuration. SD card disabled. |
fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb | Device tree blob for eMMC, WIFI and LVDS display configuration. SD card disabled. |
fsl-imx8mq-var-dart-emmc-wifi-dual-display.dtb | Device tree blob for eMMC, WIFI and dual LVDS+HDMI display configuration. SD card disabled. |
fsl-imx8mq-var-dart-sd-emmc-hdmi.dtb | Device tree blob for SD, eMMC and HDMI display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-sd-emmc-lvds.dtb | Device tree blob for SD, eMMC and LVDS display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-sd-emmc-dual-display.dtb | Device tree blob for SD, eMMC and dual LVDS+HDMI display configuration. WIFI disabled. |
DTB File Name |
Description |
---|---|
fsl-imx8mq-var-dart-sd-dp.dtb | Device tree blob for eMMC, SD and DP display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-sd-hdmi.dtb | Device tree blob for eMMC, SD and HDMI display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-sd-lvds.dtb | Device tree blob for eMMC, SD and LVDS display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-sd-lvds-dp.dtb | Device tree blob for eMMC, SD and dual LVDS+DP display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-sd-lvds-hdmi.dtb | Device tree blob for eMMC, SD and dual LVDS+HDMI display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-wifi-dp.dtb | Device tree blob for eMMC, WIFI and DP display configuration. SD card disabled. |
fsl-imx8mq-var-dart-wifi-hdmi.dtb | Device tree blob for eMMC, WIFI and HDMI display configuration. SD card disabled. |
fsl-imx8mq-var-dart-wifi-lvds.dtb | Device tree blob for eMMC, WIFI and LVDS display configuration. SD card disabled. |
fsl-imx8mq-var-dart-wifi-lvds-dp.dtb | Device tree blob for eMMC, WIFI and dual LVDS+DP display configuration. SD card disabled. |
fsl-imx8mq-var-dart-wifi-lvds-hdmi.dtb | Device tree blob for eMMC, WIFI and dual LVDS+HDMI display configuration. SD card disabled. |
fsl-imx8mq-var-dart-m4-sd-dp.dtb | Device tree blob for eMMC, SD and DP display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-m4-sd-hdmi.dtb | Device tree blob for M4, eMMC, SD and HDMI display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-m4-sd-lvds.dtb | Device tree blob for M4, eMMC, SD and LVDS display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-m4-sd-lvds-dp.dtb | Device tree blob for M4, eMMC, SD and dual LVDS+DP display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-m4-sd-lvds-hdmi.dtb | Device tree blob for M4, eMMC, SD and dual LVDS+HDMI display configuration. WIFI disabled. |
fsl-imx8mq-var-dart-m4-wifi-dp.dtb | Device tree blob for M4, eMMC, WIFI and DP display configuration. SD card disabled. |
fsl-imx8mq-var-dart-m4-wifi-hdmi.dtb | Device tree blob for M4, eMMC, WIFI and HDMI display configuration. SD card disabled. |
fsl-imx8mq-var-dart-m4-wifi-lvds.dtb | Device tree blob for M4, eMMC, WIFI and LVDS display configuration. SD card disabled. |
fsl-imx8mq-var-dart-m4-wifi-lvds-dp.dtb | Device tree blob for M4, eMMC, WIFI and dual LVDS+DP display configuration. SD card disabled. |
fsl-imx8mq-var-dart-m4-wifi-lvds-hdmi.dtb | Device tree blob for M4, eMMC, WIFI and dual LVDS+HDMI display configuration. SD card disabled. |
Setting the Boot Mode
Make sure the BOOT SELECT DIP switch on the carrier board is set correctly before you power on the board.
SW7 0 : Boot from SD card 1 : Boot from eMMC
DART-MX8M-MINI
Build Results
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 |
---|---|
Image.gz-imx8mm-var-dart.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration. |
Device tree
Build only the device tree for DART-MX8M-MINI: $ make -j4 freescale/fsl-imx8mm-var-dart.dtb
SD card image file tree
/opt/images/ └── Yocto ├── imx-boot-sd.bin └── rootfs.tar.gz
Setting the Boot Mode
Make sure the BOOT SELECT DIP switch on the carrier board is set correctly before you power on the board.
SW7 0 : Boot from SD card 1 : Boot from eMMC
VAR-SOM-MX8M-NANO
Build Results
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 |
---|---|
Image.gz-fsl-imx8mn-var-som.dtb | Device tree blob for SD, eMMC, WIFI and LVDS display configuration. |
Device tree
Build only the device tree for VAR-SOM-MX8M-NANO: $ make -j4 freescale/fsl-imx8mn-var-som.dtb
SD card image file tree
/opt/images/ └── Yocto ├── imx-boot-sd.bin └── rootfs.tar.gz
Setting the Boot Mode
Make sure the BOOT SELECT DIP switch on the carrier board is set correctly before you power on the board.
SW3 0 : Boot from SD card 1 : Boot from eMMC
VAR-SOM-MX8X
Build Results
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 |
---|---|
Image.gz-fsl-imx8qxp-var-som-wifi.dtb | DTB for WIFI configuration. SD card disabled. |
Image.gz-fsl-imx8qxp-var-som-sd.dtb | DTB for SD card configuration. WIFI disabled. |
Device tree
Build only the device tree for VAR-SOM-MX8X WIFI configuration: $ make -j4 freescale/fsl-imx8qxp-var-som-wifi.dtb Build only the device tree for VAR-SOM-MX8X SD configuration: $ make -j4 freescale/fsl-imx8qxp-var-som-sd.dtb
SD card image file tree
/opt/images/ └── Yocto ├── imx-boot-sd.bin └── rootfs.tar.gz
DTB File Name |
Description |
---|---|
fsl-imx8qxp-var-som-wifi.dtb | Device tree blob for WIFI configuration. SD card disabled. |
fsl-imx8qxp-var-som-sd.dtb | Device tree blob for SD configuration. WIFI disabled. |
Setting the Boot Mode
Make sure the BOOT SELECT DIP switch on the carrier board is set correctly before you power on the board.
SW3 0 : Boot from SD card 1 : Boot from eMMC (Internal)
VAR-SOM-MX8
Build Results
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 |
---|---|
Image.gz-fsl-imx8qm-var-som-dp.dtb | DTB file for VAR-SOM-MX8 with DP display |
Image.gz-fsl-imx8qm-var-som-hdmi.dtb | DTB file for VAR-SOM-MX8 with HDMI display |
Image.gz-fsl-imx8qm-var-som-lvds.dtb | DTB file for VAR-SOM-MX8 with LVDS display |
Image.gz-fsl-imx8qm-var-spear-dp.dtb | DTB file for SPEAR-MX8 with DP display |
Image.gz-fsl-imx8qm-var-spear-hdmi.dtb | DTB file for SPEAR-MX8 with HDMI display |
Image.gz-fsl-imx8qm-var-spear-lvds.dtb | DTB file for SPEAR-MX8 with LVDS display |
Device tree
Build device tree for VAR-SOM-MX8 with DP display: $ make -j4 freescale/fsl-imx8qm-var-som-db.dtb Build device tree for VAR-SOM-MX8 with HDMI display: $ make -j4 freescale/fsl-imx8qm-var-som-hdmi.dtb Build device tree for VAR-SOM-MX8 with LVDS display: $ make -j4 freescale/fsl-imx8qm-var-som-db.dtb Build device tree for SPEAR-MX8 with DP display: $ make -j4 freescale/fsl-imx8qm-var-spear-db.dtb Build device tree for SPEAR-MX8 with HDMI display: $ make -j4 freescale/fsl-imx8qm-var-spear-hdmi.dtb Build device tree for SPEAR-MX8 with LVDS display: $ make -j4 freescale/fsl-imx8qm-var-spear-lvds.dtb
SD card image file tree
/opt/images/ └── Yocto ├── imx-boot-sd.bin └── rootfs.tar.gz
DTB File Name |
Description |
---|---|
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 |
Setting the Boot Mode
Make sure the BOOT SELECT DIP switch on the carrier board is set correctly before you power on the board.
SW3 on VAR-SOM-MX8, SW6 on SPEAR-MX8 0 : Boot from SD card 1 : Boot from eMMC (Internal)
Platform Customizations
VAR-SOM-MX6
thud-fslc-4.14.78-mx6-v1.0
- RELEASE_NAME = thud-fslc-4.14.78-mx6-v1.0
- RELEASE_LINK = RELEASE_THUD_V1.0_VAR-SOM-MX6
- YOCTO_NAME = Thud
- YOCTO_VERSION = 2.6.2
- FSLC_BSP_VERSION = 2.6
- FSL_BSP_VERSION = 4.14.78_1.0.0-ga
- RECOVERY_SD_NAME = thud-fslc-4.14.78-mx6-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRLGv5hcoA2R9ITwZJMFexLVh29V9A79Euq_0hO7fJNexczP92C0A0tgUZLUva4enuPVVZ4EtCV5xoy/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = thud
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
sumo-fslc-4.9.88-mx6-v1.2
- RELEASE_NAME = sumo-fslc-4.9.88-mx6-v1.2
- RELEASE_LINK = RELEASE_SUMO_V1.2_VAR-SOM-MX6
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- FSLC_BSP_VERSION = 2.5
- FSL_BSP_VERSION = 4.9.88_2.0.0-ga
- RECOVERY_SD_NAME = sumo-fslc-4.9.88-mx6-v1.2.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSKd7IE5JQ_DWCDgnEmH-Mg_8A2k1YJmia0u8jvyytR14lMYCQ-rIkZprdoxQhry_cy73ZbWYPIpqHu/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.88_2.0.0_ga-var01
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
sumo-fslc-4.9.88-mx6-v1.1
- RELEASE_NAME = sumo-fslc-4.9.88-mx6-v1.1
- RELEASE_LINK = RELEASE_SUMO_V1.1_VAR-SOM-MX6
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- FSLC_BSP_VERSION = 2.5
- FSL_BSP_VERSION = 4.9.88_2.0.0-ga
- RECOVERY_SD_NAME = sumo-fslc-4.9.88-mx6-v1.1.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQPSx3AajKGeDmhNUx9Uw5qEe13_Dk2L35JjYC-bQiB5sD-P30ydA3lgq5e-UtmYN4_3ePo2GkM01Kn/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.88_2.0.0_ga-var01
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
sumo-fslc-4.9.88-mx6-v1.0
- RELEASE_NAME = sumo-fslc-4.9.88-mx6-v1.0
- RELEASE_LINK = RELEASE_SUMO_V1.0_VAR-SOM-MX6
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- FSLC_BSP_VERSION = 2.5
- FSL_BSP_VERSION = 4.9.88_2.0.0-ga
- RECOVERY_SD_NAME = sumo-fslc-4.9.88-mx6-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSCKgCpBv3y1DnU2FFqQR6CUex8nPMLTdrrYyix9lLbz-o0pL6qoUIqSvMPc3eo0zlbAoGIKeo1WZjr/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.88_2.0.0_ga-var01
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
rocko-fslc-4.9.11-mx6-v1.2
- RELEASE_NAME = rocko-fslc-4.9.11-mx6-v1.2
- RELEASE_LINK = RELEASE_ROCKO_V1.2_VAR-SOM-MX6
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4.3
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx6-v1.2.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vR0eD_uZ7yKL1AlXX2JxuneUBoCN_ZZ5gc9-ty5IcRCF8nv2Lr9QLdZcQEXY3BJapcwtRvlp7ktdTb3/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
rocko-fslc-4.9.11-mx6-v1.1
- RELEASE_NAME = rocko-fslc-4.9.11-mx6-v1.1
- RELEASE_LINK = RELEASE_ROCKO_V1.1_VAR-SOM-MX6
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4.1
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx6-v1.1.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQZT4UfUc2les0vV8lRebjNtOwKySN6AG-kw-JGc7Nw1EME0_sDjZJoiGzaUPd_gXvwkYc5B32ouILp/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
rocko-fslc-4.9.11-mx6-v1.0
- RELEASE_NAME = rocko-fslc-4.9.11-mx6-v1.0
- RELEASE_LINK = RELEASE_ROCKO_V1.1_VAR-SOM-MX6
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4.1
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx6-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTaKepnaAwm1umGw59L0ukHEa6VIIlEM9btCiWaXW0jx3nOQmwJ3h2QxyBbH2nMEwmDC_GvFbowtonR/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
rocko-fslc-4.9.11-mx6-v1.0-beta
- RELEASE_NAME = rocko-fslc-4.9.11-mx6-v1.0-beta
- RELEASE_LINK = RELEASE_ROCKO_V1.0_BETA_VAR-SOM-MX6
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx6-v1.0-beta.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQh6c1wcWTFZqE5coUlIQHX8PTo8E_aAuibOOcpD84DbVxF8ldWTdLx6beMC5xMSrdpOym-MNEe-YWt/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
pyro-fslc-4.1.15-mx6-v1.0
- RELEASE_NAME = pyro-fslc-4.1.15-mx6-v1.0
- RELEASE_LINK = RELEASE_PYRO_V1.0_VAR-SOM-MX6
- YOCTO_NAME = Pyro
- YOCTO_VERSION = 2.3.1
- FSLC_BSP_VERSION = 2.3
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = pyro-fslc-4.1.15-mx6-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSpLBEmJDrgI_lRl_HSyZ-CRBH4eu3wbL9WO83wBIGvmDntL8_FNPQAhck1wcJMUrhygxDPHVxqjNiB/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = pyro
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
pyro-fslc-4.1.15-mx6-v1.0-beta
- RELEASE_NAME = pyro-fslc-4.1.15-mx6-v1.0-beta
- RELEASE_LINK = RELEASE_PYRO_V1.0_BETA_VAR-SOM-MX6
- YOCTO_NAME = Pyro
- YOCTO_VERSION = 2.3.1
- FSLC_BSP_VERSION = 2.3
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = pyro-fslc-4.1.15-mx6-v1.0-beta.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1czYgOE6lEw9AmJukRSTcVGrW0DBpqNmH6rsFrO1fsMg/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = pyro
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
morty-fslc-4.1.15-mx6-v1.0
- RELEASE_NAME = morty-fslc-4.1.15-mx6-v1.0
- RELEASE_LINK = RELEASE_MORTY_V1.0_VAR-SOM-MX6
- YOCTO_NAME = Morty
- YOCTO_VERSION = 2.2.1
- FSLC_BSP_VERSION = 2.2
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = morty-fslc-4.1.15-mx6-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1nMcgrux22pqd_6ewJDs1zO_57DoTLP2cdm1DKKTGCBQ/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = morty
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
morty-fslc-4.1.15-mx6-v1.1
- RELEASE_NAME = morty-fslc-4.1.15-mx6-v1.1
- RELEASE_LINK = RELEASE_MORTY_V1.1_VAR-SOM-MX6
- YOCTO_NAME = Morty
- YOCTO_VERSION = 2.2.1
- FSLC_BSP_VERSION = 2.2
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = morty-fslc-4.1.15-mx6-v1.1.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1VYYGP6KQ991re4eJa8TT00vZbebBEuU-WEbnuB4hbXc/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_BUILD_PARAMS = LOADADDR=0x10008000
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = morty
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
morty-fslc-4.1.15-mx6-v1.0-beta
- RELEASE_NAME = morty-fslc-4.1.15-mx6-v1.0-beta
- RELEASE_LINK = RELEASE_MORTY_BETA_VAR-SOM-MX6
- YOCTO_NAME = Morty
- YOCTO_VERSION = 2.2.1
- FSLC_BSP_VERSION = 2.2
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = morty-fslc-4.1.15-mx6-v1.0-beta.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX6/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1WN-kGn3r9mcJh0EdSE3wZNBmhw5g5A95facy6gSIFn4/pubhtml
- MACHINE_NAME = var-som-mx6
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = uImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- KERNEL_KERNEL_BUILD_PARAMS = '
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6var_som_sd_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6var_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = morty
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX6_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX6_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX6_DTB
- SD_TREE_SECTION = VAR-SOM-MX6_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX6_FLASH_SD_FROM_GUI
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX6
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- NAND_ROOTFS_DEV = mtd3
- QT_PLATFORM_PLUGIN = eglfs
- RAM_LOAD_ADDRESS = 0x18100000
- UBOOT_CONFIG_FILE = include/configs/mx6var_som.h
- UBOOT_PAD_SIZE = 0x1e0000
- KERNEL_PAD_SIZE = 0x800000
- DTB_START_ADDRESS = 0x3e0000
DART-6UL
morty-fslc-4.1.15-mx6ul-v1.0-beta
- RELEASE_NAME = morty-fslc-4.1.15-mx6ul-v1.0-beta
- RELEASE_LINK = RELEASE_MORTY_BETA_DART-6UL
- YOCTO_NAME = Morty
- YOCTO_VERSION = 2.2.1
- FSLC_BSP_VERSION = 2.2
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = morty-fslc-4.1.15-mx6ul-v1.0-beta.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1SznePOwPHdnxkbqpmP_1u6v6gXSceIHrRVPLFPB7qHE/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx6ul-var-dart_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.10_dart_6ul_var1
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = morty
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS_MORTY
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB
- SD_TREE_SECTION = DART-6UL_SD_TREE
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
morty-fslc-4.1.15-mx6ul-v1.0
- RELEASE_NAME = morty-fslc-4.1.15-mx6ul-v1.0
- RELEASE_LINK = RELEASE_MORTY_V1.0_DART-6UL
- YOCTO_NAME = Morty
- YOCTO_VERSION = 2.2.1
- FSLC_BSP_VERSION = 2.2
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = morty-fslc-4.1.15-mx6ul-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1nFdouD7N-phVy3GhUb5dU8C25qWVouCt_PLggpYm6s4/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx6ul-var-dart_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = morty
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS_MORTY
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB
- SD_TREE_SECTION = DART-6UL_SD_TREE
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
pyro-fslc-4.1.15-mx6ul-v1.0
- RELEASE_NAME = pyro-fslc-4.1.15-mx6ul-v1.0
- RELEASE_LINK = RELEASE_PYRO_V1.0_DART-6UL
- YOCTO_NAME = Pyro
- YOCTO_VERSION = 2.3.1
- FSLC_BSP_VERSION = 2.3.1
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = pyro-fslc-4.1.15-mx6ul-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRpHJCyYRl7s-0v2OWhBi6dOlTka5drWPNJIrTXNEfRlSBvEVjixUKtfZmAR1FW86ZqyWVZxcu-S0kY/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx6ul-var-dart_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = pyro
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB
- SD_TREE_SECTION = DART-6UL_SD_TREE
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
pyro-fslc-4.1.15-mx6ul-v1.1
- RELEASE_NAME = pyro-fslc-4.1.15-mx6ul-v1.1
- RELEASE_LINK = RELEASE_PYRO_V1.1_DART-6UL
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/u/1/d/1ClqVTLdiGDyFje2YQ_H6p8tylbdFOP-r0iMRdi_hkU4/pubhtml
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
All other variables are the same as v1.2
pyro-fslc-4.1.15-mx6ul-v1.2
- RELEASE_NAME = pyro-fslc-4.1.15-mx6ul-v1.2
- RELEASE_LINK = RELEASE_PYRO_V1.2_DART-6UL
- YOCTO_NAME = Pyro
- YOCTO_VERSION = 2.3.1
- FSLC_BSP_VERSION = 2.3.1
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = pyro-fslc-4.1.15-mx6ul-v1.2.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSQcQq4U7Sig_O05Ei2hSDxo3q-iXNmIj5g49gjWIBQja56l6o2jNjgc1fhl3lLfSSEk6WegeH10M--/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var03
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx6ul-var-dart_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = pyro
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB_PYRO_PLUS
- SD_TREE_SECTION = DART-6UL_SD_TREE_PYRO_PLUS
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
rocko-fslc-4.9.11-mx6ul-v1.0-beta
- RELEASE_NAME = rocko-fslc-4.9.11-mx6ul-v1.0-beta
- RELEASE_LINK = RELEASE_ROCKO_V1.0_BETA_DART-6UL
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx6ul-v1.0-beta.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQE1S6-B5Wi0mtBsyUMoTf_Vs-mhyQBDCzpZAymGNhkEWJgZIcyIFyWRJNMzjOdXBNSY1xCLVx7kjlS/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2015.04_4.1.15_1.1.0_ga_var03
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB_PYRO_PLUS
- SD_TREE_SECTION = DART-6UL_SD_TREE_PYRO_PLUS
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
rocko-fslc-4.9.11-mx6ul-v1.0
- RELEASE_NAME = rocko-fslc-4.9.11-mx6ul-v1.0
- RELEASE_LINK = RELEASE_ROCKO_V1.0_DART-6UL
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4.1
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx6ul-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTUPjdt-nbNyWUFxjrkoIw4H-s1h5Uo3HYgYQvzHgL1SMIutt7fzGm1zq5vgwLQhNAb7fTqETSjBn2J/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB_PYRO_PLUS
- SD_TREE_SECTION = DART-6UL_SD_TREE_PYRO_PLUS
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
rocko-fslc-4.9.11-mx6ul-v1.1
- RELEASE_NAME = rocko-fslc-4.9.11-mx6ul-v1.1
- RELEASE_LINK = RELEASE_ROCKO_V1.1_DART-6UL
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4.3
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx6ul-v1.1.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQ8x-FK8v6oSrDbs4NiZ4PkF7BWakCd813v59u3aV7tOM3CT8y3mTv1FQdN1VGWut5EkL_BHI5lSl0h/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB_PYRO_PLUS
- SD_TREE_SECTION = DART-6UL_SD_TREE_PYRO_PLUS
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
sumo-fslc-4.9.88-mx6ul-v1.0
- RELEASE_NAME = sumo-fslc-4.9.88-mx6ul-v1.0
- RELEASE_LINK = RELEASE_SUMO_V1.0_DART-6UL
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- FSLC_BSP_VERSION = 2.5
- FSL_BSP_VERSION = 4.9.88_2.0.0-ga
- RECOVERY_SD_NAME = sumo-fslc-4.9.88-mx6ul-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRP5AOoijVweqdVWlEcd_91GP2SwZxsjasIo1aPo-tUB38uvvx9Uc0AXQAfbqgtuIg1oipgbcDFypIR/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.88_2.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB_PYRO_PLUS
- SD_TREE_SECTION = DART-6UL_SD_TREE_SUMOPLUS
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
sumo-fslc-4.9.88-mx6ul-v1.1
- RELEASE_NAME = sumo-fslc-4.9.88-mx6ul-v1.1
- RELEASE_LINK = RELEASE_SUMO_V1.1_DART-6UL
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- FSLC_BSP_VERSION = 2.5
- FSL_BSP_VERSION = 4.9.88_2.0.0-ga
- RECOVERY_SD_NAME = sumo-fslc-4.9.88-mx6ul-v1.1.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRay6cZAwt3PltamyoY1Y714MkmV6s9u6MkBY5QaFphLlF6AKW4DBwuN6u0vZytzDh3thgQM8-z73dF/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.88_2.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB_PYRO_PLUS
- SD_TREE_SECTION = DART-6UL_SD_TREE_SUMOPLUS
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
thud-fslc-4.14.78-mx6ul-v1.0
- RELEASE_NAME = thud-fslc-4.14.78-mx6ul-v1.0
- RELEASE_LINK = RELEASE_THUD_V1.0_DART-6UL
- YOCTO_NAME = Thud
- YOCTO_VERSION = 2.6.2
- FSLC_BSP_VERSION = 2.6
- FSL_BSP_VERSION = 4.14.78_1.0.0-ga
- RECOVERY_SD_NAME = thud-fslc-4.14.78-mx6ul-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSB0pDSNkfRPVIgO_k9yCBhYzz-BBi8TgRpwENMYsEiBwWsH-ha7zb2dtbMfDLHt6nTk9w_x8ml_jMo/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = thud
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD_NO_CONCERTO
- KERNEL_DTB_SECTION = DART-6UL_DTB_PYRO_PLUS
- SD_TREE_SECTION = DART-6UL_SD_TREE_SUMOPLUS
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
thud-fslc-4.14.78-mx6ul-v1.1
- RELEASE_NAME = thud-fslc-4.14.78-mx6ul-v1.1
- RELEASE_LINK = RELEASE_THUD_V1.1_DART-6UL
- YOCTO_NAME = Thud
- YOCTO_VERSION = 2.6.2
- FSLC_BSP_VERSION = 2.6
- FSL_BSP_VERSION = 4.14.78_1.0.0-ga
- RECOVERY_SD_NAME = thud-fslc-4.14.78-mx6ul-v1.1.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-6UL/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSHLwlrpj_m0xgtCTUlS8YIWNyISq6fG12zq1a5i_kN3kY2_lJmPQF0nUdi_ladlgzqUzCEzV7SWhXM/pubhtml
- MACHINE_NAME = imx6ul-var-dart
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx6ul_var_dart_mmc_defconfig
- U-BOOT_NAND_DEFCONFIG = mx6ul_var_dart_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = thud
- YOCTO_BUILD_RESULTS_SECTION = DART-6UL_BUILD_RESULTS_THUD_1_1_PLUS
- YOCTO_BOOT_BOARD_SECTION = DART-6UL_BOOT_BOARD
- KERNEL_DTB_SECTION = DART-6UL_DTB_THUD_1_1_PLUS
- SD_TREE_SECTION = DART-6UL_SD_TREE_THUD_1_1_PLUS
- EMMC_FAT_PARTITION_NAME = BOOT-VAR6UL
- EMMC_ROOTFS_DEV = mmcblk1
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_PAD_SIZE = 0x200000
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
VAR-SOM-MX7
morty-fslc-4.1.15-mx7-v1.0
- RELEASE_NAME = morty-fslc-4.1.15-mx7-v1.0
- RELEASE_LINK = RELEASE_MORTY_V1.0_VAR-SOM-MX7
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1UqpIu3ztSIbsXqV52QFLjz-jhTXLfUtsX9-HQUy6tsQ/pubhtml
All other variables are the same as v1.1
morty-fslc-4.1.15-mx7-v1.1
- RELEASE_NAME = morty-fslc-4.1.15-mx7-v1.1
- RELEASE_LINK = RELEASE_MORTY_V1.1_VAR-SOM-MX7
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1TjG1ZLv48GDhIHsrtThAqqezNvsd4i6kD6qn_Yac3qk/pubhtml
All other variables are the same as v1.2
morty-fslc-4.1.15-mx7-v1.2
- RELEASE_NAME = morty-fslc-4.1.15-mx7-v1.2
- RELEASE_LINK = RELEASE_MORTY_V1.2_VAR-SOM-MX7
- YOCTO_NAME = Morty
- YOCTO_VERSION = 2.2.1
- FSLC_BSP_VERSION = 2.2
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = morty-fslc-4.1.15-mx7-v1.2.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX7/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRcG96qikRoOvjxjKNa67j-Vud2x4PN3r3cqRj5Tx0bYO9yMOYUY93OhYtMGXIOaWhrxeRj3kJfsJBz/pubhtml
- MACHINE_NAME = imx7-var-som
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx7-var-som_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx7dvar_som_defconfig
- U-BOOT_NAND_DEFCONFIG = mx7dvar_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = morty
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX7_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX7_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX7_DTB
- SD_TREE_SECTION = VAR-SOM-MX7_SD_TREE_SPL
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX7_FLASH_SD_FROM_GUI
- READ_ONLY_ROOTFS = '
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_CONFIG_FILE = include/configs/mx7dvar_som.h
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
pyro-fslc-4.1.15-mx7-v1.0
- RELEASE_NAME = pyro-fslc-4.1.15-mx7-v1.0
- RELEASE_LINK = RELEASE_PYRO_V1.0_VAR-SOM-MX7
- YOCTO_NAME = Pyro
- YOCTO_VERSION = 2.3.1
- FSLC_BSP_VERSION = 2.3
- FSL_BSP_VERSION = L4.1.15_2.0.0-ga
- RECOVERY_SD_NAME = pyro-fslc-4.1.15-mx7-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX7/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/1EtR9uJKQp6W7-Ypw-scD5w_JoFRPqvlbpOWY1FtwhA0/pubhtml
- MACHINE_NAME = imx7-var-som
- KERNEL_GIT = https://github.com/varigit/linux-2.6-imx.git
- KERNEL_BRANCH = imx-rel_imx_4.1.15_2.0.0_ga-var02
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx7-var-som_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx7dvar_som_defconfig
- U-BOOT_NAND_DEFCONFIG = mx7dvar_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = pyro
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX7_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX7_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX7_DTB
- SD_TREE_SECTION = VAR-SOM-MX7_SD_TREE_SPL
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX7_FLASH_SD_FROM_GUI
- READ_ONLY_ROOTFS = '
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_CONFIG_FILE = include/configs/mx7dvar_som.h
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
rocko-fslc-4.9.11-mx7-v1.0
- RELEASE_NAME = rocko-fslc-4.9.11-mx7-v1.0
- RELEASE_LINK = RELEASE_ROCKO_V1.0_VAR-SOM-MX7
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4.1
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx7-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX7/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTHNiQATuLGEsjNKtjysSOV0eyi9UznbvtR-32fJjIeMUbfN0HA-O5v3v6n66_gbWZhL-fVS5dZG4Eq/pubhtml
- MACHINE_NAME = imx7-var-som
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx7dvar_som_defconfig
- U-BOOT_NAND_DEFCONFIG = mx7dvar_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.imx-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.imx-nand
- SPL_SD_IMAGE_NAME = N/A
- SPL_NAND_IMAGE_NAME = N/A
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX7_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX7_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX7_DTB
- SD_TREE_SECTION = VAR-SOM-MX7_SD_TREE
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX7_FLASH_SD_FROM_GUI
- READ_ONLY_ROOTFS = '
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_CONFIG_FILE = include/configs/mx7dvar_som.h
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
rocko-fslc-4.9.11-mx7-v1.1
- RELEASE_NAME = rocko-fslc-4.9.11-mx7-v1.1
- RELEASE_LINK = RELEASE_ROCKO_V1.1_VAR-SOM-MX7
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4.1
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx7-v1.1.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX7/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTTwrzlkYha4mlDlqzqvQVknuhDA-9XMztIZTjTbOL_Azq74QQ1QGmTeUzz_hnY1MqB6gF_pZkYqPO9/pubhtml
- MACHINE_NAME = imx7-var-som
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx7dvar_som_defconfig
- U-BOOT_NAND_DEFCONFIG = mx7dvar_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX7_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX7_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX7_DTB
- SD_TREE_SECTION = VAR-SOM-MX7_SD_TREE_SPL
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX7_FLASH_SD_FROM_GUI
- READ_ONLY_ROOTFS = '
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_CONFIG_FILE = include/configs/mx7dvar_som.h
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
rocko-fslc-4.9.11-mx7-v1.2
- RELEASE_NAME = rocko-fslc-4.9.11-mx7-v1.2
- RELEASE_LINK = RELEASE_ROCKO_V1.2_VAR-SOM-MX7
- YOCTO_NAME = Rocko
- YOCTO_VERSION = 2.4.3
- FSLC_BSP_VERSION = 2.4
- FSL_BSP_VERSION = 4.9.11_1.0.0-ga
- RECOVERY_SD_NAME = rocko-fslc-4.9.11-mx7-v1.2.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX7/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vR2bTPYqJDGU2YPWeIj4fMfoDVEhHundT94jJWMj9kJUkNnMJJy3wfpNofL0aX3pUb4jp2VnhyQ30_B/pubhtml
- MACHINE_NAME = imx7-var-som
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.11_1.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx7dvar_som_defconfig
- U-BOOT_NAND_DEFCONFIG = mx7dvar_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = rocko
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX7_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX7_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX7_DTB
- SD_TREE_SECTION = VAR-SOM-MX7_SD_TREE_SPL
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX7_FLASH_SD_FROM_GUI
- READ_ONLY_ROOTFS = '
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_CONFIG_FILE = include/configs/mx7dvar_som.h
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
sumo-fslc-4.9.88-mx7-v1.0
- RELEASE_NAME = sumo-fslc-4.9.88-mx7-v1.0
- RELEASE_LINK = RELEASE_SUMO_V1.0_VAR-SOM-MX7
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- FSLC_BSP_VERSION = 2.5
- FSL_BSP_VERSION = 4.9.88_2.0.0-ga
- RECOVERY_SD_NAME = sumo-fslc-4.9.88-mx7-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX7/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vSMG2mbXToagBx9ccpHN5ZCamxul5DG0bpFSYr1WQWCpYYG5XPdzoj8dQFNoWwFHNRq66aKVR23i5vY/pubhtml
- MACHINE_NAME = imx7-var-som
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.88_2.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx7dvar_som_defconfig
- U-BOOT_NAND_DEFCONFIG = mx7dvar_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX7_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX7_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX7_DTB
- SD_TREE_SECTION = VAR-SOM-MX7_SD_TREE_SUMO_OR_SUMOPLUS
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX7_FLASH_SD_FROM_GUI
- READ_ONLY_ROOTFS = '
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_CONFIG_FILE = include/configs/mx7dvar_som.h
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
sumo-fslc-4.9.88-mx7-v1.1
- RELEASE_NAME = sumo-fslc-4.9.88-mx7-v1.1
- RELEASE_LINK = RELEASE_SUMO_V1.1_VAR-SOM-MX7
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- FSLC_BSP_VERSION = 2.5
- FSL_BSP_VERSION = 4.9.88_2.0.0-ga
- RECOVERY_SD_NAME = sumo-fslc-4.9.88-mx7-v1.1.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX7/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vTV-PnPj3fDTzG2ibjKMRqjVnAlu6YtZawlDpXEftJlWZErqXv-puDGvHY7TK294wlGG8Uu5mRUinra/pubhtml
- MACHINE_NAME = imx7-var-som
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.88_2.0.0_ga-var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.11_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx7dvar_som_defconfig
- U-BOOT_NAND_DEFCONFIG = mx7dvar_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX7_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX7_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX7_DTB
- SD_TREE_SECTION = VAR-SOM-MX7_SD_TREE_SUMO_OR_SUMOPLUS
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX7_FLASH_SD_FROM_GUI
- READ_ONLY_ROOTFS = '
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_CONFIG_FILE = include/configs/mx7dvar_som.h
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
thud-fslc-4.14.78-mx7-v1.0
- RELEASE_NAME = thud-fslc-4.14.78-mx7-v1.0
- RELEASE_LINK = RELEASE_THUD_V1.0_VAR-SOM-MX7
- YOCTO_NAME = Thud
- YOCTO_VERSION = 2.6.2
- FSLC_BSP_VERSION = 2.6
- FSL_BSP_VERSION = 4.14.78_1.0.0-ga
- RECOVERY_SD_NAME = thud-fslc-4.14.78-mx7-v1.0.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX7/Software/fslc
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRkDKongc0ReiZA0oquDXoNw8_qghoom5svFPSBPvHWxL-wIRq5FCocViYo8G7ODytfoheXqBQEAv5H/pubhtml
- MACHINE_NAME = imx7-var-som
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = zImage
- KERNEL_DEFCONFIG = imx_v7_var_defconfig
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = mx7dvar_som_defconfig
- U-BOOT_NAND_DEFCONFIG = mx7dvar_som_nand_defconfig
- U-BOOT_SD_IMAGE_NAME = u-boot.img-sd
- U-BOOT_NAND_IMAGE_NAME = u-boot.img-nand
- SPL_SD_IMAGE_NAME = SPL-sd
- SPL_NAND_IMAGE_NAME = SPL-nand
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = '
- YOCTO_BRANCH = thud
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX7_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX7_BOOT_BOARD
- KERNEL_DTB_SECTION = VAR-SOM-MX7_DTB
- SD_TREE_SECTION = VAR-SOM-MX7_SD_TREE_THUD_OR_THUDPLUS
- YOCTO_FLASH_SD_FROM_GUI_SECTION = VAR-SOM-MX7_FLASH_SD_FROM_GUI
- READ_ONLY_ROOTFS = '
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p2
- NAND_ROOTFS_DEV = mtd4
- QT_PLATFORM_PLUGIN = linuxfb
- RAM_LOAD_ADDRESS = 0x83100000
- UBOOT_CONFIG_FILE = include/configs/mx7dvar_som.h
- KERNEL_PAD_SIZE = 0x7e0000
- KERNEL_START_ADDRESS = 0x600000
- DTB_START_ADDRESS = 0xde0000
DART-MX8M
morty-fsl-4.9.51-mx8m-v1.3
- RELEASE_NAME = dart-mx8m_SD_card_v13
- RELEASE_LINK = RELEASE_MORTY_V1.3_DART-MX8M
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/u/1/d/e/2PACX-1vQyW2W3XQE4WG7NAHdw8lPXKfFAsVjqb-oNslF0QXFlc2C_4QGzVVMitvy9jlNgRXPnmZeogpM5swZQ/pubhtml
- YOCTO_NAME = Morty
- YOCTO_VERSION = 2.2.1
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-morty
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- FDT_TABLE_SECTION = DART-MX8M_FDT_TABLE_MORTY
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software/Linux/Yocto/4.14.78_1.0.0-ga
- FSL_BSP_VERSION = L4.9.51_mx8mq-ga
- RECOVERY_SD_NAME = dart-mx8m-recovery-sd.v13.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software
- MACHINE_NAME = imx8m-var-dart
- SOC = mx8mq
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.51_imx8m_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8m_var_dart_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.51_imx8m_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8m_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8m_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = imx8m-var-dart-emmc-wifi-dcss-lvds.dtb
- DEFAULT_DTB_SD = = imx8m-var-dart-sd-emmc-dcss-lvds.dtb
- DEFAULT_DTB = = imx8m-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = morty-imx-4.9.51-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.9.51_imx8m_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-7.4
- IMX_ATF_PLAT = = imx8mq
- IMX_MKIMAGE_SOC = = iMX8MQ
morty-fsl-4.9.51-mx8m-v1.4
- RELEASE_NAME = dart-mx8m_SD_card_v14
- RELEASE_LINK = RELEASE_MORTY_V1.4_DART-MX8M
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTorudhfOK_djEwVuzvB3J8-3XMsZLj1eANTo-6O_Q3Qhhd0ppJnGTt-e7uSmw5KK3dA3Qa1aFEi0Wk/pubhtml
- YOCTO_NAME = Morty
- YOCTO_VERSION = 2.2.1
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-morty
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- FDT_TABLE_SECTION = DART-MX8M_FDT_TABLE_MORTY
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software/Linux/Yocto/L4.9.51_mx8mq-ga
- FSL_BSP_VERSION = L4.9.51_mx8mq-ga
- RECOVERY_SD_NAME = dart-mx8m-recovery-sd.v14.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software
- MACHINE_NAME = imx8m-var-dart
- SOC = mx8mq
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.9.51_imx8m_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8m_var_dart_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2017.03_4.9.51_imx8m_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8m_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8m_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = imx8m-var-dart-emmc-wifi-dcss-lvds.dtb
- DEFAULT_DTB_SD = = imx8m-var-dart-sd-emmc-dcss-lvds.dtb
- DEFAULT_DTB = = imx8m-var-dart.dtb
- TOOLCHAIN_INSTALL_XWAYLAND_NAME = = fsl-imx-xwayland-glibc-x86_64-meta-toolchain-aarch64-toolchain-4.9.51-mx8-ga.sh
- TOOLCHAIN_INSTALL_QT5_NAME = = fsl-imx-xwayland-glibc-x86_64-meta-toolchain-qt5-aarch64-toolchain-4.9.51-mx8-ga.sh
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = morty-imx-4.9.51-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.9.51_imx8m_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-7.4
- IMX_ATF_PLAT = = imx8mq
- IMX_MKIMAGE_SOC = = iMX8MQ
sumo-fsl-4.14.78-mx8m-v1.0
- RELEASE_NAME = dart-mx8m_SD_card_v20
- RELEASE_LINK = RELEASE_SUMO_V1.0_DART-MX8M
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQB5TbbIC30b-kQxDEOgIRingHkKbxk59WnWxHiDt4h-ntwunK9Q2InX0_gWgqR7qBsiSDg3p5Mik43/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M_BUILD_RESULTS_SUMO_AND_UP
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- FDT_TABLE_SECTION = DART-MX8M_FDT_TABLE_SUMO_PLUS
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software/Linux/Yocto/L4.9.51_mx8mq-ga
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga,
- RECOVERY_SD_NAME = dart-mx8m-recovery-sd.v20.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software
- MACHINE_NAME = imx8m-var-dart
- SOC = mx8mq
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M_DTB_SUMO_PLUS
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8m_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8m_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb
- DEFAULT_DTB_SD = = fsl-imx8mq-var-dart-sd-emmc-lvds.dtb
- DEFAULT_DTB = = fsl-imx8mq-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mq
- IMX_MKIMAGE_SOC = = iMX8MQ
sumo-fsl-4.14.78-mx8m-v1.1
- RELEASE_NAME = dart-mx8m_SD_card_v21
- RELEASE_LINK = RELEASE_SUMO_V1.1_DART-MX8M
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRXkPyhgtNI-8H-2IyCsOg1h70B5TLdr7QpHaVeBkLSIJNSFOmqThUwQRUIKHKlHaSjRHTQUPq5Gh01/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M_BUILD_RESULTS_SUMO_AND_UP
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- FDT_TABLE_SECTION = DART-MX8M_FDT_TABLE_SUMO_PLUS
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software/Linux/Yocto/L4.14.78-1.0.0_ga,
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga,
- RECOVERY_SD_NAME = dart-mx8m-recovery-sd.v21.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software
- MACHINE_NAME = imx8m-var-dart
- SOC = mx8mq
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M_DTB_SUMO_PLUS
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8m_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8m_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb
- DEFAULT_DTB_SD = = fsl-imx8mq-var-dart-sd-emmc-lvds.dtb
- DEFAULT_DTB = = fsl-imx8mq-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mq
- IMX_MKIMAGE_SOC = = iMX8MQ
sumo-fsl-4.14.78-mx8m-v1.2
- RELEASE_NAME = dart-mx8m_SD_card_v22
- RELEASE_LINK = RELEASE_SUMO_V1.2_DART-MX8M
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQk-l0WWgBef_rEEF-kVIu7Pjf1t8iW--vqDR_iVd1vNm24exKYxpEzULslC6y5w6HdNomftKXXqWPs/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M_BUILD_RESULTS_SUMO_AND_UP
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- FDT_TABLE_SECTION = DART-MX8M_FDT_TABLE_SUMO_PLUS
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software/Linux/Yocto/L4.14.78-1.0.0_ga,
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga
- RECOVERY_SD_NAME = dart-mx8m-recovery-sd.v22.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software
- MACHINE_NAME = imx8m-var-dart
- SOC = mx8mq
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M_DTB_SUMO_PLUS
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8m_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8m_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb
- DEFAULT_DTB_SD = = fsl-imx8mq-var-dart-sd-emmc-lvds.dtb
- DEFAULT_DTB = = fsl-imx8mq-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mq
- IMX_MKIMAGE_SOC = = iMX8MQ
sumo-fsl-4.14.78-mx8m-v1.3
- RELEASE_NAME = dart-mx8m_SD_card_v23
- RELEASE_LINK = RELEASE_SUMO_V1.3_DART-MX8M
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQh-NdG_XCoed8Jnoww6jfqyMSJg1nEuYdDXsmiN4TVArXMsT4XqXwGOU7lhiNLEqxrem5vTI8GQfsg/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M_BUILD_RESULTS_SUMO_AND_UP
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- FDT_TABLE_SECTION = DART-MX8M_FDT_TABLE_SUMO_PLUS
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software/Linux/Yocto/L4.14.78-1.0.0_ga
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga
- RECOVERY_SD_NAME = dart-mx8m-recovery-sd.v23.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software
- MACHINE_NAME = imx8m-var-dart
- SOC = mx8mq
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M_DTB_SUMO_PLUS
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8m_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8m_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mq-var-dart-emmc-wifi-lvds.dtb
- DEFAULT_DTB_SD = = fsl-imx8mq-var-dart-sd-emmc-lvds.dtb
- DEFAULT_DTB = = fsl-imx8mq-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mq
- IMX_MKIMAGE_SOC = = iMX8MQ
sumo-fsl-4.14.98-mx8m-v2.0
- RELEASE_NAME = sumo-fsl-4.14.98-mx8mq-v2.0
- RELEASE_LINK = RELEASE_SUMO_V2.0_DART-MX8M
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRHud1c40AgX_-sEO7u5SS-ngNCPKbcJRugpD6B1TVY8dfwbZf0lAmLgq51aNI1GO3BFpC-YUQRw5Ij/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M_BUILD_RESULTS_SUMO_4_14_98_AND_UP
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- FDT_TABLE_SECTION = DART-MX8M_FDT_TABLE_SUMO_4_14_98_PLUS
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software/Linux/Yocto/L4.14.78-1.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = dart-mx8m-recovery-sd.v30.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software
- MACHINE_NAME = imx8mq-var-dart
- SOC = mx8mq
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M_DTB_SUMO_4_14_98_PLUS
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mq_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mq_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M_SD_TREE_SUMO_4_14_98_PLUS
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mq-var-dart-wifi-lvds.dtb
- DEFAULT_DTB_SD = = fsl-imx8mq-var-dart-sd-lvds.dtb
- DEFAULT_DTB = = fsl-imx8mq-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8mq
- IMX_MKIMAGE_SOC = = iMX8MQ
sumo-fsl-4.14.98-mx8m-v2.1
- RELEASE_NAME = sumo-fsl-4.14.98-mx8mq-v2.1
- RELEASE_LINK = RELEASE_SUMO_V2.1_DART-MX8M
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vS_R7FDZc3XfXVyUvOFDvz7m_amnN-Mmj7TIBY2M7Kq0xRGqQkxS2DIm7YS6Tdc6RG4ZUqkmwPkAWc2/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M_BUILD_RESULTS_SUMO_4_14_98_AND_UP
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- FDT_TABLE_SECTION = DART-MX8M_FDT_TABLE_SUMO_4_14_98_PLUS
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software/Linux/Yocto/L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = dart-mx8m-recovery-sd.v31.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M/Software
- MACHINE_NAME = imx8mq-var-dart
- SOC = mx8mq
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M_DTB_SUMO_4_14_98_PLUS
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mq_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mq_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M_SD_TREE_SUMO_4_14_98_PLUS
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mq-var-dart-wifi-lvds.dtb
- DEFAULT_DTB_SD = = fsl-imx8mq-var-dart-sd-lvds.dtb
- DEFAULT_DTB = = fsl-imx8mq-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8mq
- IMX_MKIMAGE_SOC = = iMX8MQ
DART-MX8M-MINI
sumo-fsl-4.14.78-mx8mm-v1.1
- RELEASE_NAME = dart-mx8mm_SD_card_v11
- RELEASE_LINK = RELEASE_SUMO_V1.1_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSWSu7zrspDCrBrkK56mJp1q7o5DcDWzov3_8V9NFab2L3dE1f3Fa7oF8ckcRjrt4GH8AtdkgtMRcCa/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.14.78-1.0.0_ga
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v11.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
sumo-fsl-4.14.78-mx8mm-v1.3
- RELEASE_NAME = dart-mx8mm_SD_card_v13
- RELEASE_LINK = RELEASE_SUMO_V1.3_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTU3kU66aBle7Hs4qA0Haw5_0xTBn-VCuLw5y_mzzmok0eCuGBZ8yfrdBLhQeQ2o9ZUrOPYmYW3adIU/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.14.78-1.0.0_ga
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v13.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
sumo-fsl-4.14.78-mx8mm-v1.4
- RELEASE_NAME = dart-mx8mm_SD_card_v14
- RELEASE_LINK = RELEASE_SUMO_V1.4_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTdCgBO88MvLKLO6s_yHJvrNn1QyPHTcvK7mkhW_BfxzLKJzcRifnwD_URtOGfAR9O7Vk2blv1Qxa5F/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.14.78-1.0.0_ga
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v14.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
sumo-fsl-4.14.78-mx8mm-v1.5
- RELEASE_NAME = dart-mx8mm_SD_card_v15
- RELEASE_LINK = RELEASE_SUMO_V1.5_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vRUF7Qq0ICJ3iK1XRJBqr-KabBp4RO8caACoBsfOJo3PvUk0woUixMjJzrhzIMnSykf7ymO_Pu6--TL/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.14.78-1.0.0_ga
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v15.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
sumo-fsl-4.14.78-mx8mm-v1.6
- RELEASE_NAME = dart-mx8mm_SD_card_v16
- RELEASE_LINK = RELEASE_SUMO_V1.6_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTUi_FDbxfclAUmA3yBU2YUQ7nLzbJNJwfJgssWRmvHmronq5wpxCDdEhCf7dwYqOAWE-Ns4CIFyUVs/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.14.78-1.0.0_ga
- FSL_BSP_VERSION = L4.14.78-1.0.0_ga
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v16.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.78_1.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.78_1.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.78-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.78_1.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.0
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
sumo-fsl-4.14.98-mx8mm-v2.0
- RELEASE_NAME = sumo-fsl-4.14.98-mx8mm-v2.0
- RELEASE_LINK = RELEASE_SUMO_V2.0_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQ5ag52-J6zXbkE9HJGbtztaMRHy57CO3of-FJsYxbgSF_Rtba1d6tySDyJ1Tf-_1ySrDYNK_ABFokk/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v20.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
sumo-fsl-4.14.98-mx8mm-v2.1
- RELEASE_NAME = sumo-fsl-4.14.98-mx8mm-v2.1
- RELEASE_LINK = RELEASE_SUMO_V2.1_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQxytf3AurXhYppY3MfqwI9Szpe38HukzTohRxlIjrVcSIMJhqs7ggSfuyix1tFxXuxjw3aYk_Ay1ZL/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v21.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
sumo-fsl-4.14.98-mx8mm-v2.2
- RELEASE_NAME = sumo-fsl-4.14.98-mx8mm-v2.2
- RELEASE_LINK = RELEASE_SUMO_V2.2_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSRSakmQpC8E54wt799D9F94-pjqfM5DnXnOOHOSu1jm9o4PUz1nn0AikDpVfq3fDXkZ9f6bGonFcWE/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v22.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
warrior-fsl-4.19.35-mx8mm-v3.0
- RELEASE_NAME = warrior-fsl-4.19.35-mx8mm-v3.0
- RELEASE_LINK = RELEASE_WARRIOR_V3.0_DART-MX8M-MINI
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSRSakmQpC8E54wt799D9F94-pjqfM5DnXnOOHOSu1jm9o4PUz1nn0AikDpVfq3fDXkZ9f6bGonFcWE/pubhtml
- YOCTO_NAME = Warrior
- YOCTO_VERSION = 2.7
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-warrior
- YOCTO_BUILD_RESULTS_SECTION = DART-MX8M-MINI_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = DART-MX8M-MINI_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software/Linux/Yocto/imx-yocto-docs-L4.19.35-1.1.0
- FSL_BSP_VERSION = L4.19.35-1.1.0
- RECOVERY_SD_NAME = dart-mx8mm-recovery-sd.v30.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/DART-MX8M-MINI/Software
- MACHINE_NAME = imx8mm-var-dart
- SOC = mx8mm
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.19.35_1.1.0_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = DART-MX8M-MINI_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2019.04_4.19.35_1.1.0-var01
- U-BOOT_SD_DEFCONFIG = imx8mm_var_dart_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 33
- UBOOT_CONFIG_FILE = include/configs/imx8mm_var_dart.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = DART-MX8M-MINI_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB_SD = = fsl-imx8mm-var-dart.dtb
- DEFAULT_DTB = = fsl-imx8mm-var-dart.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = warrior-imx-4.19.35-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.19.35_1.1.0
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.5
- IMX_ATF_PLAT = = imx8mm
- IMX_MKIMAGE_SOC = = iMX8MM
VAR-SOM-MX8M-NANO
sumo-fsl-4.14.98-mx8mn-v1.0
- RELEASE_NAME = sumo-fsl-4.14.98-mx8mn-v1.0
- RELEASE_LINK = RELEASE_SUMO_V1.0_VAR-SOM-MX8M-NANO
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSWrNPU09dTtDxiFclWmpZ3h84H9cTjqMG87THXl-_j5lb01Z-xjhYtD82QJ2qYutHfJHDaPMvNZPKS/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8M-NANO_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8M-NANO_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8M-NANO/Software/Linux/Yocto/imx-yocto-docs-L4.14.98-2.3.0
- FSL_BSP_VERSION = L4.14.98-2.3.0
- RECOVERY_SD_NAME = var-som-mx8mn-recovery-sd.v10.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8M-NANO/Software
- MACHINE_NAME = imx8mn-var-som
- SOC = mx8mn
- SOC_FAMILY = imx8m
- SOC_SERIES = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.3.0_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8M-NANO_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.3.0_var01
- U-BOOT_SD_DEFCONFIG = imx8mn_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8mn_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8M-NANO_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk2
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x40480000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_EMMC = = fsl-imx8mn-var-som.dtb
- DEFAULT_DTB_SD = = fsl-imx8mn-var-som.dtb
- DEFAULT_DTB = = fsl-imx8mn-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.3.0
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.4
- IMX_ATF_PLAT = = imx8mn
- IMX_MKIMAGE_SOC = = iMX8MN
VAR-SOM-MX8X
sumo-fsl-4.14.98-mx8x-v1.0
- RELEASE_NAME = var-som-mx8x_SD_card_v10
- RELEASE_LINK = RELEASE_SUMO_V1.0_VAR-SOM-MX8X
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vT1Kp-28JQAuy8paFj4MzJIjLGBiK-OC6k5cLgrFRS1ntAW690uepM_Y3RR_McqEtkeoLNqnEge1dY0/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8X_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8X_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8x-recovery-sd.v10.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software
- MACHINE_NAME = imx8qxp-var-som
- SOC = mx8qxp
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8X_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qxp_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qxp_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8X_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qxp-var-som-wifi.dtb
- DEFAULT_DTB_SD = = fsl-imx8qxp-var-som-sd.dtb
- DEFAULT_DTB = = fsl-imx8qxp-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qx
- IMX_MKIMAGE_SOC = = iMX8QX
- SC_FIRMWARE = = mx8qx-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qx-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qx_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/SCFW
- SCFW_PATCH = = scfw_mx8qxp_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.2
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8x-v1.1
- RELEASE_NAME = var-som-mx8x_SD_card_v11
- RELEASE_LINK = RELEASE_SUMO_V1.1_VAR-SOM-MX8X
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vT7syGCNkY2sKGZ1GEsjkdASIfooGdXhf-qvEJCsaeyMHx7HXtopsCOpxiVozgNIMQWiO8qdehXDCdJ/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8X_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8X_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8x-recovery-sd.v11.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software
- MACHINE_NAME = imx8qxp-var-som
- SOC = mx8qxp
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8X_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qxp_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qxp_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8X_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qxp-var-som-wifi.dtb
- DEFAULT_DTB_SD = = fsl-imx8qxp-var-som-sd.dtb
- DEFAULT_DTB = = fsl-imx8qxp-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qx
- IMX_MKIMAGE_SOC = = iMX8QX
- SC_FIRMWARE = = mx8qx-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qx-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qx_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/SCFW
- SCFW_PATCH = = scfw_mx8qxp_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.2
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8x-v1.2
- RELEASE_NAME = var-som-mx8x_SD_card_v12
- RELEASE_LINK = RELEASE_SUMO_V1.2_VAR-SOM-MX8X
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSS4V6j9iHczKwh_TCVxUx91mhLvm5y7jPDnalMtVaVjDGD8RaiWNNpqMcO0T6uZFWMIrylnHWZdCI5/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8X_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8X_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8x-recovery-sd.v12.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software
- MACHINE_NAME = imx8qxp-var-som
- SOC = mx8qxp
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8X_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qxp_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qxp_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8X_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qxp-var-som-wifi.dtb
- DEFAULT_DTB_SD = = fsl-imx8qxp-var-som-sd.dtb
- DEFAULT_DTB = = fsl-imx8qxp-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qx
- IMX_MKIMAGE_SOC = = iMX8QX
- SC_FIRMWARE = = mx8qx-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qx-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qx_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/SCFW
- SCFW_PATCH = = scfw_mx8qxp_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.2
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8x-v1.3
- RELEASE_NAME = sumo-fsl-4.14.98-mx8x-v1.3
- RELEASE_LINK = RELEASE_SUMO_V1.3_VAR-SOM-MX8X
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vT0Ym8Jo8pXSS_Ntb47BwoilE3BRPQSUBsB77JFjWKfdFfPcyNrc74VTm2ja4405x5QDNyQlgK7k8Er/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8X_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8X_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8x-recovery-sd.v13.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software
- MACHINE_NAME = imx8qxp-var-som
- SOC = mx8qxp
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8X_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qxp_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qxp_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8X_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qxp-var-som-wifi.dtb
- DEFAULT_DTB_SD = = fsl-imx8qxp-var-som-sd.dtb
- DEFAULT_DTB = = fsl-imx8qxp-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qx
- IMX_MKIMAGE_SOC = = iMX8QX
- SC_FIRMWARE = = mx8qx-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qx-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qx_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/SCFW
- SCFW_PATCH = = scfw_mx8qxp_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.2
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
VAR-SOM-MX8
sumo-fsl-4.14.98-mx8-v1.1
- RELEASE_NAME = var-som-mx8_SD_card_v11
- RELEASE_LINK = RELEASE_SUMO_V1.1_VAR-SOM-MX8
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vTORHdQAxyoBfxHTKIvEcBP8yQr0Qq6kes2IJ3Hv3IiFemFK1FRT8AukvxrhE7VR4oCS16PyjXPdWYZ/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8-recovery-sd.v11.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software
- MACHINE_NAME = imx8qm-var-som
- SOC = mx8qm
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qm_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qm_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB_SD = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB = = fsl-imx8qm-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qm
- IMX_MKIMAGE_SOC = = iMX8QM
- SC_FIRMWARE = = mx8qm-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qm-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qm_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/SCFW
- SCFW_PATCH = = scfw_mx8qm_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.8
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8-v1.2
- RELEASE_NAME = sumo-fsl-4.14.98-mx8-v1.2
- RELEASE_LINK = RELEASE_SUMO_V1.2_VAR-SOM-MX8
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vReGz2UB3uHZWgDB7JcmBSD3ifcZKnqP7vfe8ndsiG4g-vLpbrJYOJcp5-q_xJh5047u8ytDNfuxj1a/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8-recovery-sd.v12.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software
- MACHINE_NAME = imx8qm-var-som
- SOC = mx8qm
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qm_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qm_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB_SD = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB = = fsl-imx8qm-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qm
- IMX_MKIMAGE_SOC = = iMX8QM
- SC_FIRMWARE = = mx8qm-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qm-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qm_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/SCFW
- SCFW_PATCH = = scfw_mx8qm_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.8
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8-v1.3
- RELEASE_NAME = sumo-fsl-4.14.98-mx8-v1.3
- RELEASE_LINK = RELEASE_SUMO_V1.3_VAR-SOM-MX8
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vReGz2UB3uHZWgDB7JcmBSD3ifcZKnqP7vfe8ndsiG4g-vLpbrJYOJcp5-q_xJh5047u8ytDNfuxj1a/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8-recovery-sd.v13.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software
- MACHINE_NAME = imx8qm-var-som
- SOC = mx8qm
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qm_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qm_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB_SD = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB = = fsl-imx8qm-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qm
- IMX_MKIMAGE_SOC = = iMX8QM
- SC_FIRMWARE = = mx8qm-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qm-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qm_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/SCFW
- SCFW_PATCH = = scfw_mx8qm_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.8
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8-v1.4
- RELEASE_NAME = sumo-fsl-4.14.98-mx8-v1.4
- RELEASE_LINK = RELEASE_SUMO_V1.4_VAR-SOM-MX8
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vS5LkvzrK4k4vrSWCCBZeSOaox-uXeZz42y2ZN3FklKP5jbjOv1tLiZOiHpJskSQxbiKeMvRZ4jxfJY/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8-recovery-sd.v14.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software
- MACHINE_NAME = imx8qm-var-som
- SOC = mx8qm
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qm_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qm_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB_SD = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB = = fsl-imx8qm-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qm
- IMX_MKIMAGE_SOC = = iMX8QM
- SC_FIRMWARE = = mx8qm-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qm-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qm_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/SCFW
- SCFW_PATCH = = scfw_mx8qm_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.8
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8-v1.5
- RELEASE_NAME = sumo-fsl-4.14.98-mx8-v1.5
- RELEASE_LINK = RELEASE_SUMO_V1.5_VAR-SOM-MX8
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQOlCSP2PzR7OgsoDir-_NFdpHHYAAwx-Fd5Fa3qkWp8I_BOomIi2NNKcsDkSJ6XnD9rW-tOadne_Ze/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8-recovery-sd.v15.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software
- MACHINE_NAME = imx8qm-var-som
- SOC = mx8qm
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qm_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qm_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB_SD = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB = = fsl-imx8qm-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qm
- IMX_MKIMAGE_SOC = = iMX8QM
- SC_FIRMWARE = = mx8qm-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qm-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.2&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.2
- SCFW_SOC = = mx8qm_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/SCFW
- SCFW_PATCH = = scfw_mx8qm_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.8
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8-v1.6
- RELEASE_NAME = sumo-fsl-4.14.98-mx8-v1.6
- RELEASE_LINK = RELEASE_SUMO_V1.6_VAR-SOM-MX8
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vQBdDpeuNIH7JuGrMpi9iDU_XuLTP7qrYv8ftO1kI3bCRsdsD5w8MOm9l8eDrfj7PvlZCo0751N6osr/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8-recovery-sd.v16.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software
- MACHINE_NAME = imx8qm-var-som
- SOC = mx8qm
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qm_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qm_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB_SD = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB = = fsl-imx8qm-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qm
- IMX_MKIMAGE_SOC = = iMX8QM
- SC_FIRMWARE = = mx8qm-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qm-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.8&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.8
- SCFW_SOC = = mx8qm_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/SCFW
- SCFW_PATCH = = scfw_mx8qm_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.8
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
sumo-fsl-4.14.98-mx8-v1.7
- RELEASE_NAME = sumo-fsl-4.14.98-mx8-v1.7
- RELEASE_LINK = RELEASE_SUMO_V1.7_VAR-SOM-MX8
- RELEASE_NOTES_LINK = https://docs.google.com/spreadsheets/d/e/2PACX-1vSP6pV_Ie3VVWUIo4LnqwYaZGMgT3o1pXj6kGvSyezBMfvR8zf697Jv-4dPx04MeLuy8n7OFGniqps8/pubhtml
- YOCTO_NAME = Sumo
- YOCTO_VERSION = 2.5
- YOCTO_GIT = https://github.com/varigit/variscite-bsp-platform.git
- YOCTO_META_GIT = N/A
- YOCTO_BRANCH = fsl-sumo
- YOCTO_BUILD_RESULTS_SECTION = VAR-SOM-MX8_BUILD_RESULTS
- YOCTO_BOOT_BOARD_SECTION = VAR-SOM-MX8_BOOT_BOARD
- YOCTO_FLASH_SD_FROM_GUI_SECTION = N/A
- YOCTO_DOC_FSL_BSP = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/Linux/Yocto/imx-yocto-L4.14.98-2.0.0_ga
- FSL_BSP_VERSION = L4.14.98-2.0.0_ga
- RECOVERY_SD_NAME = var-som-mx8-recovery-sd.v17.img.gz
- RECOVERY_SD_URL = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software
- MACHINE_NAME = imx8qm-var-som
- SOC = mx8qm
- SOC_SERIES = imx8
- SOC_FAMILY = imx8
- KERNEL_REPO_NAME = linux-imx
- KERNEL_GIT = https://github.com/varigit/linux-imx.git
- KERNEL_BRANCH = imx_4.14.98_2.0.0_ga_var01
- KERNEL_IMAGE = Image.gz
- KERNEL_DEFCONFIG = imx8_var_defconfig
- KERNEL_PAD_SIZE = N/A
- KERNEL_START_ADDRESS = N/A
- KERNEL_DTB_SECTION = VAR-SOM-MX8_DTB
- U-BOOT_GIT = https://github.com/varigit/uboot-imx.git
- U-BOOT_BRANCH = imx_v2018.03_4.14.98_2.0.0_ga_var01
- U-BOOT_SD_DEFCONFIG = imx8qm_var_som_defconfig
- U-BOOT_SD_IMAGE_NAME = imx-boot-sd.bin
- U-BOOT_OFFSET = 32
- UBOOT_CONFIG_FILE = include/configs/imx8qm_var_som.h
- SPL_SD_IMAGE_NAME = imx-boot-sd.bin
- SD_TREE_SECTION = VAR-SOM-MX8_SD_TREE
- READ_ONLY_ROOTFS = no
- EMMC_FAT_PARTITION_NAME = BOOT-VARMX7
- EMMC_ROOTFS_DEV = mmcblk0
- EMMC_ROOTFS_PARTITION_NUM = p1
- RAM_LOAD_ADDRESS = 0x80280000
- DTB_START_ADDRESS = N/A
- BUILD_DISTRO = fsl-imx-xwayland
- BUILD_FOLDER_XWAYLAND = = build_xwayland
- BUILD_FOLDER_WAYLAND = = build_wayland
- BUILD_FOLDER_ABSOLUTE_PATH = = /home/<uname>/var-fsl-yocto
- DEFAULT_DTB_WIFI = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB_SD = = fsl-imx8qm-var-som.dtb
- DEFAULT_DTB = = fsl-imx8qm-var-som.dtb
- META_VARISCITE_GIT = = https://github.com/varigit/meta-variscite-imx
- META_VARISCITE_BRANCH = = sumo-imx-4.14.98-var01
- NXP_IMX_GIT = = https://source.codeaurora.org/external/imx
- NXP_IMX_BRANCH = = imx_4.14.98_2.0.0_ga
- NXP_FIRMWARE_URL = = https://www.nxp.com/lgfiles/NMG/MAD/YOCTO
- NXP_FIRMWARE = = firmware-imx-8.1.1
- IMX_ATF_PLAT = = imx8qm
- IMX_MKIMAGE_SOC = = iMX8QM
- SC_FIRMWARE = = mx8qm-var-som-scfw-tcm.bin
- SECO_FIRMWARE = = mx8qm-ahab-container.img
- SCFW_TOOLCHAIN_URL = = https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2
- SCFW_TOOLCHAIN = = gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz
- SCFW_URL = = https://www.nxp.com/webapp/Download?colCode=L4.14.98_2.0.1_SCFWKIT-1.2.8&appType=license
- SCFW_PACKAGE = = imx-scfw-porting-kit-1.2.8
- SCFW_SOC = = mx8qm_b0
- SCFW_PATCH_URL = = ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8/Software/SCFW
- SCFW_PATCH = = scfw_mx8qm_var-som_1.2.2.diff
- SCFW_BRANCH = = 1.2.8
- SCFW_GIT = = https://github.com/varigit/imx-sc-firmware.git
Automatic device tree selection in U-Boot
As shown in the Build Results table above, we have different kernel device trees, corresponding to our different H/W configurations (sometimes they are renamed without the "Image.gz-" prefix).
We implemented a script in U-Boot's environment, which sets the fdt_file environment variable based on the detected hardware.
Enable/Disable Automatic Device Tree selection
To enable the automatic device tree selection in U-Boot (already enabled by default):
$ setenv fdt_file=undefined $ saveenv
To disable the automatic device tree selection in U-Boot, set the device tree file manually:
$ setenv fdt_file=YOUR_DTB_FILE $ saveenv
Build Results
Linux console access
User name | User password | User descriptor |
---|---|---|
root | root | system administrator |
user | user | local user |
x_user | used for X session access |
Flash images to NAND / eMMC
In case you are using a SOM with NAND flash, run the following command as root to install Debian on it:
# debian-nand.sh
In case you are using a SOM with eMMC, run the following command as root to install Debian on it:
# debian-emmc.sh
The above scripts are located in /usr/sbin in the rootfs of the SD card used to boot Debian.
How-to: Test and use an interface
Please see this section in the Yocto developer guide page. It is the same for Debian.
How-to: Modify the kernel configuration
To modify the kernel configuration (add/remove features and drivers) please follow the steps below:
1. $ cd ~/var-fsl-yocto/src/kernel 2. $ sudo make ARCH= mrproper 3. $ sudo make ARCH= imx8_var_defconfig 4. $ sudo make ARCH= menuconfig 5. Navigate the menu and select the desired kernel functionality 6. Exit the menu and answer "Yes" when asked "Do you wish to save your new configuration?" 7. $ sudo make ARCH= savedefconfig 8. $ sudo cp arch//configs/imx8_var_defconfig arch//configs/imx8_var_defconfig.orig 9. $ sudo cp defconfig arch//configs/imx8_var_defconfig 10. Follow the instructions above to rebuild kernel and modules, repack rootfs images and recreate SD card
Build a sample C "Hello, world!" program
Create a file called myhello.c with the following content:
#include <stdio.h> int main() { printf("Hello, World!\n"); return 0; }
Export the C (cross-)compiler path:
$ export CC=~/var-fsl-yocto/toolchain//bin/gcc
Compile:
$ $CC myhello.c -o myhello
Now you should have an app called myhello, that can be run on your target board.
You can add it to your rootfs image or copy it directly to the rootfs on the board (using scp, for example).