From 17cb75f37adab5656fd9355720fb7544035e2280 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 22 Nov 2019 15:32:59 -0800 Subject: Initial commit --- mkscr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mkscr (limited to 'mkscr') diff --git a/mkscr b/mkscr new file mode 100644 index 0000000..272b6a7 --- /dev/null +++ b/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.1