From ffec767572058f3ad0fb869e59b4df2f64b80f04 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 2 Mar 2016 02:55:30 -0300 Subject: uboot-usbarmory: add new package to [libre] --- libre/uboot-usbarmory/mkscr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 libre/uboot-usbarmory/mkscr (limited to 'libre/uboot-usbarmory/mkscr') diff --git a/libre/uboot-usbarmory/mkscr b/libre/uboot-usbarmory/mkscr new file mode 100755 index 000000000..272b6a7a5 --- /dev/null +++ b/libre/uboot-usbarmory/mkscr @@ -0,0 +1,9 @@ +#!/bin/bash + +if [[ ! -x /usr/bin/mkimage ]]; then + echo "mkimage not found. Please install uboot-tools:" + echo " pacman -S uboot-tools" + exit 1 +fi + +mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr -- cgit v1.2.3-54-g00ecf