#!/bin/bash # --dtb imx6q-udoo (Freescale based i.MX6 UDOO (Quad Core):supported) #Bootloader: conf_board="udoo_quad" conf_bl_http="https://rcn-ee.net/deb/tools/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" dd_uboot_bs="512" dd_uboot_seek="2" unset spl_name boot_name="u-boot.imx" #Bootloader: u-boot features: conf_smart_uboot="enable" #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 kernel_subarch="armv7" kernel_repo="STABLE" #kernel_repo="TESTING" dtb= usbnet_mem= need_udoo_firmware=1 SERIAL="ttymxc1" SERIAL_CONSOLE="${SERIAL},115200n8"