Yocto Platform Customization
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
- 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
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.
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
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. SD card disabled. |
Image.gz-imx8m-var-dart-emmc-wifi-hdmi-4k.dtb | Device tree blob for eMMC, WIFI and HDMI 4K display configuration. SD card disabled. |
Image.gz-imx8m-var-dart-emmc-wifi-dcss-lvds.dtb | Device tree blob for eMMC, WIFI and DCSS LVDS display configuration. SD card disabled. |
Image.gz-imx8m-var-dart-emmc-wifi-lcdif-lvds.dtb | Device tree blob for eMMC, WIFI and LCDIF LVDS display configuration. SD card disabled. |
Image.gz-imx8m-var-dart-emmc-wifi-dual-display.dtb | Device tree blob for eMMC, WIFI and dual LVDS+HDMI display configuration. SD card disabled. |
Image.gz-imx8m-var-dart-sd-emmc-hdmi.dtb | Device tree blob for SD, eMMC and HDMI display configuration. WIFI disabled. |
Image.gz-imx8m-var-dart-sd-emmc-hdmi-4k.dtb | Device tree blob for SD, eMMC and HDMI 4K display configuration. WIFI disabled. |
Image.gz-imx8m-var-dart-sd-emmc-dcss-lvds.dtb | Device tree blob for SD, eMMC and DCSS LVDS display configuration. WIFI disabled. |
Image.gz-imx8m-var-dart-sd-emmc-lcdif-lvds.dtb | Device tree blob for SD, eMMC and LCDIF LVDS display configuration. WIFI disabled. |
Image.gz-imx8m-var-dart-sd-emmc-dual-display.dtb | Device tree blob for SD, eMMC and dual LVDS+HDMI display configuration. WIFI disabled. |
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. SD card disabled. |
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. SD card disabled. |
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. SD card disabled. |
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. SD card disabled. |
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. SD card disabled. |
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. SD card disabled. |
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. WIFI disabled. |
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. WIFI disabled. |
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. WIFI disabled. |
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. WIFI disabled. |
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. WIFI disabled. |
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. WIFI disabled. |
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
SD card image file tree
/opt/images/ └── Yocto ├── imx-boot-sd.bin └── 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. |
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-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 |
Device tree
Build device tree for VAR-SOM-MX8: $ make -j4 freescale/fsl-imx8qm-var-som.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 Display Port display |
fsl-imx8qm-var-som-hdmi.dtb | Device tree blob for HDMI display |
fsl-imx8qm-var-som-lvds.dtb | Device tree blob for 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 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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 = mx8m
- 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 = mx8m
- 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 = mx8m
- 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 = mx8m
- 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 = mx8m
- 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 = mx8m
- 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
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
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
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
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