Template:DART-6UL DTB MORTY V1: Difference between revisions
From Variscite Wiki
(Created page with "<includeonly> <pre> 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...") |
No edit summary |
||
Line 3: | Line 3: | ||
Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and WiFi: | Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and WiFi: | ||
$ make -j4 imx6ul-var-dart-emmc_wifi.dtb | $ make -j4 imx6ul-var-dart-emmc_wifi.dtb | ||
Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC, WM8731 and WiFi: | |||
$ make -j4 imx6ul-var-dart-emmc_wifi-wm8731.dtb | |||
Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and SD card: | Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC and SD card: | ||
$ make -j4 imx6ul-var-dart-sd_emmc.dtb | $ make -j4 imx6ul-var-dart-sd_emmc.dtb | ||
Build only the device tree for DART-6UL with i.MX6UL SOC, eMMC, WM8731 and SD card: | |||
$ make -j4 imx6ul-var-dart-sd_emmc-wm8731.dtb | |||
Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and WiFi: | Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and WiFi: | ||
$ make -j4 imx6ul-var-dart-nand_wifi.dtb | $ make -j4 imx6ul-var-dart-nand_wifi.dtb | ||
Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash, WM8731 and WiFi: | |||
$ make -j4 imx6ul-var-dart-nand_wifi-wm8731.dtb | |||
Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash and SD card: | 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 | $ make -j4 imx6ul-var-dart-sd_nand.dtb | ||
Build only the device tree for DART-6UL with i.MX6UL SOC, NAND flash, WM8731 and SD card: | |||
$ make -j4 imx6ul-var-dart-sd_nand-wm8731.dtb | |||
Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and WiFi: | Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and WiFi: | ||
$ make -j4 imx6ull-var-dart-emmc_wifi.dtb | $ make -j4 imx6ull-var-dart-emmc_wifi.dtb | ||
Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC, WM8731 and WiFi: | |||
$ make -j4 imx6ull-var-dart-emmc_wifi-wm8731.dtb | |||
Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and SD card: | Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC and SD card: | ||
$ make -j4 imx6ull-var-dart-sd_emmc.dtb | $ make -j4 imx6ull-var-dart-sd_emmc.dtb | ||
Build only the device tree for DART-6UL with i.MX6ULL SOC, eMMC, WM8731 and SD card: | |||
$ make -j4 imx6ull-var-dart-sd_emmc-wm8731.dtb | |||
Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and WiFi: | Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and WiFi: | ||
$ make -j4 imx6ull-var-dart-nand_wifi.dtb | $ make -j4 imx6ull-var-dart-nand_wifi.dtb | ||
Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash, WM8731 and WiFi: | |||
$ make -j4 imx6ull-var-dart-nand_wifi-wm8731.dtb | |||
Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash and SD card: | 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 | $ make -j4 imx6ull-var-dart-sd_nand.dtb | ||
Build only the device tree for DART-6UL with i.MX6ULL SOC, NAND flash, WM8731 and SD card: | |||
$ make -j4 imx6ull-var-dart-sd_nand-wm8731.dtb | |||
</pre> | </pre> | ||
</includeonly> | </includeonly> |