# U-Boot Boot Script This directory contains the `boot.scr` source for Theobroma Systems Q7 and uQ7 System-on-Modules. `boot.scr` is used by U-Boots `distro_bootcmd` command. For a detailed description of the distro tools in U-Boot see the [documentation](http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.distro) in the U-Boot source tree. ## Usage Compile `boot.cmd` to `boot.scr` with the `mkimage` tool. `mkimage` is available in the `tools` directory of U-Boots source tree or as package in many distributions (u-boot-tools in Debian, Ubuntu and Fedora). mkimage -C none -A arm -T script -d boot.cmd boot.scr Or just run "make". Copy the content of the boot directory into the boot directory of your SD-Card or eMMC. Also copy the kernel image and devicetree file into the matching board subdirectory. Based on the board name provided by U-Boot the boot script will first look in that directory and fall back to the boot directory if not found. In that case the default name of the devicetree binary is `dtb`.