# MX6UL 14x14 EVK Gadget Snap This repository contains the source for an Ubuntu Core gadget snap for the MX6UL 14x14 EVK board. Building it with snapcraft will automatically pull, configure, patch and build the git.denx.de/u-boot.git upstream source for `mx6ul_14x14_evk_defconfig` pulled from the Freescale `2015.04` and patched at release `v2017.09` and produce a bootable gadget snap with the resulting binaries. ## Gadget Snaps Gadget snaps are a special type of snaps that contain device specific support code and data. You can read more about them in the snapd wiki https://github.com/snapcore/snapd/wiki/Gadget-snap ## Building ### Natively on armhf To build the gadget snap locally on a native armhf system just run `snapcraft` in the toplevel of the tree. ### Cross on x86 systems Copy the crossbuild-snapcraft.yaml over snapcraft.yaml and run `snapcraft` ``` cp crossbuild-snapcraft.yaml snapcraft.yaml snapcraft ```